Skip to content

Commit fad5eee

Browse files
committed
优化 自动签到后返回速度(避免论坛出现502错误)
1 parent 75a2f4b commit fad5eee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

52pojie-Enhanced.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 吾爱破解论坛增强 - 自动签到、翻页
3-
// @version 1.0.9
3+
// @version 1.1.0
44
// @author X.I.U
55
// @description 自动签到、自动无缝翻页
66
// @match *://www.52pojie.cn/*
@@ -152,7 +152,7 @@
152152
if (qiandaoback){
153153
if(location.href === "https://www.52pojie.cn/home.php?mod=task&do=draw&id=2")
154154
{
155-
qiandaoback.click();
155+
setTimeout(`qiandaoback.click()`, 1000);
156156
}
157157
}
158158
}

0 commit comments

Comments
 (0)