Skip to content

Instantly share code, notes, and snippets.

@hatrd
hatrd / deepseek-summury.js
Created June 1, 2025 00:29
用 Deepseek 智能总结当前网页
// ==UserScript==
// @name DeepSeek 网页总结助手
// @namespace https://chat.openai.com/
// @version 1.3
// @description 框选网页内容,自动用 DeepSeek 生成总结,可自定义 Prompt 和 API Key!支持自动检测正文和Markdown渲染
// @author You
// @match *://*/*
// @grant GM_xmlhttpRequest
// @grant GM_setValue
// @grant GM_getValue
@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