File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
763763 if ( / w w w \. a c g p y \. c o m \/ l o g i n \d + \. h t m l / . test ( location . href ) ) {
764764 var date = new Date ( ) ;
765765 date . setTime ( date . getTime ( ) + 14400 * 60 * 1000 ) ;
766- document . cookie = "trade" + location . href . replace ( / .* .c o m \/ l o g i n ( \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" ) ;
You can’t perform that action at this time.
0 commit comments