Skip to content

Commit 620f45c

Browse files
committed
fix
1 parent 2f495b1 commit 620f45c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

HacgGodTurn.user.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,8 @@
437437
articleSel="div.article";
438438
}else if(config.sites.findSite("acg15").regex.test(location.href)){
439439
articleSel="section.card";
440+
}else if(config.sites.findSite("acgzone").regex.test(location.href)){
441+
contentArea='article';
440442
}
441443

442444
document.addEventListener("keydown", function(e) {

0 commit comments

Comments
 (0)