Skip to content

Commit 766199e

Browse files
committed
优化 自动签到后返回速度(又太慢了)
1 parent b42773b commit 766199e

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.1.0
3+
// @version 1.1.1
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-
setTimeout(`qiandaoback.click()`, 1000);
155+
setTimeout(`qiandaoback.click()`, 300);
156156
}
157157
}
158158
}

0 commit comments

Comments
 (0)