We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3685cba commit 2340a78Copy full SHA for 2340a78
1 file changed
52pojie-Enhanced.user.js
@@ -1,8 +1,8 @@
1
// ==UserScript==
2
// @name 吾爱破解论坛增强 - 自动签到、翻页
3
-// @version 1.1.2
+// @version 1.1.3
4
// @author X.I.U
5
-// @description 自动签到、自动无缝翻页
+// @description 自动签到、自动无缝翻页
6
// @match *://www.52pojie.cn/*
7
// @icon https://www.52pojie.cn/favicon.ico
8
// @grant GM_xmlhttpRequest
@@ -90,7 +90,7 @@
90
patt_thread_2 = /mod\=viewthread/,
91
patt_forum = /\/forum-\d+-\d+\.html/,
92
patt_forum_2 = /mod\=forumdisplay/,
93
- patt_guide = /mod\=guide\&view\=(hot|digest)/
+ patt_guide = /mod\=guide\&view\=(hot|digest|new|newthread|my|tech|help)/
94
95
// URL 判断
96
if (patt_thread.test(location.pathname) || patt_thread_2.test(location.search)){
0 commit comments