您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Quick copy & send magnet links
// ==UserScript== // @name 银杏 // @namespace yinxing // @version 1.1.4 // @description Quick copy & send magnet links // @author AlloVince // @require https://cdn.jsdelivr.net/npm/[email protected]/lib/index.js // @grant GM_xmlhttpRequest // @grant GM_addStyle // @grant GM_notification // @grant GM_setClipboard // @grant GM_getResourceURL // @grant GM_deleteValue // @grant GM_listValues // @grant GM_setValue // @grant GM_getValue // @grant GM_openInTab // @grant GM_download // @grant GM_registerMenuCommand // @grant GM_unregisterMenuCommand // @grant GM.xmlhttpRequest // @grant GM.addStyle // @grant GM.notification // @grant GM.setClipboard // @grant GM.getResourceURL // @grant unsafeWindow // @run-at document-start // @include http* // ==/UserScript==