🏠 Home 

####PigaiOrg

try to take over the world!


Install this script?
// ==UserScript==
// @name         ####PigaiOrg
// @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();
})();