Skip to content

Commit e754484

Browse files
committed
fix
1 parent 5698d4d commit e754484

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
// @include http*://www.oomoe.moe/*
4949
// @include http*://www.kaze5.com/*
5050
// @include http*://www.acg15.com/*
51-
// @include http*://www.acglover.top/*
51+
// @include http*://www.acglover.*
5252
// @include http*://lifanmoe.com/*
5353
// @include http*://www.idanmu.*
5454
// @include http*://*.sijihuisuo.club/*
@@ -278,23 +278,23 @@
278278
},
279279
{
280280
name:"次元の圣光",
281-
url:"http://www.acglover.top/",
282-
regex:/acglover\.top/,
281+
url:"https://www.acglover.pw/",
282+
regex:/acglover\./,
283283
offset:60,
284284
contentArea:".entry-inner",
285285
run:function(){
286-
changeUrl(true,[["a","img"],[['acglover\\\.net','acglover\\\.top']]]);
286+
changeUrl(true,[["a","img"],[['acglover\\\.net','acglover\\\.pw']]]);
287287
}
288288
},
289289
{
290290
name:"绅士二次元",
291291
url:"https://www.acg.tf/",
292292
regex:/acg\.tf/,
293293
offset:60,
294-
articleSel:".magazine-list>li,.article_list>li",
295-
contentArea:".entry,.amp-wp-article-content>.amp-wp-content",
294+
articleSel:".magazine-list>li,.article_list>li,.jeg_post",
295+
contentArea:".entry,.amp-wp-article-content>.amp-wp-content,.content-inner",
296296
run:function(){
297-
var content=document.querySelector('.entry,.amp-wp-article-content>.amp-wp-content');
297+
var content=document.querySelector('.entry,.amp-wp-article-content>.amp-wp-content,.content-inner');
298298
if(content){
299299
var plist = content.querySelectorAll("p");
300300
var key = "";

0 commit comments

Comments
 (0)