NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name AntiAle // @namespace http://your.homepage/ // @version 0.1 // @description enter something useful // @author Filippo // @match https://www.facebook.com/groups/ale.sciuri/?fref=ts // @grant none // @require http://code.jquery.com/jquery-latest.js // ==/UserScript== setInterval(function () {$('div[data-ft$="100002727183073}"]').remove()}, 3000);