We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42773b commit 766199eCopy full SHA for 766199e
1 file changed
52pojie-Enhanced.user.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name 吾爱破解论坛增强 - 自动签到、翻页
3
-// @version 1.1.0
+// @version 1.1.1
4
// @author X.I.U
5
// @description 自动签到、自动无缝翻页
6
// @match *://www.52pojie.cn/*
@@ -152,7 +152,7 @@
152
if (qiandaoback){
153
if(location.href === "https://www.52pojie.cn/home.php?mod=task&do=draw&id=2")
154
{
155
- setTimeout(`qiandaoback.click()`, 1000);
+ setTimeout(`qiandaoback.click()`, 300);
156
}
157
158
0 commit comments