Skip to content

Commit 509fa6c

Browse files
committed
新增 对 Discuz! 论坛的 [导读、淘帖、我的帖子/回复、别人的帖子/回复] 支持; 优化 Discuz! 论坛检测
1 parent c99520b commit 509fa6c

1 file changed

Lines changed: 76 additions & 35 deletions

File tree

Autopage.user.js

Lines changed: 76 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 自动无缝翻页
3-
// @version 1.3.5
3+
// @version 1.3.6
44
// @author X.I.U
55
// @description 自动无缝翻页,目前支持:所有 Discuz!论坛、423Down、Apphot、不死鸟、小众软件、异次元软件、微当下载、异星软件空间、豆瓣电影、微博评论、3DM游戏网、游侠网、游民星空、千图网、阿里小站、RARBG、FitGirl Repacks、AlphaCoders、PubMed、AfreecaTV...
66
// @match *://*/*
@@ -43,11 +43,11 @@
4343
GM_registerMenuCommand('❎ 已禁用 (点击对当前网站启用)', function(){menu_disable('del')});
4444
return
4545
} else {
46-
if (websiteList.indexOf(location.host) > -1 || document.querySelector('meta[name="author"][content*="Discuz!"]')) {
46+
if (websiteList.indexOf(location.host) > -1 || document.querySelector('meta[name="author"][content*="Discuz!"], meta[name="generator"][content*="Discuz!"]')) {
4747
GM_registerMenuCommand('✅ 已启用 (点击对当前网站禁用)', function(){menu_disable('add')});
4848
} else {
49-
50-
GM_registerMenuCommand('❌ 当前网站暂不支持,请点击下方选项申请支持~');
49+
GM_registerMenuCommand('❌ 当前网站暂不支持 [点击申请支持]', function () {window.GM_openInTab('https://github.com/XIU2/UserScript#xiu2userscript', {active: true,insert: true,setParent: true});window.GM_openInTab('https://greasyfork.org/zh-CN/scripts/419215/feedback', {active: true,insert: true,setParent: true});});
50+
return
5151
}
5252
}
5353
GM_registerMenuCommand('💬 反馈 & 欢迎申请支持', function () {window.GM_openInTab('https://github.com/XIU2/UserScript#xiu2userscript', {active: true,insert: true,setParent: true});window.GM_openInTab('https://greasyfork.org/zh-CN/scripts/419215/feedback', {active: true,insert: true,setParent: true});});
@@ -104,8 +104,41 @@
104104
scrollDelta: 1000
105105
}
106106
},
107-
_423down_postslist: {
107+
discuz_guide: {
108108
SiteTypeID: 4,
109+
pager: {
110+
type: 1,
111+
nextLink: '//a[@class="nxt"][@href]',
112+
pageElement: 'css;div#threadlist div.bm_c table > tbody',
113+
HT_insert: ['css;div#threadlist div.bm_c table', 3],
114+
replaceE: 'css;div.pg',
115+
scrollDelta: 1000
116+
}
117+
},
118+
discuz_youspace: {
119+
SiteTypeID: 5,
120+
pager: {
121+
type: 1,
122+
nextLink: '//a[@class="nxt"][@href]',
123+
pageElement: 'css;tbody > tr:not(.th)',
124+
HT_insert: ['css;tbody', 3],
125+
replaceE: 'css;div.pg',
126+
scrollDelta: 1000
127+
}
128+
},
129+
discuz_collection: {
130+
SiteTypeID: 6,
131+
pager: {
132+
type: 1,
133+
nextLink: '//a[@class="nxt"][@href]',
134+
pageElement: 'css;div#ct div.bm_c table > tbody',
135+
HT_insert: ['css;div#ct div.bm_c table', 3],
136+
replaceE: 'css;div.pg',
137+
scrollDelta: 1000
138+
}
139+
},
140+
_423down_postslist: {
141+
SiteTypeID: 7,
109142
pager: {
110143
type: 1,
111144
nextLink: '//div[@class="paging"]//a[contains(text(),"下一页")][@href]',
@@ -116,7 +149,7 @@
116149
}
117150
},
118151
apphot_postslist: {
119-
SiteTypeID: 5,
152+
SiteTypeID: 8,
120153
pager: {
121154
type: 1,
122155
nextLink: '//div[@class="pagination"]//a[contains(text(),"下一页")][@href]',
@@ -127,7 +160,7 @@
127160
}
128161
},
129162
iao_su_postslist: {
130-
SiteTypeID: 6,
163+
SiteTypeID: 9,
131164
pager: {
132165
type: 1,
133166
nextLink: '//li[@class="btn btn-primary next"]//a[@href]',
@@ -141,7 +174,7 @@
141174
}
142175
},
143176
appinn_postslist: {
144-
SiteTypeID: 7,
177+
SiteTypeID: 10,
145178
pager: {
146179
type: 1,
147180
nextLink: '//a[@class="next page-numbers"][@href]',
@@ -152,7 +185,7 @@
152185
}
153186
},
154187
iplaysoft_postslist: {
155-
SiteTypeID: 8,
188+
SiteTypeID: 11,
156189
pager: {
157190
type: 1,
158191
nextLink: '//div[@class="pagenavi"]//a[@title="下一页"][@href]',
@@ -166,7 +199,7 @@
166199
}
167200
},
168201
iplaysoft_postcomments: {
169-
SiteTypeID: 9,
202+
SiteTypeID: 12,
170203
pager: {
171204
type: 2,
172205
nextLink: '#loadHistoryComments',
@@ -175,7 +208,7 @@
175208
}
176209
},
177210
pubmed_postslist: {
178-
SiteTypeID: 10,
211+
SiteTypeID: 13,
179212
pager: {
180213
type: 2,
181214
nextLink: 'button.load-button.next-page',
@@ -184,7 +217,7 @@
184217
}
185218
},
186219
wall_alphacoders: {
187-
SiteTypeID: 11,
220+
SiteTypeID: 14,
188221
pager: {
189222
type: 1,
190223
nextLink: '//a[@id="next_page"][@href]',
@@ -195,7 +228,7 @@
195228
}
196229
},
197230
art_alphacoders: {
198-
SiteTypeID: 12,
231+
SiteTypeID: 15,
199232
pager: {
200233
type: 1,
201234
nextLink: '//a[@id="next_page"][@href]',
@@ -209,7 +242,7 @@
209242
}
210243
},
211244
fitgirl: {
212-
SiteTypeID: 13,
245+
SiteTypeID: 16,
213246
pager: {
214247
type: 1,
215248
nextLink: '//a[@class="next page-numbers"][@href]',
@@ -220,7 +253,7 @@
220253
}
221254
},
222255
weidown: {
223-
SiteTypeID: 14,
256+
SiteTypeID: 17,
224257
pager: {
225258
type: 1,
226259
nextLink: '//a[@class="nextpage"][@href]',
@@ -231,7 +264,7 @@
231264
}
232265
},
233266
weidown_search: {
234-
SiteTypeID: 14,
267+
SiteTypeID: 18,
235268
pager: {
236269
type: 1,
237270
nextLink: '//a[@class="nextpage"][@href]',
@@ -242,7 +275,7 @@
242275
}
243276
},
244277
weidown_special: {
245-
SiteTypeID: 14,
278+
SiteTypeID: 19,
246279
pager: {
247280
type: 1,
248281
nextLink: '//a[@class="nextpage"][@href]',
@@ -253,7 +286,7 @@
253286
}
254287
},
255288
douban_subject_comments: {
256-
SiteTypeID: 15,
289+
SiteTypeID: 20,
257290
pager: {
258291
type: 1,
259292
nextLink: '//a[@class="next"][@href]',
@@ -264,7 +297,7 @@
264297
}
265298
},
266299
douban_subject_reviews: {
267-
SiteTypeID: 16,
300+
SiteTypeID: 21,
268301
pager: {
269302
type: 1,
270303
nextLink: '//link[@rel="next"][@href]',
@@ -275,7 +308,7 @@
275308
}
276309
},
277310
douban_subject_episode: {
278-
SiteTypeID: 17,
311+
SiteTypeID: 22,
279312
pager: {
280313
type: 1,
281314
nextLink: '//link[@rel="next"][@href]',
@@ -286,7 +319,7 @@
286319
}
287320
},
288321
douban_search: {
289-
SiteTypeID: 18,
322+
SiteTypeID: 23,
290323
pager: {
291324
type: 1,
292325
nextLink: '//a[@class="next"][@href]',
@@ -297,7 +330,7 @@
297330
}
298331
},
299332
_3dmgame: {
300-
SiteTypeID: 19,
333+
SiteTypeID: 24,
301334
pager: {
302335
type: 3,
303336
nextLink: '//li[@class="next"]/a[@href]',
@@ -309,7 +342,7 @@
309342
}
310343
},
311344
gamersky_ent: {
312-
SiteTypeID: 20,
345+
SiteTypeID: 25,
313346
pager: {
314347
type: 3,
315348
nextLink: '//div[@class="page_css"]/a[text()="下一页"][@href]',
@@ -321,7 +354,7 @@
321354
}
322355
},
323356
gamersky_gl: {
324-
SiteTypeID: 21,
357+
SiteTypeID: 26,
325358
pager: {
326359
type: 3,
327360
nextLink: '//div[@class="page_css"]/a[text()="下一页"][@href]',
@@ -333,7 +366,7 @@
333366
}
334367
},
335368
ali213_www: {
336-
SiteTypeID: 22,
369+
SiteTypeID: 27,
337370
pager: {
338371
type: 3,
339372
nextLink: '//a[@id="after_this_page"][@href]',
@@ -345,7 +378,7 @@
345378
}
346379
},
347380
ali213_gl: {
348-
SiteTypeID: 23,
381+
SiteTypeID: 28,
349382
pager: {
350383
type: 3,
351384
nextLink: '//a[@class="next n"][@href]',
@@ -357,7 +390,7 @@
357390
}
358391
},
359392
_58pic: {
360-
SiteTypeID: 24,
393+
SiteTypeID: 29,
361394
pager: {
362395
type: 1,
363396
nextLink: '//div[contains(@class,"page-box")]//a[text()="下一页"][@href]',
@@ -371,7 +404,7 @@
371404
}
372405
},
373406
_58pic_c: {
374-
SiteTypeID: 25,
407+
SiteTypeID: 30,
375408
pager: {
376409
type: 1,
377410
nextLink: '//div[contains(@class,"page-box")]//a[text()="下一页"][@href]',
@@ -385,7 +418,7 @@
385418
}
386419
},
387420
rarbgprx: {
388-
SiteTypeID: 26,
421+
SiteTypeID: 31,
389422
pager: {
390423
type: 1,
391424
nextLink: '(//a[@title="next page"])[1][@href]',
@@ -396,7 +429,7 @@
396429
}
397430
},
398431
yxssp: {
399-
SiteTypeID: 27,
432+
SiteTypeID: 32,
400433
pager: {
401434
type: 1,
402435
nextLink: '//div[@class="page-nav td-pb-padding-side"]/a[last()][@href]',
@@ -407,7 +440,7 @@
407440
}
408441
},
409442
yuankongjian: {
410-
SiteTypeID: 28,
443+
SiteTypeID: 33,
411444
pager: {
412445
type: 2,
413446
nextLink: 'button[title="加载更多"]',
@@ -416,7 +449,7 @@
416449
}
417450
},
418451
weibo_comment: {
419-
SiteTypeID: 29,
452+
SiteTypeID: 34,
420453
pager: {
421454
type: 2,
422455
nextLink: 'a[action-type="click_more_comment"]',
@@ -425,7 +458,7 @@
425458
}
426459
},
427460
afreecatv: {
428-
SiteTypeID: 30,
461+
SiteTypeID: 35,
429462
pager: {
430463
type: 2,
431464
nextLink: '.btn-more > button',
@@ -534,7 +567,7 @@
534567
case "www.afreecatv.com":
535568
curSite = DBSite.afreecatv;
536569
break;
537-
default: // < Discuz! 论坛专用 >
570+
default: // < Discuz! 论坛专用 >
538571
if (location.pathname.indexOf('.html') > -1) { // 判断是不是静态网页(.html 结尾)
539572
if (location.pathname.indexOf('forum') > -1) { // 各版块帖子列表
540573
curSite = DBSite.discuz_forum;
@@ -550,8 +583,16 @@
550583
} else if (location.search.indexOf('mod=viewthread') > -1) { // 帖子内
551584
curSite = DBSite.discuz_thread;
552585
hidePgbtn(); // 隐藏帖子内的 [下一页] 按钮
586+
} else if (location.search.indexOf('mod=guide') > -1) { // 导读帖子列表
587+
curSite = DBSite.discuz_guide;
588+
} else if(location.search.indexOf('mod=space') > -1 && location.search.indexOf('&view=me') > -1) { // 别人的主题/回复
589+
curSite = DBSite.discuz_youspace;
590+
} else if (location.search.indexOf('mod=collection') > -1) { // 淘贴列表
591+
curSite = DBSite.discuz_collection;
553592
} else if (location.pathname.indexOf('search') > -1) { // 搜索结果
554593
curSite = DBSite.discuz_search;
594+
} else { // 考虑到部分论坛的部分板块帖子列表 URL 是自定义的
595+
curSite = DBSite.discuz_forum;
555596
}
556597
}
557598
}
@@ -571,7 +612,7 @@
571612
let scrollElement = document.querySelector(curSite.pager.scrollElement);
572613
//console.log(scrollElement.offsetTop - (scrollTop + scrollHeight), scrollDelta, curSite.SiteTypeID)
573614
if (scrollElement.offsetTop - (scrollTop + scrollHeight) <= scrollDelta) {
574-
if (curSite.SiteTypeID === 21) curSite.pager.scrollDelta -= 800 // 游民星空的比较奇葩,需要特殊处理下
615+
if (curSite.SiteTypeID === 25) curSite.pager.scrollDelta -= 800 // 游民星空的比较奇葩,需要特殊处理下
575616
ShowPager.loadMorePage();
576617
}
577618
} else {

0 commit comments

Comments
 (0)