Skip to content

Commit 303f673

Browse files
committed
优化 [Discuz!] 规则 (略微调高翻页触发点,以适应部分速度慢的论坛)
1 parent a3463c6 commit 303f673

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Autopage.user.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function: {
161161
nextL: 'css;a.nxt:not([href^="javascript"]) ,a.next:not([href^="javascript"])',
162162
pageE: 'id("threadlist")//table[./tbody[contains(@id, "normalthread_")]]/tbody[not(@id="separatorline")]',
163163
replaceE: 'css;.pg, .pages',
164-
scrollD: 1000
164+
scrollD: 1500
165165
}
166166
}, // Discuz! 论坛 - 导读页 及 帖子列表(不带无缝加载下一页按钮的)
167167
discuz_waterfall: {
@@ -170,7 +170,7 @@ function: {
170170
nextL: 'css;a.nxt:not([href^="javascript"]) ,a.next:not([href^="javascript"])',
171171
pageE: 'css;#waterfall > li',
172172
replaceE: 'css;.pg, .pages',
173-
scrollD: 1000
173+
scrollD: 1500
174174
}
175175
}, // Discuz! 论坛 - 图片模式的帖子列表(不带无缝加载下一页按钮的)
176176
discuz_thread: {
@@ -180,7 +180,7 @@ function: {
180180
nextL: 'css;a.nxt:not([href^="javascript"]) ,a.next:not([href^="javascript"])',
181181
pageE: 'css;#postlist > div[id^="post_"]',
182182
replaceE: 'css;#ct > .pgs, .pages',
183-
scrollD: 1000
183+
scrollD: 1500
184184
},
185185
function: {
186186
bF: src_bF,
@@ -193,7 +193,7 @@ function: {
193193
nextL: 'css;a.nxt:not([href^="javascript"]) ,a.next:not([href^="javascript"])',
194194
pageE: 'css;#threadlist > ul',
195195
replaceE: 'css;.pg, .pages',
196-
scrollD: 1000
196+
scrollD: 1500
197197
}
198198
}, // Discuz! 论坛 - 搜索页
199199
discuz_youspace: {
@@ -202,7 +202,7 @@ function: {
202202
nextL: 'css;a.nxt:not([href^="javascript"]) ,a.next:not([href^="javascript"])',
203203
pageE: 'css;form:not([action^="search.php?"]) tbody > tr:not(.th)',
204204
replaceE: 'css;.pg, .pages',
205-
scrollD: 1000
205+
scrollD: 1500
206206
}
207207
}, // Discuz! 论坛 - 回复页、主题页(别人的)
208208
discuz_collection: {
@@ -211,7 +211,7 @@ function: {
211211
nextL: 'css;a.nxt:not([href^="javascript"]) ,a.next:not([href^="javascript"])',
212212
pageE: 'css;#ct .bm_c table > tbody',
213213
replaceE: 'css;.pg, .pages',
214-
scrollD: 1000
214+
scrollD: 1500
215215
}
216216
}, // Discuz! 论坛 - 淘帖页
217217
flarum: {
@@ -220,7 +220,7 @@ function: {
220220
type: 2,
221221
nextL: 'css;.DiscussionList-loadMore > button',
222222
isHidden: true,
223-
scrollD: 1000
223+
scrollD: 1500
224224
}
225225
}, // Flarum 论坛
226226
phpbb: {

0 commit comments

Comments
 (0)