Skip to content

Commit 8e35547

Browse files
committed
fix
1 parent 742bf17 commit 8e35547

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// @include http*://hacg.tw/*
2929
// @include http*://hacg.at/*
3030
// @include http*://hacg.ch/*
31-
// @include http*://www.acgpy.com/wpx/*
31+
// @include http*://www.acgpy.com/*
3232
// @include http*://blog.reimu.net/*
3333
// @include http*://pan.baidu.com/share/*
3434
// @include http*://pan.baidu.com/s/*
@@ -72,7 +72,7 @@
7272
// @include http*://yui-nya.com/*
7373
// @include http*://www.l-sj.cc/*
7474
// @include http*://htacg.cc/*
75-
// @version 3.21.13
75+
// @version 3.21.14
7676
// @grant GM_notification
7777
// @grant GM_xmlhttpRequest
7878
// @grant GM_setClipboard
@@ -791,6 +791,12 @@
791791
curSite.preRocket=function(){unsafeWindow.$('#dllist a').mouseenter();};
792792
break;
793793
case "绅士交易":
794+
if(location.href=="https://www.acgpy.com/indexlogin.html"){
795+
var date=new Date();
796+
date.setTime(date.getTime()+14400*60*1000);
797+
document.cookie="trade=A32; expires="+date.toGMTString();
798+
top.location='wpx';
799+
}
794800
var downBtn=document.querySelector("a.downbtn");
795801
if(downBtn){
796802
GM_xmlhttpRequest({

0 commit comments

Comments
 (0)