Skip to content

Commit c1b20c0

Browse files
committed
fix
1 parent f8527f7 commit c1b20c0

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

HacgGodTurn.user.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
// @include http*://sijihuisuo.club/*
3636
// @include http*://acg18.us/*
3737
// @include http*://*.acg18.us/*
38+
// @include http*://*.acg44.com/*
3839
// @include http*://zuiacg.com/*
3940
// @include http*://www.galacg.me/*
4041
// @include http*://www.mhecy.com/*
@@ -45,7 +46,7 @@
4546
// @include http*://acgmoon.*
4647
// @include http*://www.moe-acg.cc/*
4748
// @include http*://htai.*
48-
// @version 3.20.18
49+
// @version 3.20.19
4950
// @grant GM_notification
5051
// @grant GM_xmlhttpRequest
5152
// @run-at document-end
@@ -98,10 +99,10 @@
9899
{
99100
name:"acggj",
100101
url:"https://www.acggj.com/",
101-
regex:/www\.acggj\./,
102+
regex:/www\.(acggj|acg44)\./,
102103
hideOd:true,
103104
bbs:/bbs\.acggj\./,
104-
offset:10
105+
offset:55
105106
},
106107
{
107108
name:"acg12",
@@ -412,17 +413,18 @@
412413
};
413414
break;
414415
case "acggj":
416+
articleSel="section.card";
415417
if(isHttps){
416418
changeUrl(true,[["a","img","script","link"],[['p:(\\\/\\\/|\\\\\\/\\\\\\/)(www\\\.|bbs\\\.)?acggj','ps:$1$2acggj']]]);
417419
var baseUrl=document.querySelector('base');
418420
if(baseUrl)baseUrl.href=baseUrl.href.replace(/http:/,"https:");
419421
}
420-
var benzi=document.querySelector('#menu-item-3786');
422+
/*var benzi=document.querySelector('#menu-item-3786');
421423
if(benzi){
422424
var scy=benzi.cloneNode(true);
423425
scy.innerHTML = scy.innerHTML.replace(/\u672c\u5b50/g, '\u4e09\u6b21\u5143').replace(/hexie\/book/g, 'sciyuan').replace(/fa-book/g, 'fa-instagram');
424426
benzi.after(scy);
425-
}
427+
}*/
426428
break;
427429
case "acgnz":
428430
articleSel="section.card";

0 commit comments

Comments
 (0)