We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00460dd commit 900e348Copy full SHA for 900e348
1 file changed
52pojie-Enhanced.user.js
@@ -107,7 +107,7 @@
107
108
109
qianDaoBack(); // 先看看是不是签到跳转页面,如果是则返回
110
- //qianDao(); // 看看有没有签到
+ qianDao(); // 看看有没有签到
111
pageLoading(); // 自动翻页
112
113
@@ -187,7 +187,7 @@
187
if(this._onreadystatechange) {
188
if (this.readyState==4 && this.status==200)
189
{
190
- console.log('111111111111111111111111111111111111111')
+ console.log('xxx')
191
}
192
193
return this._onreadystatechange.apply(this, arguments);
0 commit comments