Skip to content

Commit 994972a

Browse files
committed
新增 [G站漫画] 支持
1 parent bfd8dcf commit 994972a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

other/Autopage/rules.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3549,6 +3549,28 @@
35493549
"replaceE": ".pagination"
35503550
}
35513551
},
3552+
"G站漫画": {
3553+
"host": ["manhuafree.com","manhuascans.org"],
3554+
"url": "return fun.isPager('n')",
3555+
"pager": {
3556+
"type": 6,
3557+
"nextL": "#nextChapterLink",
3558+
"pageE": "#chapcontent>div",
3559+
"replaceE": "#nextChapterLink,#preChapterLink",
3560+
"loadTime": 1000,
3561+
"scrollD": 4000
3562+
}
3563+
},
3564+
"G站漫画 - 分类页": {
3565+
"host": ["manhuafree.com","manhuascans.org"],
3566+
"url": "return fun.isPager()",
3567+
"blank": 3,
3568+
"pager": {
3569+
"nextL": "a[aria-label^=下]",
3570+
"pageE": ".cardlist>div",
3571+
"replaceE": ".cardlist+div"
3572+
}
3573+
},
35523574
"COLAMANGA 漫画": {
35533575
"host": "www.colamanga.com",
35543576
"url": "if (fun.indexOF('.html')){if (!(fun.getCookie('mh_readmode') === '' || fun.getCookie('mh_readmode') === '3')) {document.cookie='mh_readmode=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/'; location.reload();}; return true;} else if (fun.indexOF(/\\/\\d+\\/$/)) {setTimeout(()=>{if (document.querySelector('a.website-display-all')) document.querySelector('a.website-display-all').click();},500);}",

0 commit comments

Comments
 (0)