Skip to content

Commit 5671b3b

Browse files
committed
新增 [开心漫] 支持
1 parent 57ece7a commit 5671b3b

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

other/Autopage/rules.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3376,6 +3376,34 @@
33763376
"replaceE": ".main_control"
33773377
}
33783378
},
3379+
"开心漫": {
3380+
"host": "www.kaixinman.com",
3381+
"url": "/^\\/chapter\\//",
3382+
"pager": {
3383+
"type": 6,
3384+
"nextL": "//div[@class='chapter-toolbar']/a[text()='下一章']",
3385+
"pageE": ".chapter-image",
3386+
"replaceE": ".chapter-toolbar",
3387+
"loadTime": 1000,
3388+
"scrollD": 4000
3389+
},
3390+
"function": {
3391+
"bF": "pageE.forEach((i)=>{i.className=i.className.replace('loading','');i.style.cssText='background-image: none;';i.innerHTML='<img src=\"'+i.dataset.original+'\" referrerpolicy=\"no-referrer\">'}); return fun.src_bF(pageE)"
3392+
}
3393+
},
3394+
"开心漫 - 列表": {
3395+
"host": "www.kaixinman.com",
3396+
"url": "/^\\/category\\//",
3397+
"blank": 3,
3398+
"pager": {
3399+
"nextL": ".page>li.active.hidden-sm+li>a",
3400+
"pageE": ".vodlist",
3401+
"replaceE": ".page"
3402+
},
3403+
"function": {
3404+
"bF": "return fun.src_bF(pageE, [1, 'div[data-original]', 'data-original'])"
3405+
}
3406+
},
33793407
"漫画星球 / 6 漫画": {
33803408
"host": ["/\\.mhxqiu/","/^www\\.sixmh\\d\\./"],
33813409
"url": "if (fun.indexOF(/\\/\\d+\\.html/)) {return true;} else if (fun.indexOF(/\\/\\d+\\/$/)) {setTimeout(()=>{if (document.getElementById('zhankai')) document.getElementById('zhankai').click();},500);}",

0 commit comments

Comments
 (0)