Skip to content

Commit fa57596

Browse files
committed
docs: 更新文档链接
1 parent e92947e commit fa57596

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js-cookie-monitor-debugger-hook.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
@@ -12,7 +12,7 @@
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 = [];

0 commit comments

Comments
 (0)