NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Kaganiec // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match http://piwnica.eu/* // @grant none // @require http://code.jquery.com/jquery-latest.js // ==/UserScript== (function() { 'use strict'; $('.postbitignored').remove(); })();