File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// ==UserScript==
22// @name JS Cookie Monitor/Debugger Hook
3- // @namespace https://github.com/CC11001100/crawler- js-hook-framework-public
3+ // @namespace https://github.com/CC11001100/js-cookie-monitor-debugger-hook
44// @version 0.9
55// @description 用于监控js对cookie的修改,或者在cookie符合给定条件时进入断点
6- // @document https://github.com/CC11001100/crawler- js-hook-framework-public/tree/master/001-cookie -hook
6+ // @document https://github.com/CC11001100/js-cookie-monitor-debugger -hook
77// @author CC11001100
88// @match *://*/*
99// @run -at document-start
1212
1313( ( ) => {
1414
15- // 使用文档: https://github.com/CC11001100/crawler- js-hook-framework-public/tree/master/001-cookie -hook
15+ // 使用文档: https://github.com/CC11001100/js-cookie-monitor-debugger -hook
1616
1717 // @since v0.6 断点规则发生了向后不兼容变化,详情请查阅文档
1818 const debuggerRules = [ ] ;
You can’t perform that action at this time.
0 commit comments