Skip to content

Commit 74f75fd

Browse files
committed
fix
1 parent 481965d commit 74f75fd

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
// @include http*://www.acg15.com/*
4949
// @include http*://www.acglover.top/*
5050
// @include http*://lifanmoe.com/*
51-
// @include http*://www.idanmu.co/*
51+
// @include http*://www.idanmu.*
5252
// @include http*://*.sijihuisuo.club/*
5353
// @include http*://sijihuisuo.club/*
5454
// @include http*://acg18.us/*
@@ -78,7 +78,7 @@
7878
// @include http*://sleazyfork.org/*/scripts/*
7979
// @include http*://greasyfork.org/*/scripts/*
8080
// @include http*://*yfork.org/*/forum/*discussion*
81-
// @version 3.22.03
81+
// @version 3.22.05
8282
// @grant GM_notification
8383
// @grant GM_xmlhttpRequest
8484
// @grant GM_setClipboard
@@ -150,7 +150,7 @@
150150
name:"绅士二次元",
151151
url:"https://www.acg.tf/",
152152
regex:/acg\.tf/,
153-
offset:50,
153+
offset:60,
154154
articleSel:".magazine-list>li,.article_list>li",
155155
contentArea:".entry"
156156
},
@@ -188,7 +188,7 @@
188188
{
189189
name:"爱弹幕",
190190
url:"http://www.idanmu.co/",
191-
regex:/idanmu\.co/,
191+
regex:/idanmu\./,
192192
offset:55,
193193
articleSel:"section.card"
194194
},
@@ -238,7 +238,8 @@
238238
url:"http://www.jiyue.com/",
239239
regex:/(acgmoon|jiyue)\.(org|com)/,
240240
offset:50,
241-
contentArea:"div.post-content"
241+
contentArea:"div.post-content",
242+
articleSel:"article"
242243
},
243244
{
244245
name:"萌幻之乡",
@@ -352,9 +353,10 @@
352353
name:"绅士ACG社",
353354
url:"http://htacg.cc/",
354355
regex:/htacg\.cc/,
355-
articleSel:"article.card",
356+
articleSel:"section",
357+
offset:55,
356358
hideOd:true,
357-
downloadUrl:/htacg\.cc\/storage\-download\?/
359+
downloadUrl:/htacg\.cc\/download\?id/
358360
},
359361
{
360362
name:"绅士交易",
@@ -426,7 +428,7 @@
426428
};
427429
var hgtSign=document.createElement("font");
428430
hgtSign.innerHTML=' <b>\u8be5\u811a\u672c\u53ef\u80fd\u4e0e\u0020\u2605\u7409\u795e\u8f6c\u2605\u0020\u4e0d\u517c\u5bb9\u54e6</b>';
429-
installLink.parentNode.insertBefore(hgtSign,installLink.nextSibling.nextSibling);
431+
//installLink.parentNode.insertBefore(hgtSign,installLink.nextSibling.nextSibling);
430432
}
431433
}
432434
}
@@ -857,10 +859,10 @@
857859
curSite.preRocket=function(){unsafeWindow.$('#dllist a').mouseenter();};
858860
break;
859861
case "绅士交易":
860-
if(location.href=="https://www.acgpy.com/indexlogin.html"){
862+
if(location.href=="https://www.acgpy.com/login0202.html"){
861863
var date=new Date();
862864
date.setTime(date.getTime()+14400*60*1000);
863-
document.cookie="trade=A32; expires="+date.toGMTString();
865+
document.cookie="trade0202=A32; expires="+date.toGMTString();
864866
top.location='wpx';
865867
}
866868
var downBtn=document.querySelector("a.downbtn");

0 commit comments

Comments
 (0)