Skip to content

Commit 0c4cfad

Browse files
committed
fix
1 parent 23e6af8 commit 0c4cfad

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
// @include http*://hacg.tw/*
2929
// @include http*://hacg.at/*
3030
// @include http*://hacg.ch/*
31+
// @include http*://llss.*
32+
// @include http*://www.llss.*
3133
// @include http*://www.acgpy.com/*
3234
// @include http*://blog.reimu.net/*
3335
// @include http*://pan.baidu.com/share/*
@@ -84,7 +86,7 @@
8486
// @include http*://greasyfork.org/*/scripts/*
8587
// @include http*://sleazyfork.org/*/forum/*discussion*
8688
// @include http*://greasyfork.org/*/forum/*discussion*
87-
// @version 3.22.35
89+
// @version 3.22.36
8890
// @grant GM_notification
8991
// @grant GM_xmlhttpRequest
9092
// @grant GM_setClipboard
@@ -131,7 +133,7 @@
131133
{
132134
name:"琉璃神社",
133135
url:"https://www.hacg.fi/wp/",
134-
regex:/hacg\./,
136+
regex:/hacg\.|llss\./,
135137
run:function(){
136138
var feiZao,feiZaos=document.querySelectorAll("p1"),i;
137139
for(i=0;i<feiZaos.length;i++){
@@ -272,13 +274,6 @@
272274
createBlockBtn();
273275
}
274276
},
275-
{
276-
name:"纯爱计划",
277-
url:"https://sexacg.com/",
278-
regex:/sexacg\./,
279-
contentArea:'article',
280-
commArea:'su-quote-inner'
281-
},
282277
{
283278
name:"次元の圣光",
284279
url:"http://www.acglover.top/",
@@ -766,8 +761,8 @@
766761
if(/www\.acgpy\.com\/login\d+\.html/.test(location.href)){
767762
var date=new Date();
768763
date.setTime(date.getTime()+14400*60*1000);
769-
//document.cookie="trade"+location.href.replace(/.*.com\/login(\d+)\..*/,"$1")+"=A32; expires="+date.toGMTString();
770-
document.cookie="trade0421=A32; expires="+date.toGMTString();
764+
document.cookie="trade"+location.href.replace(/.*.com\/login(\d+)\..*/,"$1")+"=A32; expires="+date.toGMTString();
765+
//document.cookie="trade0421=A32; expires="+date.toGMTString();
771766
top.location='wpx';
772767
}
773768
var downBtn=document.querySelector("a.downbtn");
@@ -805,6 +800,13 @@
805800
commArea:'commentlist',
806801
offset:55,
807802
articleSel:"article,.article-link>li"
803+
},
804+
{
805+
name:"纯爱计划",
806+
url:"https://sexacg.com/",
807+
regex:/sexacg\./,
808+
contentArea:'article',
809+
commArea:'su-quote-inner'
808810
}
809811
/*{
810812
name:"梦幻二次元",

0 commit comments

Comments
 (0)