新增 [开心漫] 支持

This commit is contained in:
xiu2
2026-03-11 15:05:30 +08:00
parent 57ece7a53e
commit 5671b3bfbc
+28
View File
@@ -3376,6 +3376,34 @@
"replaceE": ".main_control"
}
},
"开心漫": {
"host": "www.kaixinman.com",
"url": "/^\\/chapter\\//",
"pager": {
"type": 6,
"nextL": "//div[@class='chapter-toolbar']/a[text()='下一章']",
"pageE": ".chapter-image",
"replaceE": ".chapter-toolbar",
"loadTime": 1000,
"scrollD": 4000
},
"function": {
"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)"
}
},
"开心漫 - 列表": {
"host": "www.kaixinman.com",
"url": "/^\\/category\\//",
"blank": 3,
"pager": {
"nextL": ".page>li.active.hidden-sm+li>a",
"pageE": ".vodlist",
"replaceE": ".page"
},
"function": {
"bF": "return fun.src_bF(pageE, [1, 'div[data-original]', 'data-original'])"
}
},
"漫画星球 / 6 漫画": {
"host": ["/\\.mhxqiu/","/^www\\.sixmh\\d\\./"],
"url": "if (fun.indexOF(/\\/\\d+\\.html/)) {return true;} else if (fun.indexOF(/\\/\\d+\\/$/)) {setTimeout(()=>{if (document.getElementById('zhankai')) document.getElementById('zhankai').click();},500);}",