NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name 去掉t66y.com 因广告过滤插件导致屏蔽内容的屏蔽 // @namespace http://tampermonkey.net/ // @version 0.3 // @license MIT // @description 2018-12-25 去掉t66y.com 因广告过滤插件导致屏蔽内容的屏蔽 // @author You<https://itbook.download/> // @match http://www.t66y.com/* // @grant none // ==/UserScript== (function() { 'use strict'; var highestTimeoutId = setTimeout(";"); for (var i = 0 ; i < highestTimeoutId ; i++) { clearTimeout(i); } })();