This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name 通用事件监听阻止 | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-02-05 | |
// @description 阻止你想要阻止的事件监听 | |
// @author hatrd | |
// @match http://*/* | |
// @match https://*/* | |
// @run-at document-start | |
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name B站粉丝导出脚本 | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description 在B站粉丝页面添加导出按钮,导出粉丝信息 | |
// @author hatrd | |
// @match https://space.bilibili.com/*/fans/* | |
// @grant GM_xmlhttpRequest | |
// @connect api.bilibili.com | |
// @license MIT |