Greasy Fork is available in English.
额,去掉提示条而已
当前为
// ==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
// ==/UserScript==
window.addAdNote = function()
{
}