We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bfdad4 commit 71523a4Copy full SHA for 71523a4
1 file changed
52pojie-Enhanced.user.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name 吾爱破解论坛增强 - 自动签到、翻页
3
-// @version 1.1.5
+// @version 1.1.6
4
// @author X.I.U
5
// @description 自动签到、自动无缝翻页
6
// @match *://www.52pojie.cn/*
@@ -56,7 +56,10 @@
56
// 自动翻页规则
57
let DBSite = {
58
forum: {
59
- SiteTypeID: 1
+ SiteTypeID: 1,
60
+ pager: {
61
+ scrollDelta: 666
62
+ }
63
},
64
thread: {
65
SiteTypeID: 2,
0 commit comments