We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0acdf commit 66caf6fCopy full SHA for 66caf6f
1 file changed
Zhiyoo-Enhanced.user.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name 智友邦论坛增强 - 自动签到、回复、清理置顶帖子
3
-// @version 1.0.0
+// @version 1.0.1
4
// @author X.I.U
5
// @description 智友邦论坛自动签到、自动回复、自动清理置顶帖子
6
// @icon http://bbs.zhiyoo.net/favicon.ico
@@ -19,7 +19,7 @@
19
document.querySelector('#yl').click();
20
document.querySelector('.tr3.tac div a').click();
21
}
22
- setTimeout("location.href=qiandao_Redirect_URL", 2000); // 跳转到指定URL
+ setTimeout(location.href=qiandao_Redirect_URL, 2000); // 跳转到指定URL
23
24
25
else if(location.pathname === '/forum.php'){
0 commit comments