FuckPigaiOrg

try to take over the world!

// ==UserScript==
// @name         FuckPigaiOrg
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       Snownee
// @match        https://www.pigai.org/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    $('#contents').unbind();
})();