New Userscript

try to take over the world!

As of 25/12/2018. See the latest version.

// ==UserScript==
// @name         New Userscript
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  try to take over the world!
// @author       You
// @match        http://www.t66y.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';


    var highestTimeoutId = setTimeout(";");
    for (var i = 0 ; i < highestTimeoutId ; i++) {
        clearTimeout(i);
    }
})();