-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathquick.test.js
19 lines (19 loc) · 949 Bytes
/
quick.test.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// ==UserScript==
// @name 小火狐自用脚本 /Shadow DOM/
// @namespace http://tampermonkey.net/
// @author xiaohuohumax
// @version 3.1.0
// @description 小火狐自用油猴脚本 /Shadow DOM/ [VIP视频解析][网盘资源搜索]
// @license MIT
// @match *://**/*
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_addValueChangeListener
// @icon https://avatars.githubusercontent.com/u/59244940
// @icon64 https://avatars.githubusercontent.com/u/59244940?s=64
// @run-at document-idle
// @homepage https://github.com/xiaohuohumax/Xhh-Script
// @updateURL https://fastly.jsdelivr.net/gh/xiaohuohumax/Xhh-Script@master/dist/xhh-script.js
// @downloadURL https://fastly.jsdelivr.net/gh/xiaohuohumax/Xhh-Script@master/dist/xhh-script.js
// @require file://D:/Github/Xhh-Script/dist/xhh-script.js
// ==/UserScript==