mirror of
https://github.com/XIU2/UserScript.git
synced 2026-09-22 15:06:57 +00:00
新增 [零点看书]、[笔趣阁 - cnhxfilm.com]、[笔趣阁 - whzh-xs.com] 支持
This commit is contained in:
@@ -2836,6 +2836,46 @@
|
||||
"bF": "return fun.xs_bF(pageE, [/(<br>)?( )+内容未完,下一页.*$|【本章阅读.*$/, '<br>'])"
|
||||
}
|
||||
},
|
||||
"零点看书": {
|
||||
"host": "www.ldksw.cc",
|
||||
"url": "/\\d+\\/\\d+\\.html/",
|
||||
"history": true,
|
||||
"pager": {
|
||||
"nextL": "//div[@class='page_chapter']//a[text()='下一章']",
|
||||
"pageE": "#content",
|
||||
"insertP": ["#content",6],
|
||||
"replaceE": ".page_chapter"
|
||||
},
|
||||
"function": {
|
||||
"bF": "return fun.xs_bF(pageE, [/<br>( )+天才一秒记住本站地址.+/, ''])"
|
||||
}
|
||||
},
|
||||
"笔趣阁 - cnhxfilm.com": {
|
||||
"host": "www.cnhxfilm.com",
|
||||
"url": "/\\d+\\/\\d+\\.html/",
|
||||
"history": true,
|
||||
"pager": {
|
||||
"nextL": "#next1",
|
||||
"pageE": "article.font_max",
|
||||
"insertP": ["article.font_max",6],
|
||||
"replaceE": ".nav-bottom"
|
||||
}
|
||||
},
|
||||
"笔趣阁 - whzh-xs.com": {
|
||||
"host": "www.whzh-xs.com",
|
||||
"url": "/\\d+\\/\\d+\\.html/",
|
||||
"style": "a[href='javascript:posterror();'] {display: none !important;}",
|
||||
"history": true,
|
||||
"pager": {
|
||||
"type": 6,
|
||||
"nextL": "#pb_next",
|
||||
"pageE": "#txt",
|
||||
"insertP": ["#txt",6],
|
||||
"replaceE": ".chapter-control",
|
||||
"loadTime": 1500,
|
||||
"scrollD": 3000
|
||||
}
|
||||
},
|
||||
"铅笔小说": {
|
||||
"host": "www.23qb.com",
|
||||
"url": "if (fun.indexOF(/\\/book\\/\\d+\\/.+\\.html/)) {fun.xs_bF(fun.getAllCSS('#mlfy_main_text > *'), [/(继续下一页).+|铅笔小说.+/, '']); return true}",
|
||||
|
||||
Reference in New Issue
Block a user