From 900e3484407edd6e36ea041df9da9062b412f2df Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Thu, 29 Oct 2020 03:23:42 +0800 Subject: [PATCH] update --- 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 abda1c0..6058bca 100644 --- a/52pojie-Enhanced.user.js +++ b/52pojie-Enhanced.user.js @@ -107,7 +107,7 @@ qianDaoBack(); // 先看看是不是签到跳转页面,如果是则返回 - //qianDao(); // 看看有没有签到 + qianDao(); // 看看有没有签到 pageLoading(); // 自动翻页 @@ -187,7 +187,7 @@ if(this._onreadystatechange) { if (this.readyState==4 && this.status==200) { - console.log('111111111111111111111111111111111111111') + console.log('xxx') } } return this._onreadystatechange.apply(this, arguments);