Skip to content

Commit 2340a78

Browse files
committed
新增 导读页所有分类自动翻页
1 parent 3685cba commit 2340a78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

52pojie-Enhanced.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// ==UserScript==
22
// @name 吾爱破解论坛增强 - 自动签到、翻页
3-
// @version 1.1.2
3+
// @version 1.1.3
44
// @author X.I.U
5-
// @description 自动签到、自动无缝翻页
5+
// @description 自动签到、自动无缝翻页
66
// @match *://www.52pojie.cn/*
77
// @icon https://www.52pojie.cn/favicon.ico
88
// @grant GM_xmlhttpRequest
@@ -90,7 +90,7 @@
9090
patt_thread_2 = /mod\=viewthread/,
9191
patt_forum = /\/forum-\d+-\d+\.html/,
9292
patt_forum_2 = /mod\=forumdisplay/,
93-
patt_guide = /mod\=guide\&view\=(hot|digest)/
93+
patt_guide = /mod\=guide\&view\=(hot|digest|new|newthread|my|tech|help)/
9494

9595
// URL 判断
9696
if (patt_thread.test(location.pathname) || patt_thread_2.test(location.search)){

0 commit comments

Comments
 (0)