We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e867879 commit 450a780Copy full SHA for 450a780
1 file changed
Hostloc-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 自动签到(访问空间)、自动无缝翻页、自动显示帖子内隐藏回复、自动隐藏阅读权限 255 的帖子、回到顶部(右键点击两侧空白处)
6
// @match *://hostloc.com/*
@@ -168,6 +168,7 @@
168
console.log(`[全球主机交流论坛 增强] 金钱 +2 (${url_list[url]})`);
169
if (url === 11) { // 次数够了就取消定时循环
170
console.log('[全球主机交流论坛 增强] 签到完成!');
171
+ GM_notification({text: '签到完成!金钱 +20 ~', timeout: 3500});
172
GM_setValue('menu_signingIn', false);
173
GM_setValue('menu_signInTime', timeNow); // 写入签到时间以供后续比较
174
clearInterval(signIn);
0 commit comments