pemol117 / Kaganiec

// ==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();
})();