// ==UserScript== // @name 果核关闭去广告提示条 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 额,去掉提示条而已 // @author You // @match https://*.ghxi.com/* // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // @license MIT // @downloadURL none // ==/UserScript== window.addAdNote = function() { }