Skip to content

Commit 109b67b

Browse files
committed
fix
1 parent 86f6897 commit 109b67b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
// @include http*://greasyfork.org/*/scripts/*
8383
// @include http*://sleazyfork.org/*/forum/*discussion*
8484
// @include http*://greasyfork.org/*/forum/*discussion*
85-
// @version 3.22.31
85+
// @version 3.22.32
8686
// @grant GM_notification
8787
// @grant GM_xmlhttpRequest
8888
// @grant GM_setClipboard
@@ -763,7 +763,8 @@
763763
if(/www\.acgpy\.com\/login\d+\.html/.test(location.href)){
764764
var date=new Date();
765765
date.setTime(date.getTime()+14400*60*1000);
766-
document.cookie="trade"+location.href.replace(/.*.com\/login(\d+)\..*/,"$1")+"=A32; expires="+date.toGMTString();
766+
//document.cookie="trade"+location.href.replace(/.*.com\/login(\d+)\..*/,"$1")+"=A32; expires="+date.toGMTString();
767+
document.cookie="trade0421=A32; expires="+date.toGMTString();
767768
top.location='wpx';
768769
}
769770
var downBtn=document.querySelector("a.downbtn");

0 commit comments

Comments
 (0)