File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/*
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
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 ( {
You can’t perform that action at this time.
0 commit comments