Skip to content

Instantly share code, notes, and snippets.

@hatrd
hatrd / addlistener_hijack.js
Created October 1, 2024 13:43
通用事件监听阻止
// ==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==
@hatrd
hatrd / export_bilibili_fans.js
Last active October 1, 2024 13:41
B站粉丝导出脚本
// ==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