Greasy Fork is available in English.
try to take over the world!
当前为
// ==UserScript==
// @name 果核关闭去广告提示条
// @namespace http://tampermonkey.net/
// @version 0.3
// @description try to take over the world!
// @author You
// @match https://*.ghxi.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==
(function() {
'use strict';
for(let i=0; i<10000; i++)
{
window.clearInterval(i);
}
})();