We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec27b2a commit 595c1efCopy full SHA for 595c1ef
README.md
@@ -22,4 +22,5 @@
22
检测到之后重定向并不是一个好的应对行为,因为笔者注意到之前收藏的几个检测到后重定向的网站都改为了检测之后不再重定向而是其他应对策略。
23
24
25
-
+## 四、其它
26
+本项目自项目[https://github.com/CC11001100/crawler-js-hook-framework-public](https://github.com/CC11001100/crawler-js-hook-framework-public)迁移至此,原项目太多内容放在一个项目里,因此分发为多个小项目。
通杀跳转代码定位.js
@@ -1,7 +1,7 @@
1
// ==UserScript==
2
-// @name 页面跳转阻断
+// @name 页面跳转JS代码定位通杀方案
3
// @namespace https://github.com/CC11001100/page-redirect-code-location-hook
4
-// @version 0.1
+// @version 0.2
5
// @description 阻断页面跳转,留在当前页面分析
6
// @author CC11001100
7
// @match *://*/*
0 commit comments