From 66caf6f4344f54017ae8460efb757a28bfc31ed3 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sun, 4 Oct 2020 00:29:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=AD=BE=E5=88=B0=E5=90=8E=E6=B2=A1=E6=9C=89=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=88=B0=E6=8C=87=E5=AE=9AURL=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zhiyoo-Enhanced.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zhiyoo-Enhanced.user.js b/Zhiyoo-Enhanced.user.js index b917bab..818b715 100644 --- a/Zhiyoo-Enhanced.user.js +++ b/Zhiyoo-Enhanced.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 智友邦论坛增强 - 自动签到、回复、清理置顶帖子 -// @version 1.0.0 +// @version 1.0.1 // @author X.I.U // @description 智友邦论坛自动签到、自动回复、自动清理置顶帖子 // @icon http://bbs.zhiyoo.net/favicon.ico @@ -19,7 +19,7 @@ document.querySelector('#yl').click(); document.querySelector('.tr3.tac div a').click(); } - setTimeout("location.href=qiandao_Redirect_URL", 2000); // 跳转到指定URL + setTimeout(location.href=qiandao_Redirect_URL, 2000); // 跳转到指定URL } } else if(location.pathname === '/forum.php'){