Skip to content

Commit 71523a4

Browse files
committed
修复 上个版本更新后帖子列表页自动翻页失效的问题
1 parent 8bfdad4 commit 71523a4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

52pojie-Enhanced.user.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 吾爱破解论坛增强 - 自动签到、翻页
3-
// @version 1.1.5
3+
// @version 1.1.6
44
// @author X.I.U
55
// @description 自动签到、自动无缝翻页
66
// @match *://www.52pojie.cn/*
@@ -56,7 +56,10 @@
5656
// 自动翻页规则
5757
let DBSite = {
5858
forum: {
59-
SiteTypeID: 1
59+
SiteTypeID: 1,
60+
pager: {
61+
scrollDelta: 666
62+
}
6063
},
6164
thread: {
6265
SiteTypeID: 2,

0 commit comments

Comments
 (0)