Tampermonkey中文文档
Userscript Header @name @namespace @version @author @description @homepage, @homepageURL, @website and @source @icon, @iconURL and @defaulticon @icon64 and @icon64URL @updateURL @downloadURL @supportURL @include @match @exclude @require @resource @connect @run-at @grant @noframes @unwrap @nocompat Application Programming Interface unsafeWindow Subresource Integrity GM_addStyle(css)(TM4.0+弃用) GM_deleteValue(name) GM_listValues() GM_addValueChangeListener(name, function(name, old_value, new_value, remote) {}) GM_removeValueChangeListener(listener_id) GM_setValue(name, value) GM_getValue(name,