Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions other/Autopage/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -7210,6 +7210,31 @@
"replaceE": ".wp-pagenavi"
}
},
"色漫天堂": {
"host": "smtt6.com",
"url": "/^\\/man-hua-yue-du\\//",
"pager": {
"nextL": "//div[@class='positionFooter']//a[text()='下一章']",
"pageE": "#conch-content img.lazy",
"replaceE": ".positionFooter",
"scrollD": 4000
},
"function": {
"bF": "return fun.src_bF(pageE)"
}
},
"色漫天堂 - 分类页": {
"host": "smtt6.com",
"url": "/^\\/man-hua-lei-bie/",
"pager": {
"nextL": "//li[@class='hl-hidden-xs']/a[@class='active']/../following-sibling::li[1]/a",
"pageE": "ul.hl-vod-list>li",
"replaceE": ".hl-page-wrap"
},
"function": {
"bF": "return fun.src_bF(pageE,[1,'a[data-original]','data-original'])"
}
},
"鸟鸟韩漫": {
"host": ["/^nnhanman\\.[a-z]+/","/^nnhanman\\d\\.com/","/^nnhm\\d\\.[a-z]+/"],
"url": "/^\\/comic\\/.+\\/chapter-\\d+\\.html/",
Expand Down