From fad5eee18b67fd582cd8b16156466f20ebe3ce19 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 24 Oct 2020 11:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=AD=BE=E5=88=B0=E5=90=8E=E8=BF=94=E5=9B=9E=E9=80=9F=E5=BA=A6?= =?UTF-8?q?=EF=BC=88=E9=81=BF=E5=85=8D=E8=AE=BA=E5=9D=9B=E5=87=BA=E7=8E=B0?= =?UTF-8?q?502=E9=94=99=E8=AF=AF=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 52pojie-Enhanced.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/52pojie-Enhanced.user.js b/52pojie-Enhanced.user.js index 7ea1637..36b6554 100644 --- a/52pojie-Enhanced.user.js +++ b/52pojie-Enhanced.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 吾爱破解论坛增强 - 自动签到、翻页 -// @version 1.0.9 +// @version 1.1.0 // @author X.I.U // @description 自动签到、自动无缝翻页 // @match *://www.52pojie.cn/* @@ -152,7 +152,7 @@ if (qiandaoback){ if(location.href === "https://www.52pojie.cn/home.php?mod=task&do=draw&id=2") { - qiandaoback.click(); + setTimeout(`qiandaoback.click()`, 1000); } } }