Skip to content

Commit b049688

Browse files
committed
新增 [零点看书]、[笔趣阁 - cnhxfilm.com]、[笔趣阁 - whzh-xs.com] 支持
1 parent fd8e50a commit b049688

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

other/Autopage/rules.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2836,6 +2836,46 @@
28362836
"bF": "return fun.xs_bF(pageE, [/(<br>)?(&nbsp;)+内容未完,下一页.*$|【本章阅读.*$/, '<br>'])"
28372837
}
28382838
},
2839+
"零点看书": {
2840+
"host": "www.ldksw.cc",
2841+
"url": "/\\d+\\/\\d+\\.html/",
2842+
"history": true,
2843+
"pager": {
2844+
"nextL": "//div[@class='page_chapter']//a[text()='下一章']",
2845+
"pageE": "#content",
2846+
"insertP": ["#content",6],
2847+
"replaceE": ".page_chapter"
2848+
},
2849+
"function": {
2850+
"bF": "return fun.xs_bF(pageE, [/<br>( )+天才一秒记住本站地址.+/, ''])"
2851+
}
2852+
},
2853+
"笔趣阁 - cnhxfilm.com": {
2854+
"host": "www.cnhxfilm.com",
2855+
"url": "/\\d+\\/\\d+\\.html/",
2856+
"history": true,
2857+
"pager": {
2858+
"nextL": "#next1",
2859+
"pageE": "article.font_max",
2860+
"insertP": ["article.font_max",6],
2861+
"replaceE": ".nav-bottom"
2862+
}
2863+
},
2864+
"笔趣阁 - whzh-xs.com": {
2865+
"host": "www.whzh-xs.com",
2866+
"url": "/\\d+\\/\\d+\\.html/",
2867+
"style": "a[href='javascript:posterror();'] {display: none !important;}",
2868+
"history": true,
2869+
"pager": {
2870+
"type": 6,
2871+
"nextL": "#pb_next",
2872+
"pageE": "#txt",
2873+
"insertP": ["#txt",6],
2874+
"replaceE": ".chapter-control",
2875+
"loadTime": 1500,
2876+
"scrollD": 3000
2877+
}
2878+
},
28392879
"铅笔小说": {
28402880
"host": "www.23qb.com",
28412881
"url": "if (fun.indexOF(/\\/book\\/\\d+\\/.+\\.html/)) {fun.xs_bF(fun.getAllCSS('#mlfy_main_text > *'), [/(继续下一页).+|铅笔小说.+/, '']); return true}",

0 commit comments

Comments
 (0)