├── README.md ├── replace └── shuyuan /README.md: -------------------------------------------------------------------------------- 1 | # 阅读书源自用 2 | 3 | ### 导入链接 4 | 5 | 6 | 7 | 8 | 9 | ![image](https://user-images.githubusercontent.com/10820724/185269283-0bb00b73-d247-4aae-9566-f5d74d6f10bf.png) 10 | 11 | ### 阅读 - 源仓库 12 | 13 | 14 | 15 | 16 | # 阅读APP下载 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /replace: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "group": "", 4 | "id": 138, 5 | "isEnabled": true, 6 | "isRegex": true, 7 | "name": "去逗号后面的换行", 8 | "order": 52, 9 | "pattern": "(?<=[,,])\\n\\s*", 10 | "replacement": "", 11 | "scope": "", 12 | "scopeContent": true, 13 | "scopeTitle": false 14 | }, 15 | { 16 | "group": "", 17 | "id": 137, 18 | "isEnabled": true, 19 | "isRegex": true, 20 | "name": "去单独一段的标点", 21 | "order": 53, 22 | "pattern": "(?m)^\\s*[::。,,;;!!?\\…\\.“”\\-\\>\\| &※*#s]+\\s*$", 23 | "replacement": "", 24 | "scope": "", 25 | "scopeContent": true, 26 | "scopeTitle": false 27 | }, 28 | { 29 | "group": "", 30 | "id": 1662715340943, 31 | "isEnabled": true, 32 | "isRegex": true, 33 | "name": "去除单独一行网址", 34 | "order": 54, 35 | "pattern": "[a-zA-Z0-9]+.[a-z]+\\n", 36 | "replacement": "", 37 | "scope": "", 38 | "scopeContent": true, 39 | "scopeTitle": false 40 | }, 41 | { 42 | "group": "", 43 | "id": 147, 44 | "isEnabled": true, 45 | "isRegex": true, 46 | "name": "去除重复段落", 47 | "order": 58, 48 | "pattern": "(?<=\\n)([^\\n]+)\\r?\\n\\1", 49 | "replacement": "$1", 50 | "scope": "", 51 | "scopeContent": true, 52 | "scopeTitle": false 53 | }, 54 | { 55 | "group": "", 56 | "id": 1600509397838, 57 | "isEnabled": true, 58 | "isRegex": true, 59 | "name": "去省略号", 60 | "order": 60, 61 | "pattern": "[\\.…。]{2,}", 62 | "replacement": "…", 63 | "scope": "", 64 | "scopeContent": true, 65 | "scopeTitle": false 66 | }, 67 | { 68 | "group": "", 69 | "id": 1626655964758, 70 | "isEnabled": true, 71 | "isRegex": true, 72 | "name": "末尾无用文字", 73 | "order": 61, 74 | "pattern": "\\s+(新人新书|请记住本书首发域名|天才本站地址|书友群|下一次更新|求月票|本站重要通知:|作者有话要说:|本书冲榜中|谢谢.*打赏|米读手机版)[\\d\\D\\n]*(\\n.*)*", 75 | "replacement": "", 76 | "scope": "", 77 | "scopeContent": true, 78 | "scopeTitle": false 79 | }, 80 | { 81 | "group": "", 82 | "id": 1630078183168, 83 | "isEnabled": true, 84 | "isRegex": true, 85 | "name": "敏感词修正", 86 | "order": 63, 87 | "pattern": "([\\u4E00-\\u9FA5]{1})[\\./]([\\u4E00-\\u9FA5]{1})", 88 | "replacement": "$1$2", 89 | "scope": "", 90 | "scopeContent": true, 91 | "scopeTitle": false 92 | }, 93 | { 94 | "group": "", 95 | "id": 1650254767726, 96 | "isEnabled": true, 97 | "isRegex": true, 98 | "name": "开头重复标题", 99 | "order": 64, 100 | "pattern": "第\\d+章.*\\n", 101 | "replacement": "", 102 | "scope": "", 103 | "scopeContent": true, 104 | "scopeTitle": false 105 | } 106 | ] -------------------------------------------------------------------------------- /shuyuan: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "bookSourceComment": "", 4 | "bookSourceGroup": "精品书源", 5 | "bookSourceName": "✈ 圣墟小说", 6 | "bookSourceType": 0.0, 7 | "bookSourceUrl": "http://www.shengxuxu.net", 8 | "bookUrlPattern": "http.*shengxuxu.net/book_\\d+/", 9 | "customOrder": 1, 10 | "enabled": true, 11 | "enabledExplore": false, 12 | "exploreUrl": "", 13 | "header": "{\"User-Agent\": \"Mozilla/5.0 (Linux; Android 9) Mobile Safari/537.36\"}", 14 | "lastUpdateTime": 1.742558689065E12, 15 | "respondTime": 4880.0, 16 | "ruleBookInfo": { 17 | "author": "@get:{a}", 18 | "coverUrl": "@get:{c}", 19 | "init": "@put:{n:\"[property$=book_name]@content\",\n\ta:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nl:\"[property$=lastest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\"}", 20 | "intro": "@get:{i}", 21 | "kind": "@get:{k}", 22 | "lastChapter": "@get:{l}", 23 | "name": "@get:{n}" 24 | }, 25 | "ruleContent": { 26 | "content": ".content@html", 27 | "nextContentUrl": "text.下一页@href" 28 | }, 29 | "ruleExplore": { 30 | "author": ".s4@text", 31 | "bookList": ".librarylist li", 32 | "bookUrl": "a:nth-child(1)@href", 33 | "kind": ".info span:nth-child(2)@text", 34 | "lastChapter": "a:nth-child(1)@text", 35 | "name": ".info span:nth-child(1)@text ##.*《|》.*" 36 | }, 37 | "ruleSearch": { 38 | "author": ".info span:nth-child(2)@text", 39 | "bookList": ".librarylist li ", 40 | "bookUrl": "a:nth-child(1)@href", 41 | "kind": ".info span:nth-child(3) a@text", 42 | "lastChapter": ".last@text", 43 | "name": ".info span:nth-child(1)@text ##.*《|》.*", 44 | "wordCount": "" 45 | }, 46 | "ruleToc": { 47 | "chapterList": ".dirlist@li", 48 | "chapterName": "a@text", 49 | "chapterUrl": "a@href", 50 | "nextTocUrl": "option@value||text.下一页@href" 51 | }, 52 | "searchUrl": "/search.html?/,{\n \"body\": \"searchkey={{key}}\",\n \"method\": \"POST\"\n}", 53 | "weight": 63.0 54 | }, 55 | { 56 | "bookSourceComment": "", 57 | "bookSourceGroup": "精品书源", 58 | "bookSourceName": "✈ 笔尖中文", 59 | "bookSourceType": 0.0, 60 | "bookSourceUrl": "http://www.badaoge.org", 61 | "bookUrlPattern": "", 62 | "concurrentRate": "", 63 | "customOrder": 2, 64 | "enabled": true, 65 | "enabledExplore": false, 66 | "exploreUrl": "", 67 | "header": "", 68 | "lastUpdateTime": 1.748003051132E12, 69 | "loginCheckJs": "", 70 | "loginUi": "", 71 | "loginUrl": "", 72 | "respondTime": 180000.0, 73 | "ruleBookInfo": { 74 | "author": "id.info@tag.p.0@text", 75 | "intro": "id.intro@tag.p@text##(作者:.+所写的.+无弹窗免费全文阅读为转载作品,章节由网友发布。|推荐地址:http://www.badaoge.org/book/.+)", 76 | "kind": "class.con_top@tag.a.2@text", 77 | "lastChapter": "id.list@tag.dd.0@text", 78 | "name": "id.info@tag.h1@text" 79 | }, 80 | "ruleContent": { 81 | "content": "id.content@html##(最新网址:www.badaoge.org|请记住本书首发域名:www.badaoge.org。笔尖中文手机版阅读网址:m.badaoge.org|http://www.badaoge.org/book/.+.html)", 82 | "imageStyle": "0" 83 | }, 84 | "ruleExplore": {}, 85 | "ruleSearch": { 86 | "author": "tag.span@text", 87 | "bookList": "id.hotcontent@class.item", 88 | "bookUrl": "class.image@tag.a@href", 89 | "coverUrl": "tag.img.0@src", 90 | "name": "tag.a.1@text" 91 | }, 92 | "ruleToc": { 93 | "chapterList": "id.list@tag.dd!0:1:2:3:4:5:6:7:8:9", 94 | "chapterName": "tag.a@text", 95 | "chapterUrl": "tag.a@href" 96 | }, 97 | "searchUrl": "/modules/article/search.php,{'body':'searchkey={{key}}','method':'POST'}", 98 | "weight": 0.0 99 | }, 100 | { 101 | "bookSourceComment": "", 102 | "bookSourceGroup": "精品书源", 103 | "bookSourceName": "✈ 大熊猫文学", 104 | "bookSourceType": 0.0, 105 | "bookSourceUrl": "https://www.dxmwx.org", 106 | "customOrder": 3, 107 | "enabled": true, 108 | "enabledExplore": true, 109 | "lastUpdateTime": 1.747821449287E12, 110 | "respondTime": 180000.0, 111 | "ruleBookInfo": { 112 | "author": "//meta[@property='og:novel:author']/@content", 113 | "coverUrl": "//meta[@property='og:image']/@content", 114 | "init": "", 115 | "intro": "//meta[@property='og:description']/@content", 116 | "kind": "//meta[@property='og:novel:category' or @property='og:novel:status' or @property='og:novel:update_time']/@content", 117 | "lastChapter": "//meta[@property='og:novel:latest_chapter_name']/@content", 118 | "name": "//meta[@property='og:novel:book_name']/@content", 119 | "tocUrl": "@css:a[href^='/chapter/']@href" 120 | }, 121 | "ruleContent": { 122 | "content": "id.Lab_Contents.0@html" 123 | }, 124 | "ruleExplore": { 125 | "bookList": "" 126 | }, 127 | "ruleSearch": { 128 | "author": "class.margin0h5.0@tag.a.1@text", 129 | "bookList": "@css:#ListContents>div[style*='margin']", 130 | "bookUrl": "class.margin0h5.0@tag.a.0@href", 131 | "coverUrl": "tag.img.0@src", 132 | "intro": "class.neirongh5.0@tag.a.0@text", 133 | "kind": "class.biaoqian.0@tag.a.0@text", 134 | "lastChapter": "@css:a[href='javascript:void(0)']@textNodes", 135 | "name": "class.margin0h5.0@tag.a.0@text" 136 | }, 137 | "ruleToc": { 138 | "chapterList": "@css:a[href^='/read/']:not([title])", 139 | "chapterName": "text", 140 | "chapterUrl": "href" 141 | }, 142 | "searchUrl": "/list/{{key}}.html", 143 | "weight": 25.0 144 | }, 145 | { 146 | "bookSourceComment": "", 147 | "bookSourceGroup": "精品书源", 148 | "bookSourceName": "✈ 斗破苍穹", 149 | "bookSourceType": 0.0, 150 | "bookSourceUrl": "http://www.doupocangqiong.info", 151 | "bookUrlPattern": "", 152 | "concurrentRate": "", 153 | "customOrder": 4, 154 | "enabled": true, 155 | "enabledExplore": false, 156 | "exploreUrl": "", 157 | "header": "", 158 | "lastUpdateTime": 1.742978933489E12, 159 | "respondTime": 3843.0, 160 | "ruleBookInfo": { 161 | "author": "//meta[@property=\"og:novel:author\"]/@content", 162 | "coverUrl": "//meta[@property=\"og:image\"]/@content", 163 | "init": "", 164 | "intro": "//meta[@property=\"og:description\"]/@content", 165 | "kind": "//meta[@property=\"og:novel:category\"]/@content", 166 | "lastChapter": "//meta[@property=\"og:novel:latest_chapter_name\"]/@content", 167 | "name": "//meta[@property=\"og:novel:book_name\"]/@content" 168 | }, 169 | "ruleContent": { 170 | "content": "id.chaptercontent@html", 171 | "imageStyle": "0" 172 | }, 173 | "ruleExplore": { 174 | "bookList": "" 175 | }, 176 | "ruleSearch": { 177 | "bookList": "class.marklist.0@tag.li[0:19]", 178 | "bookUrl": "class.novelname.0@href", 179 | "coverUrl": "tag.img.0@src", 180 | "lastChapter": "class.info.0@tag.a.0@text", 181 | "name": "class.novelname.0@text" 182 | }, 183 | "ruleToc": { 184 | "chapterList": "class.dirlist.0@tag.a", 185 | "chapterName": "text", 186 | "chapterUrl": "href##$##,{\"webView\":true}" 187 | }, 188 | "searchUrl": "/search.html?searchtype=novelname&searchkey={{key}}", 189 | "weight": 50.0 190 | }, 191 | { 192 | "bookSourceComment": "", 193 | "bookSourceGroup": "精品书源", 194 | "bookSourceName": "✈ 唐三中文", 195 | "bookSourceType": 0.0, 196 | "bookSourceUrl": "http://www.xtangsanshu.com", 197 | "customOrder": 5, 198 | "enabled": true, 199 | "enabledExplore": true, 200 | "lastUpdateTime": 1.722293980124E12, 201 | "respondTime": 5590.0, 202 | "ruleBookInfo": { 203 | "author": ".small@span.0@text", 204 | "coverUrl": ".cover@img@src", 205 | "intro": ".intro@textNodes##(^|[。!?]+[”」)】]?)##$1
@js:result.replace(/作者.*《.*|无弹窗推荐.*/g,\"\")", 206 | "kind": ".small@span.1:2:4@text##小说|.*:|\\s..:.*", 207 | "lastChapter": ".last@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\((【].*?[求更票谢乐发订合补加架字修Kk].*?[】)\\)]", 208 | "name": ".info@h2@text", 209 | "wordCount": ".small@span.3@text##.*:" 210 | }, 211 | "ruleContent": { 212 | "content": "id.content@html", 213 | "replaceRegex": "##\\s*http.*//.*\\s*|\\s*请记住本书首.*\\s*" 214 | }, 215 | "ruleExplore": {}, 216 | "ruleSearch": { 217 | "author": ".author@text", 218 | "bookList": ".bookbox", 219 | "bookUrl": "a.0@href", 220 | "coverUrl": "img@src", 221 | "kind": ".cat@text##.*:|小说", 222 | "lastChapter": ".update@a@text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\((【].*?[求更票谢乐发订合补加架字修Kk].*?[】)\\)]", 223 | "name": ".bookname@text" 224 | }, 225 | "ruleToc": { 226 | "chapterList": ".listmain@dd@a", 227 | "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\((【].*?[求更票谢乐发订合补加架字修Kk].*?[】)\\)]", 228 | "chapterUrl": "href" 229 | }, 230 | "searchUrl": "/s.php?ie=utf-8&s=&q={{key}}", 231 | "weight": 0.0 232 | }, 233 | { 234 | "bookSourceComment": "", 235 | "bookSourceGroup": "精品书源", 236 | "bookSourceName": "✈ 七七读书", 237 | "bookSourceType": 0.0, 238 | "bookSourceUrl": "http://www.77shuku.org", 239 | "customOrder": 6, 240 | "enabled": true, 241 | "enabledExplore": false, 242 | "exploreUrl": "", 243 | "header": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36", 244 | "lastUpdateTime": 1.748000406973E12, 245 | "respondTime": 183788.0, 246 | "ruleBookInfo": { 247 | "author": ".item:nth-child(1)@text", 248 | "coverUrl": ".img_in > img@src", 249 | "init": "", 250 | "intro": "#intro@text", 251 | "kind": ".nav-mbx > a:nth-child(3)@text", 252 | "lastChapter": ".update > a@text", 253 | "name": "h1@text", 254 | "wordCount": ".item:nth-child(2)@text##字数:" 255 | }, 256 | "ruleContent": { 257 | "content": "#ChapterContents@html##最新网址:www.77shuku.org|全集txt下载.*|txt下载地址.*|手机阅读.*|你现在所看的.*", 258 | "nextContentUrl": "" 259 | }, 260 | "ruleExplore": { 261 | "author": "class.s4@text", 262 | "bookList": "class.l bd@li", 263 | "bookUrl": "class.s2@a@href", 264 | "lastChapter": "", 265 | "name": "class.s2@text## 墨坛文学" 266 | }, 267 | "ruleSearch": { 268 | "author": "tag.span.0@text##作者:", 269 | "bookList": "class.BOX@tag.tr!0", 270 | "bookUrl": ".red.0@href", 271 | "checkKeyWord": "我的", 272 | "coverUrl": "", 273 | "intro": "", 274 | "kind": "tr:nth-child(2) > td:nth-child(2) > a@text", 275 | "lastChapter": ".chapter.0@text", 276 | "name": ".red.0@text", 277 | "wordCount": "tr:nth-child(2) > td:nth-child(8)@text" 278 | }, 279 | "ruleToc": { 280 | "chapterList": ".zjlist@tag.dd", 281 | "chapterName": "tag.a.0@text", 282 | "chapterUrl": "tag.a.0@href" 283 | }, 284 | "searchUrl": "/modules/article/search.php?searchkey={{key}}", 285 | "weight": 0.0 286 | }, 287 | { 288 | "bookSourceComment": "", 289 | "bookSourceGroup": "精品书源", 290 | "bookSourceName": "✈ 蚂蚁文学", 291 | "bookSourceType": 0.0, 292 | "bookSourceUrl": "https://www.mayiwxw.com/", 293 | "bookUrlPattern": "https://www.mayiwxw.com", 294 | "concurrentRate": "", 295 | "customOrder": 7, 296 | "enabled": true, 297 | "enabledExplore": false, 298 | "exploreUrl": "", 299 | "header": "{\n \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0\",\n \"cookie\":\"Hm_lvt_8fd9f526ca72jb9418ca50c2g79d2f70=1597461516\"\n}", 300 | "lastUpdateTime": 1.699973678719E12, 301 | "respondTime": 3566.0, 302 | "ruleBookInfo": { 303 | "author": "id.info@tag.p.0@text##作 者:", 304 | "coverUrl": "id.fmimg@tag.img.0@src", 305 | "init": "id.maininfo", 306 | "intro": "id.intro@text", 307 | "kind": "id.info@tag.p.2@text##最后更新:", 308 | "lastChapter": "id.info@tag.p.3@a@text", 309 | "name": "id.info@tag.h1.0@text" 310 | }, 311 | "ruleContent": { 312 | "content": "id.content@html##最新网址:www.mayiwxw.com" 313 | }, 314 | "ruleExplore": { 315 | "bookList": "" 316 | }, 317 | "ruleSearch": { 318 | "author": "tag.td.2@text", 319 | "bookList": "class.grid@tag.tr!0", 320 | "bookUrl": "tag.td.0@tag.a@href", 321 | "coverUrl": "tag.td.0@tag.a@href\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'https://www.biquges.com/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n", 322 | "kind": "tag.td.4@text", 323 | "lastChapter": "tag.td.1@tag.a@text", 324 | "name": "tag.td.0@tag.a@text", 325 | "wordCount": "tag.td.3@text" 326 | }, 327 | "ruleToc": { 328 | "chapterList": "id.list@tag.dd", 329 | "chapterName": "tag.a@text", 330 | "chapterUrl": "tag.a@href" 331 | }, 332 | "searchUrl": "https://www.mayiwxw.com/modules/article/search.php?searchkey={{key}}", 333 | "weight": 80.0 334 | }, 335 | { 336 | "bookSourceComment": "", 337 | "bookSourceGroup": "精品书源", 338 | "bookSourceName": "✈ 梧桐中文", 339 | "bookSourceType": 0.0, 340 | "bookSourceUrl": "https://api-bc.wtzw.com", 341 | "bookUrlPattern": "", 342 | "customOrder": 8, 343 | "enabled": true, 344 | "enabledExplore": true, 345 | "exploreUrl": "[{\"title\":\"男生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"历史\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=56&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"游戏\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=75&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"科幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=64&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"体育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=206&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"影视\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"鉴宝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=47&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"血脉\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=426&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"签到\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=565&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"复仇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=790&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"丹药\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=428&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"医生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=156&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"战神\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=527&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女婿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=36&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"皇帝\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=62&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"弃少\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=525&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"热血\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=1&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"爽文\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=570&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"现实\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=12&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"悬疑流\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=27&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女总裁\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=89&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"二次元\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=207&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"无限流\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=557&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"强者回归\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=402&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"都市人生\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=203&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"异术超能\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=219&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"玄幻奇幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=202&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠仙侠\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=205&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"女生\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"短篇\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=541&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"重生\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=779&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女强\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=620&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"年下\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=631&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"空间\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=345&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"穿越\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=373&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"隐婚\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=481&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"系统\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=782&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"快穿\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=335&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"虐渣\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=739&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n\n{\"title\":\"皇后\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=106&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"王爷\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=125&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"学霸\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=781&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"毒妃\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=109&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"校草\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=701&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"女配\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=191&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"甜宠\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=21&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"搞笑\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=788&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"虐恋\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=16&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"治愈\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=17&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.2}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=1&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"总裁豪门\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=8&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=2&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"种田经商\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=16&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"宫闱宅斗\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=209&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"幻想言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=4&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"奇闻异事\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=204&need_filters=1&page={{page}}&need_category=1\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"日久生情\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=700&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"出版图书\",\"url\":\"\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":1}},\n{\"title\":\"现代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=260&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"古代言情\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=259&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"青春文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=265&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"影视原著\",\"url\":\"https://www.baidu.com/tag/need_filters=1&tag_id=539&gender=2&page={{page}}\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"悬疑推理\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=262&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"武侠小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=289&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"科幻未来\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=261&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"历史小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=264&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠奇缘\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=276&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"仙侠玄幻\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=288&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现实小说\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=266&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"现代军旅\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=290&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"文学艺术\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=240&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人物传记\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=247&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"人文科社\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=241&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"少儿教育\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=258&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经管励志\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=242&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}},\n{\"title\":\"经典文学\",\"url\":\"https://www.baidu.com/category/gender=2&category_id=243&need_filters=1&page={{page}}&need_category=0\",\"style\":{\"layout_flexGrow\":1,\"layout_flexBasisPercent\":0.25}}]", 346 | "header": "", 347 | "lastUpdateTime": 1.700906369318E12, 348 | "respondTime": 4848.0, 349 | "ruleBookInfo": { 350 | "author": "$.author", 351 | "coverUrl": "$.image_link", 352 | "init": "$.data.book", 353 | "intro": "🏷️ 标签:{{$.book_tag_list[*].title##\\s##,}}{{'\\n'+'​'}}\n🔖 简介:{{$.intro}}##(^|[。!?]+[”」)】]?)##$1
", 354 | "kind": "{{java.timeFormat(java.getString('$.update_time')*1000)}}##\\s.*", 355 | "lastChapter": "$.latest_chapter_title", 356 | "name": "$.title@put:{bid:id}", 357 | "tocUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}}}\n\nvar urlEncode = function (param, key, encode) { \n if(param==null) return ''; \n var paramStr = ''; \n var t = typeof (param); \n if (t == 'string' || t == 'number' || t == 'boolean') { \n paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param); \n } else { \n for (var i in param) { \n var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i); \n paramStr += urlEncode(param[i], k, encode); \n } \n } \n return paramStr; \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-ks.wtzw.com/api/v1/chapter/chapter-list?\"+urlEncode(params)+\",\"+java.get(\"headers\")", 358 | "wordCount": "$.words_num" 359 | }, 360 | "ruleContent": { 361 | "content": "@js:\nvar javaImport = new JavaImporter();\njavaImport.importPackage(\n Packages.java.lang,\n Packages.javax.crypto.spec,\n Packages.javax.crypto,\n Packages.java.util\n);\nwith(javaImport) {\n function decode(content) {\n var ivEncData = Base64.getDecoder().decode(String(content));\n var key = SecretKeySpec(String(\"242ccb8230d709e1\").getBytes(), \"AES\");\n var iv = IvParameterSpec(Arrays.copyOfRange(ivEncData, 0, 16));\n var chipher = Cipher.getInstance(\"AES/CBC/PKCS5Padding\");\n chipher.init(2, key, iv);\n return String(chipher.doFinal(Arrays.copyOfRange(ivEncData, 16, ivEncData.length)));\n }\n}\n\n\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':String(java.get('bid')),'chapterId':String(baseUrl.split(\"/\").pop())}\n\nvar urlEncode = function (param, key, encode) { \n if(param==null) return ''; \n var paramStr = ''; \n var t = typeof (param); \n if (t == 'string' || t == 'number' || t == 'boolean') { \n paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param); \n } else { \n for (var i in param) { \n var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i); \n paramStr += urlEncode(param[i], k, encode); \n }\n }\n return paramStr;\n};\n\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\nurl=\"https://api-ks.wtzw.com/api/v1/chapter/content?\"+urlEncode(params)\ndecode(JSON.parse(java.ajax(url+','+java.get(\"headers\"))).data.content)\n\n" 362 | }, 363 | "ruleExplore": { 364 | "author": "$.author", 365 | "bookList": "\ngender=baseUrl.match(/gender=(\\d+)/)?baseUrl.match(/gender=(\\d+)/)[1]:\"\"\ncategory_id=baseUrl.match(/category_id=(\\d+)/)?baseUrl.match(/category_id=(\\d+)/)[1]:\"\"\nneed_filters=baseUrl.match(/need_filters=(\\d+)/)?baseUrl.match(/need_filters=(\\d+)/)[1]:\"\"\npage=baseUrl.match(/page=(\\d+)/)?baseUrl.match(/page=(\\d+)/)[1]:\"\"\nneed_category=baseUrl.match(/need_category=(\\d+)/)?baseUrl.match(/need_category=(\\d+)/)[1]:\"\"\ntag_id=baseUrl.match(/tag_id=(\\d+)/)?baseUrl.match(/tag_id=(\\d+)/)[1]:\"\"\nsign_key='d3dGiJc651gSQ8w1'\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\nheaders['sign']=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\n\n\nvar urlEncode = function (param, key, encode) {\n if(param==null) return '';\n var paramStr = '';\n var t = typeof (param);\n if (t == 'string' || t == 'number' || t == 'boolean') {\n paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param);\n } else {\n for (var i in param) {\n var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i);\n paramStr += urlEncode(param[i], k, encode);\n }\n }\n return paramStr;\n};\n\nvar category = function () {\n params={'gender':gender,'category_id':category_id,'need_filters':need_filters,'page':page,'need_category':need_category}\n params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n url=\"https://api-bc.wtzw.com/api/v4/category/get-list?\"+urlEncode(params)\n return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\nvar tag = function () {\n params={'gender':gender,'need_filters':need_filters,'page':page,'tag_id':tag_id}\n params['sign']=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\n url=\"https://api-bc.wtzw.com/api/v4/tag/index?\"+urlEncode(params)\n return java.ajax(url+','+java.put(\"headers\",JSON.stringify({\"headers\":headers})))\n};\n\n\nif(baseUrl.match(/category/)){\n category()\n}else {\n tag()\n}\n\n$.data.books", 366 | "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) { \n if(param==null) return ''; \n var paramStr = ''; \n var t = typeof (param); \n if (t == 'string' || t == 'number' || t == 'boolean') { \n paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param); \n } else { \n for (var i in param) { \n var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i); \n paramStr += urlEncode(param[i], k, encode); \n } \n } \n return paramStr; \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"https://api-bc.wtzw.com/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")", 367 | "coverUrl": "$.image_link", 368 | "intro": "$.intro", 369 | "kind": "$.ptags", 370 | "name": "$.title", 371 | "wordCount": "$.words_num" 372 | }, 373 | "ruleSearch": { 374 | "author": "$.original_author", 375 | "bookList": "$.data.books", 376 | "bookUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nparams={'id':{{$.id}},'imei_ip':'2937357107','teeny_mode':0}\n\nvar urlEncode = function (param, key, encode) { \n if(param==null) return ''; \n var paramStr = ''; \n var t = typeof (param); \n if (t == 'string' || t == 'number' || t == 'boolean') { \n paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param); \n } else { \n for (var i in param) { \n var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i); \n paramStr += urlEncode(param[i], k, encode); \n } \n } \n return paramStr; \n};\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nparams['sign']=paramSign\n\"/api/v4/book/detail?\"+urlEncode(params)+\",\"+java.get(\"headers\")", 377 | "coverUrl": "$.image_link", 378 | "intro": "$.intro", 379 | "kind": "$.ptags", 380 | "name": "$.original_title", 381 | "wordCount": "$.words_num" 382 | }, 383 | "ruleToc": { 384 | "chapterList": "$.data.chapter_lists", 385 | "chapterName": "$.title", 386 | "chapterUrl": "$.id", 387 | "updateTime": "{{$.words}}字" 388 | }, 389 | "searchUrl": "@js:\nsign_key='d3dGiJc651gSQ8w1'\n\nheaders={'app-version':'51110','platform':'android','reg':'0','AUTHORIZATION':'','application-id':'com.****.reader','net-env':'1','channel':'unknown','qm-params':''}\n\nparams={'gender':'3','imei_ip':'2937357107','page':page,'wd':key}\n\nvar urlEncode = function (param, key, encode) { \n if(param==null) return ''; \n var paramStr = ''; \n var t = typeof (param); \n if (t == 'string' || t == 'number' || t == 'boolean') { \n paramStr += '&' + key + '=' + ((encode==null||encode) ? encodeURIComponent(param) : param); \n } else { \n for (var i in param) { \n var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i); \n paramStr += urlEncode(param[i], k, encode); \n } \n } \n return paramStr; \n};\n\nheaderSign=String(java.md5Encode(Object.keys(headers).sort().reduce((pre,n)=>pre+n+'='+headers[n],'')+sign_key))\nparamSign=String(java.md5Encode(Object.keys(params).sort().reduce((pre,n)=>pre+n+'='+params[n],'')+sign_key))\nheaders['sign']=headerSign\nparams['sign']=paramSign\nbody=urlEncode(params)\n\n\"/api/v5/search/words?\" +body+\",\"+java.put(\"headers\",JSON.stringify({\"headers\":headers}))", 390 | "weight": 0.0 391 | }, 392 | { 393 | "bookSourceComment": "", 394 | "bookSourceGroup": "精品书源", 395 | "bookSourceName": "✈ QQ浏览器", 396 | "bookSourceType": 0.0, 397 | "bookSourceUrl": "novel.html5.qq.com", 398 | "customOrder": 9, 399 | "enabled": true, 400 | "enabledExplore": false, 401 | "header": "{\n \"User-Agent\": \"Mozilla/5.0 (Linux; U; Android 13; zh-cn; V2183A Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.72 MQQBrowser/13.4 Mobile Safari/537.36 COVC/046223\",\n \"Referer\":\"https://novel.html5.qq.com/\",\n\t\"Q-GUID\":\"0ee63838b72eb075f63e93ae0bc288cb\",\n\t\"QIMEI36\":\"8ff310843a87a71101958f5610001e316a11\"\n}", 402 | "lastUpdateTime": 1.741934378529E12, 403 | "respondTime": 180000.0, 404 | "ruleBookInfo": { 405 | "author": "$..author", 406 | "coverUrl": "$..picurl", 407 | "intro": "$..summary", 408 | "kind": "$..resourceID", 409 | "lastChapter": "$..lastSerialname", 410 | "name": "$..resourceName", 411 | "tocUrl": "https://novel.html5.qq.com/qbread/api/book/all-chapter?bookId={{book.kind}}", 412 | "wordCount": "$..contentsize" 413 | }, 414 | "ruleContent": { 415 | "content": "$.data.Content[0].Content" 416 | }, 417 | "ruleExplore": {}, 418 | "ruleSearch": { 419 | "author": "$..author", 420 | "bookList": "$.data.state[*]", 421 | "bookUrl": "https://novel.html5.qq.com/qbread/api/novel/bookInfo?resourceId={{book.kind}}", 422 | "coverUrl": "$..cover_url", 423 | "intro": "$..abstract", 424 | "kind": "$.groupID##.*_##", 425 | "name": "$..title" 426 | }, 427 | "ruleToc": { 428 | "chapterList": "$..rows[*]", 429 | "chapterName": "$.serialName", 430 | "chapterUrl": "$.serialID\n@js:\nlet data = JSON.stringify({\n ContentAnchorBatch: [{\n BookID: book.kind,\n ChapterSeqNo: [\n result\n ]\n }],\n Scene: \"chapter\"\n})\nlet option = {\"method\":\"POST\",\"body\":data}\n\"https://novel.html5.qq.com/be-api/content/ads-read,\"+JSON.stringify(option)" 431 | }, 432 | "searchUrl": "https://so.html5.qq.com/ajax/real/search_result?tabId=360&q={{key}}", 433 | "weight": 0.0 434 | }, 435 | { 436 | "bookSourceComment": "", 437 | "bookSourceGroup": "精品书源", 438 | "bookSourceName": "✈ 亿软网", 439 | "bookSourceType": 0.0, 440 | "bookSourceUrl": "http://www.yruan.com#🎃", 441 | "bookUrlPattern": "http://www.yruan.com/article/\\d+.html", 442 | "customOrder": 10, 443 | "enabled": true, 444 | "enabledExplore": false, 445 | "lastUpdateTime": 1.737362831885E12, 446 | "respondTime": 1632.0, 447 | "ruleBookInfo": { 448 | "author": "id.info@tag.p.0@text", 449 | "coverUrl": "id.fmimg@img@src", 450 | "init": "", 451 | "intro": "id.intro@tag.p.0@text", 452 | "kind": "id.info@tag.p.3@text&&\nid.info@tag.p.1@text##日 期:|类 别:", 453 | "lastChapter": "id.info@tag.p.2@a@text##百度搜索.*", 454 | "name": "id.info@tag.h1@text", 455 | "wordCount": "" 456 | }, 457 | "ruleContent": { 458 | "content": "id.content@html## | " 459 | }, 460 | "ruleExplore": {}, 461 | "ruleSearch": { 462 | "author": "tag.td.2@text", 463 | "bookList": "class.grid@tag.tr!0", 464 | "bookUrl": "tag.td.0@tag.a@href", 465 | "coverUrl": "tag.td.0@tag.a@href@js:\r\nvar id = result.match(/\\/(\\d+)\\.?/)[1];\r\n'/files/article/image/'+parseInt(id/1000)+'/'+id+'/'+id+'s.jpg';", 466 | "kind": "tag.td.4@text&&\ntag.td.5@text", 467 | "lastChapter": "tag.td.1@tag.a@text##百度搜索.*", 468 | "name": "tag.td.0@tag.a@text", 469 | "wordCount": "tag.td.3@text" 470 | }, 471 | "ruleToc": { 472 | "chapterList": "id.list@tag.dd", 473 | "chapterName": "tag.a@text", 474 | "chapterUrl": "tag.a@href" 475 | }, 476 | "searchUrl": "http://www.yruan.com/modules/article/search.php?searchkey={{key}}", 477 | "weight": 0.0 478 | }, 479 | { 480 | "bookSourceComment": "", 481 | "bookSourceGroup": "精品书源", 482 | "bookSourceName": "✈ 酷我小说", 483 | "bookSourceType": 0.0, 484 | "bookSourceUrl": "http://appi.kuwo.cn", 485 | "customOrder": 11, 486 | "enabled": true, 487 | "enabledExplore": false, 488 | "header": "{\n\t\"Accept\": \"*/*\",\n\t\"Connection\": \"Close\",\n\t\"User-Agent\": \"Dalvik/2.1.0 (Linux; U; Android 8.0.0; LND-AL40 Build/HONORLND-AL40)\"\n}", 489 | "lastUpdateTime": 1.741934391977E12, 490 | "respondTime": 180000.0, 491 | "ruleBookInfo": { 492 | "author": "$.author_name", 493 | "coverUrl": "$.cover_url", 494 | "init": "$.data", 495 | "intro": "$.intro##(^|[。!?]+[”」)】]?)##$1
", 496 | "kind": "{{$.category_name}},{{$.status}},{{$.update_time}}@js:result.replace(/30/,\"连载\").replace(/50/,\"完结\").replace(/\\s..:.*/,\"\")", 497 | "lastChapter": "$.new_chapter_name##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\((【].*?[求更票谢乐发订合补加架字修Kk].*?[】)\\)]", 498 | "name": "$.title", 499 | "tocUrl": "/novels/api/book/{{$.book_id}}/chapters?paging=0", 500 | "wordCount": "$.all_words" 501 | }, 502 | "ruleContent": { 503 | "content": "$.data.content" 504 | }, 505 | "ruleExplore": {}, 506 | "ruleSearch": { 507 | "author": "$.author_name", 508 | "bookList": "$.data", 509 | "bookUrl": "/novels/api/book/{{$.book_id}}", 510 | "coverUrl": "$.cover_url", 511 | "intro": "$.intro", 512 | "kind": "{{$.category_name}},{{$.status}}@js:result.replace(/30/,\"连载\").replace(/50/,\"完结\")", 513 | "name": "$.title", 514 | "wordCount": "$.all_words" 515 | }, 516 | "ruleToc": { 517 | "chapterList": "$.data", 518 | "chapterName": "$.chapter_title##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\((【].*?[求更票谢乐发订合补加架字修Kk].*?[】)\\)]", 519 | "chapterUrl": "/novels/api/book/{{$.book_id}}/chapters/{{$.chapter_id}}", 520 | "updateTime": "{{$.volume_name}}•{{$.original_words}}字" 521 | }, 522 | "searchUrl": "/novels/api/book/search?keyword={{key}}&pi={{page}}&ps=30", 523 | "weight": 50.0 524 | }, 525 | { 526 | "bookSourceComment": "", 527 | "bookSourceGroup": "精品书源", 528 | "bookSourceName": "✈ 手机小说", 529 | "bookSourceType": 0.0, 530 | "bookSourceUrl": "http://www.sjwx.la", 531 | "customOrder": 12, 532 | "enabled": true, 533 | "enabledExplore": true, 534 | "exploreUrl": "", 535 | "lastUpdateTime": 1.742558806248E12, 536 | "respondTime": 2209.0, 537 | "ruleBookInfo": { 538 | "author": ".small.-2@text##.+:", 539 | "coverUrl": ".detail_pic@img@src", 540 | "init": "", 541 | "intro": " {{@@.small[!1,2,-2]@text}}\n{{@@.showInfo@p@text}}", 542 | "kind": "span@a.1@text", 543 | "lastChapter": ".small.-1@text##.+:", 544 | "name": "h1.0@text", 545 | "tocUrl": "text.在线阅读@href" 546 | }, 547 | "ruleContent": { 548 | "content": "#content1@html", 549 | "replaceRegex": "##最新网址.+la" 550 | }, 551 | "ruleExplore": { 552 | "bookList": "" 553 | }, 554 | "ruleSearch": { 555 | "author": "text.作者:@text##\\s.+", 556 | "bookList": ".listBox@ul@li", 557 | "bookUrl": "a@href", 558 | "coverUrl": "a@img@src", 559 | "intro": "text.连载:@text##\\S+\\s(\\S+)\\s\\S+\\s(\\S+)## $1\n$2", 560 | "name": "a@text" 561 | }, 562 | "ruleToc": { 563 | "chapterList": ".pc_list.-1@ul@li", 564 | "chapterName": "a@text", 565 | "chapterUrl": "a@href" 566 | }, 567 | "searchUrl": "http://www.sjwx.la/search.php?s=&searchkey={{key}}", 568 | "weight": 0.0 569 | }, 570 | { 571 | "bookSourceComment": "", 572 | "bookSourceGroup": "精品书源", 573 | "bookSourceName": "✈ 天天看小说", 574 | "bookSourceType": 0.0, 575 | "bookSourceUrl": "https://cn.ttkan.co", 576 | "customOrder": 13, 577 | "enabled": true, 578 | "enabledExplore": false, 579 | "lastUpdateTime": 1.74135712032E12, 580 | "respondTime": 4379.0, 581 | "ruleBookInfo": { 582 | "author": "//meta[@name='og:novel:author']/@content", 583 | "coverUrl": "//meta[@name='og:image']/@content", 584 | "init": "", 585 | "intro": "//meta[@name='og:description']/@content", 586 | "kind": "//meta[@name='og:novel:category' or @name='og:novel:status' or @name='og:novel:update_time']/@content", 587 | "lastChapter": "//meta[@name='og:novel:latest_chapter_name']/@content", 588 | "name": "//meta[@name='og:novel:book_name']/@content" 589 | }, 590 | "ruleContent": { 591 | "content": "class.content@tag.p@text", 592 | "replaceRegex": "##\\n.*\\(本章完\\)$" 593 | }, 594 | "ruleExplore": { 595 | "bookList": "" 596 | }, 597 | "ruleSearch": { 598 | "author": "tag.li.1@text", 599 | "bookList": "class.novel_cell", 600 | "bookUrl": "tag.a.0@href", 601 | "checkKeyWord": "我的师兄", 602 | "coverUrl": "tag.amp-img.0@src", 603 | "intro": "tag.li.2@text", 604 | "name": "tag.h3.0@text" 605 | }, 606 | "ruleToc": { 607 | "chapterList": "class.full_chapters@children[0]@tag.a", 608 | "chapterName": "text", 609 | "chapterUrl": "href" 610 | }, 611 | "searchUrl": "/novel/search?q={{key}}", 612 | "weight": 25.0 613 | }, 614 | { 615 | "bookSourceComment": "", 616 | "bookSourceGroup": "精品书源", 617 | "bookSourceName": "✈ 八一中文网", 618 | "bookSourceType": 0.0, 619 | "bookSourceUrl": "http://www.x81zws.com/#", 620 | "bookUrlPattern": "", 621 | "customOrder": 14, 622 | "enabled": true, 623 | "enabledExplore": true, 624 | "exploreUrl": "", 625 | "header": "", 626 | "lastUpdateTime": 1.742558576223E12, 627 | "respondTime": 12023.0, 628 | "ruleBookInfo": { 629 | "author": "@get:{a}", 630 | "coverUrl": "@get:{i}", 631 | "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nc:\"[property~=category|status|update_time]@content\",\nw:\"#count@li[1]@span@text\",\nl:\"[property$=latest_chapter_name]@content||[property$=lastest_chapter_name]@content\",\nd:\"class.hm-scroll@text\",\ni:\"[property$=image]@content\"}", 632 | "intro": "@get:{d}", 633 | "kind": "@get:{c}", 634 | "lastChapter": "@get:{l}", 635 | "name": "@get:{n}", 636 | "tocUrl": "", 637 | "wordCount": "@get:{w}" 638 | }, 639 | "ruleContent": { 640 | "content": "#TextContent@p@html", 641 | "nextContentUrl": "text.下一页@href||#next_url@href", 642 | "replaceRegex": "##\\s最近转码.*\\s*" 643 | }, 644 | "ruleExplore": { 645 | "bookList": "", 646 | "bookUrl": "", 647 | "name": "" 648 | }, 649 | "ruleSearch": { 650 | "author": ".book_other[0]@span[0]@text", 651 | "bookList": "#nr||#sitebox dl", 652 | "bookUrl": "a@href", 653 | "coverUrl": "img@data-original", 654 | "intro": ".book_des@text", 655 | "kind": ".book_other[0]@span[1]@text&&.uptime@text", 656 | "lastChapter": ".book_other[1]@a@text", 657 | "name": "h3 a@text", 658 | "wordCount": ".book_other[0]@span[2]@text" 659 | }, 660 | "ruleToc": { 661 | "chapterList": "#chapterList li a", 662 | "chapterName": "text", 663 | "chapterUrl": "href" 664 | }, 665 | "searchUrl": "{{cookie.removeCookie(source.getKey()),java.ajax(baseUrl).match(/action=\"(.*?)\"/)[1]}},\n{\n\"body\":\"searchkey={{key}}\",\n\"method\":\"POST\",\n\"charset\": \"UTF-8\"\n\t}", 666 | "weight": 0.0 667 | }, 668 | { 669 | "bookSourceComment": "", 670 | "bookSourceGroup": "精品书源", 671 | "bookSourceName": "✈ 香书小说", 672 | "bookSourceType": 0.0, 673 | "bookSourceUrl": "https://www.ibiquge.la", 674 | "bookUrlPattern": "", 675 | "concurrentRate": "", 676 | "customOrder": 15, 677 | "enabled": true, 678 | "enabledExplore": false, 679 | "exploreUrl": "玄幻小说::/fenlei/1_{{page}}.html\n修真小说::/fenlei/2_{{page}}.html\n都市小说::/fenlei/3_{{page}}.html\n穿越小说::/fenlei/4_{{page}}.html\n网游小说::/fenlei/5_{{page}}.html\n科幻小说::/fenlei/6_{{page}}.html", 680 | "header": "", 681 | "lastUpdateTime": 1.675926064942E12, 682 | "respondTime": 3518.0, 683 | "ruleBookInfo": { 684 | "author": "//meta[@property='og:novel:author']/@content", 685 | "coverUrl": "//meta[@property='og:image']/@content", 686 | "intro": "//meta[@property='og:description']/@content", 687 | "kind": "//meta[@property='og:novel:category']/@content", 688 | "lastChapter": "id.info.0@tag.a.-1@text", 689 | "name": "//meta[@property='og:novel:book_name']/@content" 690 | }, 691 | "ruleContent": { 692 | "content": "id.content.0@textNodes" 693 | }, 694 | "ruleExplore": { 695 | "author": "class.s5.0@text", 696 | "bookList": "class.l@li", 697 | "bookUrl": "class.s2.0@tag.a.0@href", 698 | "coverUrl": "", 699 | "intro": "", 700 | "kind": "", 701 | "lastChapter": "class.s3.0@tag.a.0@text", 702 | "name": "class.s2.0@tag.a.0@text" 703 | }, 704 | "ruleSearch": { 705 | "author": "tag.td.2@text", 706 | "bookList": "tag.tbody.0@tag.tr.!0", 707 | "bookUrl": "tag.td.0@tag.a.0@href", 708 | "kind": "", 709 | "lastChapter": "tag.td.1@text", 710 | "name": "tag.td.0@text" 711 | }, 712 | "ruleToc": { 713 | "chapterList": "id.list.0@a", 714 | "chapterName": "text", 715 | "chapterUrl": "href" 716 | }, 717 | "searchUrl": "/modules/article/waps.php?searchkey={{key}}", 718 | "weight": 0.0 719 | }, 720 | { 721 | "bookSourceComment": "", 722 | "bookSourceGroup": "精品书源", 723 | "bookSourceName": "✈ 83中文网", 724 | "bookSourceType": 0.0, 725 | "bookSourceUrl": "https://www.83kk.net", 726 | "customOrder": 16, 727 | "enabled": true, 728 | "enabledExplore": false, 729 | "lastUpdateTime": 0.0, 730 | "respondTime": 180000.0, 731 | "ruleBookInfo": { 732 | "author": "//meta[@property='og:novel:author']/@content", 733 | "coverUrl": "//meta[@property='og:image']/@content@js:if(result.includes('/nocover.jpg')){id=baseUrl.match(/\\/(\\d+)_(\\d+)\\//);id[2]=id[2]-12;`https://img.x83zw.net/image/${id[1]}/${id[2]}/${id[2]}s.jpg`;}else{result;}", 734 | "intro": "//meta[@property='og:description']/@content", 735 | "kind": "//meta[@property='og:novel:category' or @property='og:novel:status' or @property='og:novel:update_time']/@content", 736 | "lastChapter": "//meta[@property='og:novel:latest_chapter_name']/@content", 737 | "name": "//meta[@property='og:novel:book_name']/@content" 738 | }, 739 | "ruleContent": { 740 | "content": "id.booktxt.0@tag.p@text", 741 | "nextContentUrl": "id.next_url.0@text.下一页.0@href" 742 | }, 743 | "ruleExplore": { 744 | "author": "class.btm.0@tag.a.0@text||class.s4.0@text", 745 | "bookList": "class.item&&class.l.1@tag.li", 746 | "bookUrl": "tag.a.0@href", 747 | "coverUrl": "tag.img.0@data-original@js:if(result.includes('/nocover.jpg')){id=java.getString('tag.a.0@href').match(/\\/(\\d+)_(\\d+)\\//);id[2]=id[2]-12;`https://img.x83zw.net/image/${id[1]}/${id[2]}/${id[2]}s.jpg`;}else{result;}", 748 | "intro": "tag.dd.0@text", 749 | "kind": "class.s1.0@text&&class.s5.0@text||class.btm.0@tag.em.1@text", 750 | "lastChapter": "class.s3.0@tag.a.0@text", 751 | "name": "tag.a.0@title||class.s2.0@text", 752 | "wordCount": "class.btm.0@tag.em.0@text" 753 | }, 754 | "ruleSearch": { 755 | "author": "class.btm.0@tag.a.0@text", 756 | "bookList": "class.item", 757 | "bookUrl": "tag.a.0@href", 758 | "checkKeyWord": "系统", 759 | "coverUrl": "tag.img.0@data-original", 760 | "intro": "tag.dd.0@text", 761 | "name": "tag.a.0@title", 762 | "wordCount": "class.btm.0@tag.em.0@text" 763 | }, 764 | "ruleToc": { 765 | "chapterList": "//div[@id='list']/dl/dt[last()]/following-sibling::a", 766 | "chapterName": "text", 767 | "chapterUrl": "href" 768 | }, 769 | "searchUrl": "/ss/,{'body':'searchkey={{key}}','method':'POST'}", 770 | "weight": 25.0 771 | }, 772 | { 773 | "bookSourceComment": "", 774 | "bookSourceGroup": "精品书源", 775 | "bookSourceName": "✈ 369小说网", 776 | "bookSourceType": 0.0, 777 | "bookSourceUrl": "https://www.369book.cc", 778 | "customOrder": 17, 779 | "enabled": true, 780 | "enabledExplore": true, 781 | "lastUpdateTime": 0.0, 782 | "respondTime": 180000.0, 783 | "ruleBookInfo": { 784 | "author": "//meta[@property='og:novel:author']/@content", 785 | "coverUrl": "class.book-info-cover.0@class.am-thumbnail.0@src", 786 | "intro": "//meta[@property='og:description']/@content", 787 | "kind": "//meta[@property='og:novel:category' or @property='og:novel:status' or @property='og:novel:update_time']/@content", 788 | "lastChapter": "//meta[@property='og:novel:latest_chapter_name']/@content", 789 | "name": "//meta[@property='og:novel:book_name']/@content", 790 | "wordCount": "class.am-text-sm.0@class.am-badge-secondary.0@text" 791 | }, 792 | "ruleContent": { 793 | "content": "id.chaptercontent.0@tag.p.!0@text##\\n本章未完.+继续阅读!$##㏒", 794 | "nextContentUrl": "//a[@class='am-btn am-btn-default am-radius'][text()='下一页']/@href@js:if(result[0] && String(result[0]).match(/^javascript:/)){id=String(result[0]).match(/'(.+)','(.+)'\\)$/);`${book.origin}/read/${id[1]}/${id[2]}`;}else{result[0];}", 795 | "replaceRegex": "@js:result=result.replace(/([\\u4e00-\\u9fa5]|[0-9])㏒\\n/g,'$1').replace(/㏒/g,'')" 796 | }, 797 | "ruleExplore": {}, 798 | "ruleSearch": { 799 | "author": "class.book-list-1-author.0@text## / 文", 800 | "bookList": "class.book-list-1", 801 | "bookUrl": "tag.a.0@href", 802 | "checkKeyWord": "系统", 803 | "coverUrl": "tag.img.0@data-src", 804 | "intro": "class.book-list-1-intro.0@text", 805 | "kind": "class.am-badge-warning.0@text", 806 | "lastChapter": "class.am-badge-secondary.0@text", 807 | "name": "tag.a.0@title", 808 | "wordCount": "class.am-badge-primary.0@text" 809 | }, 810 | "ruleToc": { 811 | "chapterList": "class.am-list.1@tag.a.!0", 812 | "chapterName": "text", 813 | "chapterUrl": "href@js:if(result.match(/^javascript:/)){id=result.match(/'(.+)','(.+)'\\)$/);`${book.origin}/read/${id[1]}/${id[2]}`;}else{result;}" 814 | }, 815 | "searchUrl": "/search/?searchkey={{key}}", 816 | "weight": 25.0 817 | }, 818 | { 819 | "bookSourceComment": "", 820 | "bookSourceGroup": "精品书源", 821 | "bookSourceName": "✈ 手机小说", 822 | "bookSourceType": 0.0, 823 | "bookSourceUrl": "https://www.shoujix.com", 824 | "customOrder": 18, 825 | "enabled": true, 826 | "enabledExplore": false, 827 | "lastUpdateTime": 1.675926069852E12, 828 | "respondTime": 2533.0, 829 | "ruleBookInfo": { 830 | "author": "//meta[@property='og:novel:author']/@content", 831 | "coverUrl": "//meta[@property='og:image']/@content", 832 | "intro": "//meta[@property='og:description']/@content", 833 | "kind": "//meta[@property='og:novel:category' or @property='og:novel:status' or @property='og:novel:update_time']/@content", 834 | "lastChapter": "//meta[@property='og:novel:latest_chapter_name']/@content", 835 | "name": "//meta[@property='og:novel:book_name']/@content" 836 | }, 837 | "ruleContent": { 838 | "content": "id.zjny.0@html", 839 | "imageStyle": "0" 840 | }, 841 | "ruleExplore": {}, 842 | "ruleSearch": { 843 | "author": "class.c_value.0@text", 844 | "bookList": "class.c_row", 845 | "bookUrl": "class.c_subject.0@tag.a.0@href", 846 | "coverUrl": "tag.img.0@src", 847 | "intro": "class.c_description.0@text", 848 | "kind": "class.c_value.1@text", 849 | "lastChapter": "class.c_tag.1@class.c_value.0@tag.a.0@text", 850 | "name": "class.c_subject.0@tag.a.0@text", 851 | "wordCount": "class.c_value.2@text" 852 | }, 853 | "ruleToc": { 854 | "chapterList": "//div[@id=\"lbks\"]/dl/dt[last()]/following-sibling::dd/a", 855 | "chapterName": "text", 856 | "chapterUrl": "href", 857 | "nextTocUrl": "class.right.0@tag.a.0@href" 858 | }, 859 | "searchUrl": "/modules/article/search.php,{'charset':'gbk','body':'searchkey={{key}}','method':'POST'}", 860 | "weight": 25.0 861 | }, 862 | { 863 | "bookSourceComment": "", 864 | "bookSourceGroup": "精品书源", 865 | "bookSourceName": "✈ 笔趣阁④", 866 | "bookSourceType": 0.0, 867 | "bookSourceUrl": "https://www.biqukun.com", 868 | "bookUrlPattern": "https://www.biqukun.com/\\d+/\\d+/", 869 | "customOrder": 19, 870 | "enabled": true, 871 | "enabledExplore": false, 872 | "exploreUrl": "", 873 | "lastUpdateTime": 1.737362337661E12, 874 | "loginUrl": "", 875 | "respondTime": 12024.0, 876 | "ruleBookInfo": { 877 | "author": "id.info@tag.p.0@text##作者:", 878 | "coverUrl": "id.fmimg@tag.img.0@src", 879 | "init": "", 880 | "intro": "id.intro@tag.p.0@text", 881 | "kind": "[property=og:novel:update_time]@content&&\n[property=og:novel:category]@content&&\n[property=og:novel:status]@content", 882 | "lastChapter": "id.info@tag.p.3@a@text", 883 | "name": "id.info@tag.h1.0@text" 884 | }, 885 | "ruleContent": { 886 | "content": "id.content@html", 887 | "imageStyle": "0" 888 | }, 889 | "ruleExplore": { 890 | "author": "", 891 | "bookList": "", 892 | "bookUrl": "", 893 | "coverUrl": "", 894 | "intro": "", 895 | "name": "" 896 | }, 897 | "ruleSearch": { 898 | "author": "tag.td.2@text", 899 | "bookList": "class.grid@tag.tr!0", 900 | "bookUrl": "tag.td.0@tag.a.0@href", 901 | "coverUrl": "tag.td.0@tag.a@href\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'/d/image/'+iid+'/'+id+'/'+id+'s.jpg';\n", 902 | "lastChapter": "tag.td.1@tag.span.0@tag.a.0@text##正文", 903 | "name": "tag.td.0@tag.a.0@text" 904 | }, 905 | "ruleToc": { 906 | "chapterList": "id.list@tag.dd", 907 | "chapterName": "tag.a@text", 908 | "chapterUrl": "tag.a@href" 909 | }, 910 | "searchUrl": "/modules/article/search.php,{\n \"method\": \"POST\",\n \"body\": \"searchkey={{key}}\"\n}", 911 | "weight": 0.0 912 | }, 913 | { 914 | "bookSourceComment": "", 915 | "bookSourceGroup": "精品书源", 916 | "bookSourceName": "✈ 新笔趣阁", 917 | "bookSourceType": 0.0, 918 | "bookSourceUrl": "https://www.xbiquge.la", 919 | "bookUrlPattern": "", 920 | "customOrder": 20, 921 | "enabled": true, 922 | "enabledExplore": false, 923 | "header": "", 924 | "lastUpdateTime": 1.699973819133E12, 925 | "respondTime": 1915.0, 926 | "ruleBookInfo": { 927 | "author": "id.info@tag.p.0@text##作 者:", 928 | "coverUrl": "id.fmimg@tag.img.0@src", 929 | "init": "", 930 | "intro": "id.intro@tag.p.1@text", 931 | "lastChapter": "id.info@tag.p.3@title", 932 | "name": "id.info@tag.h1.0@text" 933 | }, 934 | "ruleContent": { 935 | "content": "id.content@textNodes" 936 | }, 937 | "ruleExplore": { 938 | "author": "tag.span.2@text", 939 | "bookList": "class.l@tag.ul@tag.li", 940 | "bookUrl": "tag.span.0@tag.a@href", 941 | "lastChapter": "tag.span.1@tag.a@text", 942 | "name": "tag.span.0@tag.a@text" 943 | }, 944 | "ruleSearch": { 945 | "author": "class.even.1@text", 946 | "bookList": "class.grid@tag.tbody@tag.tr!0", 947 | "bookUrl": "class.even.0@tag.a@href", 948 | "lastChapter": "class.odd.0@tag.a@text", 949 | "name": "class.even.0@tag.a@text" 950 | }, 951 | "ruleToc": { 952 | "chapterList": "id.list@tag.dd", 953 | "chapterName": "tag.a@text", 954 | "chapterUrl": "tag.a@href" 955 | }, 956 | "searchUrl": "https://www.xbiquge.la/modules/article/waps.php?searchkey={{key}}", 957 | "weight": 0.0 958 | }, 959 | { 960 | "bookSourceComment": "", 961 | "bookSourceGroup": "精品书源", 962 | "bookSourceName": "✈ 笔趣阁文学", 963 | "bookSourceType": 0.0, 964 | "bookSourceUrl": "http://www.biqugewx.info", 965 | "bookUrlPattern": "", 966 | "customOrder": 21, 967 | "enabled": true, 968 | "enabledExplore": false, 969 | "exploreUrl": "", 970 | "header": "", 971 | "lastUpdateTime": 1.701296178994E12, 972 | "respondTime": 925.0, 973 | "ruleBookInfo": { 974 | "coverUrl": "id.fmimg@img@src", 975 | "init": "", 976 | "intro": "id.list.0@text" 977 | }, 978 | "ruleContent": { 979 | "content": "id.booktext@html##高速文字手打.*" 980 | }, 981 | "ruleExplore": { 982 | "bookList": "" 983 | }, 984 | "ruleSearch": { 985 | "author": "class.odd.1@text", 986 | "bookList": "class.grid@tr!0", 987 | "bookUrl": "class.odd.0@a@href", 988 | "lastChapter": "class.even.0@text", 989 | "name": "class.odd.0@text", 990 | "wordCount": "class.even.1@text" 991 | }, 992 | "ruleToc": { 993 | "chapterList": "class.box_con@dd", 994 | "chapterName": "@text", 995 | "chapterUrl": "a@href" 996 | }, 997 | "searchUrl": "/modules/article/search.php?searchkey={{key}}", 998 | "weight": 0.0 999 | }, 1000 | { 1001 | "bookSourceComment": "", 1002 | "bookSourceGroup": "精品书源", 1003 | "bookSourceName": "✈ 手机小说", 1004 | "bookSourceType": 0.0, 1005 | "bookSourceUrl": "https://www.shoujixs.net", 1006 | "bookUrlPattern": "", 1007 | "concurrentRate": "", 1008 | "customOrder": 22, 1009 | "enabled": true, 1010 | "enabledExplore": false, 1011 | "exploreUrl": "", 1012 | "header": "", 1013 | "lastUpdateTime": 1.675926069852E12, 1014 | "respondTime": 8794.0, 1015 | "ruleBookInfo": { 1016 | "author": "//meta[@property='og:novel:author']/@content", 1017 | "coverUrl": "//meta[@property='og:image']/@content", 1018 | "intro": "//meta[@property='og:description']/@content", 1019 | "kind": "//meta[@property='og:novel:category']/@content", 1020 | "lastChapter": "//meta[@property='og:novel:latest_chapter_name']/@content", 1021 | "name": "//meta[@property='og:novel:book_name']/@content" 1022 | }, 1023 | "ruleContent": { 1024 | "content": "id.zjny.0@html", 1025 | "imageStyle": "0" 1026 | }, 1027 | "ruleExplore": {}, 1028 | "ruleSearch": { 1029 | "author": "class.c_value.0@text", 1030 | "bookList": "class.c_row", 1031 | "bookUrl": "class.c_subject.0@tag.a.0@href", 1032 | "coverUrl": "tag.img.0@src", 1033 | "intro": "class.c_description.0@text", 1034 | "kind": "class.c_value.1@text", 1035 | "lastChapter": "class.c_tag.1@class.c_value.0@tag.a.0@text", 1036 | "name": "class.c_subject.0@tag.a.0@text", 1037 | "wordCount": "class.c_value.2@text" 1038 | }, 1039 | "ruleToc": { 1040 | "chapterList": "//div[@id=\"lbks\"]/dl/dt[last()]/following-sibling::dd/a", 1041 | "chapterName": "text", 1042 | "chapterUrl": "href", 1043 | "nextTocUrl": "class.right.0@tag.a.0@href" 1044 | }, 1045 | "searchUrl": "/modules/article/search.php,{'charset':'gbk','body':'searchkey={{key}}','method':'POST'}", 1046 | "weight": 0.0 1047 | }, 1048 | { 1049 | "bookSourceComment": "", 1050 | "bookSourceGroup": "精品书源", 1051 | "bookSourceName": "✈ 艾途小说", 1052 | "bookSourceType": 0.0, 1053 | "bookSourceUrl": "https://m.aitbooks.com", 1054 | "customOrder": 23, 1055 | "enabled": true, 1056 | "enabledExplore": true, 1057 | "exploreUrl": "[{\"title\":\"男古连载\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/shuku/1_0_0_1_{{page}}_5_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"虚拟网游\",\"url\":\"/shuku/1_0_0_1_{{page}}_6_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"/shuku/1_0_0_1_{{page}}_7_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻空间\",\"url\":\"/shuku/1_0_0_1_{{page}}_8_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/shuku/1_0_0_1_{{page}}_9_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"惊悚小说\",\"url\":\"/shuku/1_0_0_1_{{page}}_10_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人衍生\",\"url\":\"/shuku/1_0_0_1_{{page}}_11_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越架空\",\"url\":\"/shuku/1_0_0_1_{{page}}_12_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"男古完结\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/shuku/1_0_0_2_{{page}}_5_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"虚拟网游\",\"url\":\"/shuku/1_0_0_2_{{page}}_6_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"/shuku/1_0_0_2_{{page}}_7_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻空间\",\"url\":\"/shuku/1_0_0_2_{{page}}_8_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/shuku/1_0_0_2_{{page}}_9_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"惊悚小说\",\"url\":\"/shuku/1_0_0_2_{{page}}_10_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人衍生\",\"url\":\"/shuku/1_0_0_2_{{page}}_11_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越架空\",\"url\":\"/shuku/1_0_0_2_{{page}}_12_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"男现连载\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/shuku/2_0_0_1_{{page}}_5_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"虚拟网游\",\"url\":\"/shuku/2_0_0_1_{{page}}_6_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"/shuku/2_0_0_1_{{page}}_7_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻空间\",\"url\":\"/shuku/2_0_0_1_{{page}}_8_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/shuku/2_0_0_1_{{page}}_9_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"惊悚小说\",\"url\":\"/shuku/2_0_0_1_{{page}}_10_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人衍生\",\"url\":\"/shuku/2_0_0_1_{{page}}_11_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越架空\",\"url\":\"/shuku/2_0_0_1_{{page}}_12_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"男现完结\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/shuku/2_0_0_2_{{page}}_5_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"虚拟网游\",\"url\":\"/shuku/2_0_0_2_{{page}}_6_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"/shuku/2_0_0_2_{{page}}_7_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻空间\",\"url\":\"/shuku/2_0_0_2_{{page}}_8_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/shuku/2_0_0_2_{{page}}_9_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"惊悚小说\",\"url\":\"/shuku/2_0_0_2_{{page}}_10_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人衍生\",\"url\":\"/shuku/2_0_0_2_{{page}}_11_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越架空\",\"url\":\"/shuku/2_0_0_2_{{page}}_12_1.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女古连载\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/shuku/1_0_0_1_{{page}}_5_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"虚拟网游\",\"url\":\"/shuku/1_0_0_1_{{page}}_6_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"/shuku/1_0_0_1_{{page}}_7_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻空间\",\"url\":\"/shuku/1_0_0_1_{{page}}_8_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/shuku/1_0_0_1_{{page}}_9_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"惊悚小说\",\"url\":\"/shuku/1_0_0_1_{{page}}_10_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人衍生\",\"url\":\"/shuku/1_0_0_1_{{page}}_11_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越架空\",\"url\":\"/shuku/1_0_0_1_{{page}}_12_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女古完结\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/shuku/1_0_0_2_{{page}}_5_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"虚拟网游\",\"url\":\"/shuku/1_0_0_2_{{page}}_6_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"/shuku/1_0_0_2_{{page}}_7_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻空间\",\"url\":\"/shuku/1_0_0_2_{{page}}_8_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/shuku/1_0_0_2_{{page}}_9_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"惊悚小说\",\"url\":\"/shuku/1_0_0_2_{{page}}_10_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人衍生\",\"url\":\"/shuku/1_0_0_2_{{page}}_11_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越架空\",\"url\":\"/shuku/1_0_0_2_{{page}}_12_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女现连载\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/shuku/2_0_0_1_{{page}}_5_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"虚拟网游\",\"url\":\"/shuku/2_0_0_1_{{page}}_6_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"/shuku/2_0_0_1_{{page}}_7_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻空间\",\"url\":\"/shuku/2_0_0_1_{{page}}_8_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/shuku/2_0_0_1_{{page}}_9_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"惊悚小说\",\"url\":\"/shuku/2_0_0_1_{{page}}_10_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人衍生\",\"url\":\"/shuku/2_0_0_1_{{page}}_11_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越架空\",\"url\":\"/shuku/2_0_0_1_{{page}}_12_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"女现完结\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻小说\",\"url\":\"/shuku/2_0_0_2_{{page}}_5_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"虚拟网游\",\"url\":\"/shuku/2_0_0_2_{{page}}_6_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"架空历史\",\"url\":\"/shuku/2_0_0_2_{{page}}_7_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"科幻空间\",\"url\":\"/shuku/2_0_0_2_{{page}}_8_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"都市小说\",\"url\":\"/shuku/2_0_0_2_{{page}}_9_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"惊悚小说\",\"url\":\"/shuku/2_0_0_2_{{page}}_10_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"同人衍生\",\"url\":\"/shuku/2_0_0_2_{{page}}_11_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"穿越架空\",\"url\":\"/shuku/2_0_0_2_{{page}}_12_2.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]", 1058 | "lastUpdateTime": 1.68052596981E12, 1059 | "respondTime": 4484.0, 1060 | "ruleBookInfo": { 1061 | "author": "[property$=author]@content##的小说", 1062 | "coverUrl": "[property$=image]@content", 1063 | "intro": "💠 {{@@.channel@text}}\n👤 {{@@.leader@text}}{{'\\n'+'​'}}\n{{@@.sectionTwo-content@ownText}}##(^|[。!?]+[”」)】]?)##$1
", 1064 | "kind": "[property~=category|status|update_time]@content##小说|\\s.*", 1065 | "lastChapter": ".chapter-table a.0@text##正文.|[\\((【].*?[求更票谢乐发订合补加架字Kk].*?[】)\\)]", 1066 | "name": "[property$=book_name]@content##\\-.*|\\_.*|\\s.*", 1067 | "tocUrl": "text.进入目录@href" 1068 | }, 1069 | "ruleContent": { 1070 | "content": "\nurl=\"https:\"+result.match(/initTxt\\(\"([^\"]+)\",\"[^\"]+\"\\)/)[1];\nr=String(java.ajax(url).match(/_txt_call\\(([\\s\\S]+\\})\\)/)[1]);\nvar r = eval('(' + r + ')');\n\t\t\t\tif(r.content!=null){\t\t\t\t\n var e = r.replace;\n\t\t\t\tfor (var n in e) {\n\t\t\t\t\tvar i = new RegExp(e[n], \"ig\");\n\t\t\t\t\tr.content = r.content.replace(i, n)\n\t\t\t\t}\n\t\t\t\tresult=r.content\n\t\t\t\t\t}else{result=\"章节加载失败,或者内容正在手打中,请【收藏本站】稍访问或者联系管理员更新~\"}\n", 1071 | "nextContentUrl": ".next@href" 1072 | }, 1073 | "ruleExplore": { 1074 | "author": ".gray@text##\\/\\s|的小说", 1075 | "bookList": ".list-item", 1076 | "bookUrl": "a@href", 1077 | "coverUrl": "img@data-lazy", 1078 | "kind": "p.1@text##T.*", 1079 | "lastChapter": "p.2@text##.*\\/\\s|正文.|", 1080 | "name": "p.0@ownText##\\-.*|\\_.*|\\s.*" 1081 | }, 1082 | "ruleSearch": { 1083 | "author": "a.1@text##的小说", 1084 | "bookList": ".search-card", 1085 | "bookUrl": "a.0@href", 1086 | "intro": ".sc-content@text", 1087 | "kind": ".gray@text&&.sc-time span.1@text##\\[|\\]|\\(|\\s..:.*", 1088 | "lastChapter": ".sc-time span.0@text##正文.|[\\((【].*?[求更票谢乐发订合补加架字Kk].*?[】)\\)]", 1089 | "name": "a.0@text##\\-.*|\\_.*|\\s.*" 1090 | }, 1091 | "ruleToc": { 1092 | "chapterList": ".BGsectionThree-content li a", 1093 | "chapterName": "text##正文.|[\\((【].*?[求更票谢乐发订合补加架字Kk].*?[】)\\)]", 1094 | "chapterUrl": "href", 1095 | "nextTocUrl": "text.下页@href" 1096 | }, 1097 | "searchUrl": "/search/,{'method': 'POST','body': 'keyword={{key}}'}", 1098 | "weight": 0.0 1099 | }, 1100 | { 1101 | "bookSourceComment": "", 1102 | "bookSourceGroup": "精品书源", 1103 | "bookSourceName": "✈ 阅友小说", 1104 | "bookSourceType": 0.0, 1105 | "bookSourceUrl": "http://m.suixkan.com", 1106 | "customOrder": 24, 1107 | "enabled": true, 1108 | "enabledExplore": true, 1109 | "exploreUrl": "[{\"title\":\"推荐\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"重磅推荐\",\"url\":\"/l/s/28/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"男生必读\",\"url\":\"/l/s/29/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"女生爱看\",\"url\":\"/l/s/30/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"小编推荐\",\"url\":\"/l/s/31/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.4,\"layout_flexGrow\":1}},\n{\"title\":\"男频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"都市人生\",\"url\":\"/l/f/1100/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/l/f/1101/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠仙侠\",\"url\":\"/l/f/1102/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事历史\",\"url\":\"/l/f/1103/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻末世\",\"url\":\"/l/f/1104/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏体育\",\"url\":\"/l/f/1105/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"热血青春\",\"url\":\"/l/f/1106/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑灵异\",\"url\":\"/l/f/1107/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"脑洞大开\",\"url\":\"/l/f/1108/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"女频\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"现代言情\",\"url\":\"/l/f/2100/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代言情\",\"url\":\"/l/f/2101/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"幻想言情\",\"url\":\"/l/f/2102/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"\",\"url\":\"/l/f/2103/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"穿越时空\",\"url\":\"/l/f/2104/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"宫闱争斗\",\"url\":\"/l/f/2105/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"豪门总裁\",\"url\":\"/l/f/2106/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"婚恋爱情\",\"url\":\"/l/f/2107/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"经商种田\",\"url\":\"/l/f/2108/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"图书\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},\n{\"title\":\"出版读物\",\"url\":\"/l/f/3101/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"文学小说\",\"url\":\"/l/f/3102/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"古代典籍\",\"url\":\"/l/f/3103/{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]", 1110 | "lastUpdateTime": 1.680526062517E12, 1111 | "respondTime": 1057.0, 1112 | "ruleBookInfo": { 1113 | "author": ".face-info span.0@text##.*:", 1114 | "coverUrl": ".face-cover img@src", 1115 | "intro": "#intro@html", 1116 | "kind": ".face-info span.1:3@text&&#idNewIds@#chapter-ps-id@text##.*:", 1117 | "lastChapter": "#idNewIds@.chapter-entrance@text", 1118 | "name": ".face-info-title@text", 1119 | "tocUrl": ".sumchapter a@href", 1120 | "wordCount": ".face-info span.2@text##.*:" 1121 | }, 1122 | "ruleContent": { 1123 | "content": ".con@html", 1124 | "replaceRegex": "##[\\((]本章未完.*[)\\)]|[\\((]本章完[)\\)]" 1125 | }, 1126 | "ruleExplore": { 1127 | "author": ".v-author@text##\\s", 1128 | "bookList": ".v-list-item", 1129 | "bookUrl": "@onclick@js:result.match(/\\('(.*?)'\\)/)[1]", 1130 | "coverUrl": "img@src", 1131 | "intro": ".v-intro@text", 1132 | "name": ".v-title@text", 1133 | "wordCount": ".v-words@text" 1134 | }, 1135 | "ruleSearch": { 1136 | "author": ".v-author@text##\\s", 1137 | "bookList": ".v-list-item", 1138 | "bookUrl": "@onclick@js:result.match(/\\('(.*?)', '', ''\\)/)[1]", 1139 | "coverUrl": "img@src", 1140 | "intro": ".v-intro@text", 1141 | "kind": ".base-label@text", 1142 | "name": ".v-title@text", 1143 | "wordCount": ".v-words@text" 1144 | }, 1145 | "ruleToc": { 1146 | "chapterList": ".catalog_ls li a", 1147 | "chapterName": "text", 1148 | "chapterUrl": "href" 1149 | }, 1150 | "searchUrl": "/s/1.html?keyword={{key}}&page={{page}}", 1151 | "weight": 0.0 1152 | }, 1153 | { 1154 | "bookSourceComment": "", 1155 | "bookSourceGroup": "精品书源", 1156 | "bookSourceName": "✈ 就爱文学", 1157 | "bookSourceType": 0.0, 1158 | "bookSourceUrl": "http://www.92xs.info", 1159 | "customOrder": 25, 1160 | "enabled": true, 1161 | "enabledExplore": true, 1162 | "exploreUrl": "[{\"title\":\"榜单\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"总排行榜\",\"url\":\"/allvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总推荐榜\",\"url\":\"/allvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月排行榜\",\"url\":\"/monthvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"月推荐榜\",\"url\":\"/monthvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周排行榜\",\"url\":\"/weekvisit-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"周推荐榜\",\"url\":\"/weekvote-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最新入库\",\"url\":\"/postdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"最近更新\",\"url\":\"/lastupdate-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"总收藏榜\",\"url\":\"/goodnum-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"字数排行\",\"url\":\"/size-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},{\"title\":\"分类\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":1,\"layout_flexGrow\":1}},{\"title\":\"玄幻\",\"url\":\"/sort/1-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"武侠\",\"url\":\"/sort/2-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"都市\",\"url\":\"/sort/3-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"历史\",\"url\":\"/sort/4-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"推理\",\"url\":\"/sort/5-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"游戏\",\"url\":\"/sort/6-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"科幻\",\"url\":\"/sort/7-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"恐怖\",\"url\":\"/sort/8-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"言情\",\"url\":\"/sort/10-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"其他\",\"url\":\"/sort/9-{{page}}.html\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}},{\"title\":\"\",\"url\":\"\",\"style\":{\"layout_flexBasisPercent\":0.2,\"layout_flexGrow\":1}}]", 1163 | "lastUpdateTime": 1.680525764982E12, 1164 | "respondTime": 4068.0, 1165 | "ruleBookInfo": { 1166 | "author": ".p_author@text", 1167 | "coverUrl": "#bookimg img@src", 1168 | "intro": "#bookintro p.-1@html##【展开】.*", 1169 | "kind": "#count span.0:3@text&&#keywords@text##.*:|小说|\\s.*", 1170 | "lastChapter": "#newlist a.1@text", 1171 | "name": ".d_title h1@text", 1172 | "tocUrl": ".newrap a.0@href", 1173 | "wordCount": "#count span.2@text" 1174 | }, 1175 | "ruleContent": { 1176 | "content": "#ccontent@textNodes" 1177 | }, 1178 | "ruleExplore": { 1179 | "author": ".rankpage_list7@text", 1180 | "bookList": ".rankpage_list_box", 1181 | "bookUrl": "a.0@href", 1182 | "coverUrl": "a.0@href##.*/(\\d+)(\\d+)(\\d+)(\\d+).*##/files/article/image/$1/$1$2$3$4/$1$2$3$4s.jpg", 1183 | "kind": ".rankpage_list2@text&&.rankpage_list4@text&&.rankpage_list8@text##\\[|\\]|小说", 1184 | "name": ".rankpage_list3@text", 1185 | "wordCount": ".rankpage_list5@text" 1186 | }, 1187 | "ruleSearch": { 1188 | "author": ".odd.1@text", 1189 | "bookList": "#author@tbody@tr!0", 1190 | "bookUrl": "a.0@href##.com/##.la/", 1191 | "coverUrl": "a.0@href##.*/(\\d+)(\\d+)(\\d+)(\\d+).*##/files/article/image/$1/$1$2$3$4/$1$2$3$4s.jpg", 1192 | "kind": ".even.2@text&&.odd.2@text", 1193 | "lastChapter": ".even.0@text", 1194 | "name": ".odd.0@text", 1195 | "wordCount": ".even.1@text" 1196 | }, 1197 | "ruleToc": { 1198 | "chapterList": ".ccss", 1199 | "chapterName": "a@text", 1200 | "chapterUrl": "a@href" 1201 | }, 1202 | "searchUrl": "/modules/article/search.php,{'method':'post','body':'searchtype=articlename=author&searchkey={{key}}'}", 1203 | "weight": 0.0 1204 | }, 1205 | { 1206 | "bookSourceComment": "", 1207 | "bookSourceGroup": "精品书源", 1208 | "bookSourceName": "✈ 舟默途桐", 1209 | "bookSourceType": 0.0, 1210 | "bookSourceUrl": "http://www.zmtt.net", 1211 | "bookUrlPattern": "", 1212 | "customOrder": 26, 1213 | "enabled": true, 1214 | "enabledExplore": true, 1215 | "exploreUrl": "", 1216 | "header": "", 1217 | "lastUpdateTime": 1.742560389738E12, 1218 | "loginUrl": "", 1219 | "respondTime": 12631.0, 1220 | "ruleBookInfo": { 1221 | "author": "author", 1222 | "init": "data.book", 1223 | "intro": "intro", 1224 | "kind": "type&&update_state", 1225 | "lastChapter": "last_chapter_name&&updatetime\nresult.replace(/(.*)\\s/,'$1 • ')\nresult.replace(/\\s\\d+:\\d+:\\d+/,'')\nresult.replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{({【].*[求更谢乐发推票盟补加字Kk\\/].*[\\)\\})}】]/g,'')", 1226 | "name": "name", 1227 | "tocUrl": "/getCataLogs?bookid={{$._id}}&page=1&limit={{$.total_num}}", 1228 | "wordCount": "updatetime" 1229 | }, 1230 | "ruleContent": { 1231 | "content": "data.chapterInfo.contentjava.aesBase64DecodeToString(result,\"6CE93717FBEA3E4F\",\"AES/CBC/NoPadding\",\"6CE93717FBEA3E4F\")##\\#\\#\\#\\$\\$\\$##
", 1232 | "replaceRegex": "##.*为您提供精彩小说阅读。" 1233 | }, 1234 | "ruleExplore": { 1235 | "bookList": "" 1236 | }, 1237 | "ruleSearch": { 1238 | "author": "author", 1239 | "bookList": "data", 1240 | "bookUrl": "/bookInfo?bookid={{$._id}}", 1241 | "checkKeyWord": "我的咒灵天下第一", 1242 | "coverUrl": "image_url", 1243 | "intro": "intro", 1244 | "kind": "type", 1245 | "lastChapter": "", 1246 | "name": "name@put:{bid:_id}" 1247 | }, 1248 | "ruleToc": { 1249 | "chapterList": "data.list", 1250 | "chapterName": "name", 1251 | "chapterUrl": "/getContent?bookid=@get:{bid}&chapterid={{$._id}}" 1252 | }, 1253 | "searchUrl": "@js:\noption={\"method\":\"POST\",\"body\":{\"version\":\"2.0\"}}\nurl=\"http://\"+JSON.parse(java.ajax(\"http://www.zmtt.net/checkUpdate,\"+JSON.stringify(option))).data.url\n//java.put(\"url\",url)\noption={\"method\":\"POST\",\"body\":{\"keyword\":key}}\nurl+\"search,\"+JSON.stringify(option)", 1254 | "weight": 0.0 1255 | }, 1256 | { 1257 | "bookSourceComment": "", 1258 | "bookSourceGroup": "精品书源", 1259 | "bookSourceName": "✈ 武林中文网", 1260 | "bookSourceType": 0.0, 1261 | "bookSourceUrl": "https://www.50zw.so", 1262 | "customOrder": 27, 1263 | "enabled": true, 1264 | "enabledExplore": false, 1265 | "lastUpdateTime": 1.675926196793E12, 1266 | "respondTime": 5555.0, 1267 | "ruleBookInfo": { 1268 | "author": "//meta[@property='og:novel:author']/@content", 1269 | "coverUrl": "//meta[@property='og:image']/@content", 1270 | "intro": "//meta[@property='og:description']/@content", 1271 | "kind": "//meta[@property='og:novel:category' or @property='og:novel:status' or @property='og:novel:update_time']/@content", 1272 | "lastChapter": "//meta[@property='og:novel:latest_chapter_name']/@content", 1273 | "name": "//meta[@property='og:novel:book_name']/@content" 1274 | }, 1275 | "ruleContent": { 1276 | "content": "id.content@textNodes##武林中文网.+|最新章节!" 1277 | }, 1278 | "ruleExplore": {}, 1279 | "ruleSearch": { 1280 | "author": "class.odd.1@text", 1281 | "bookList": "java.log(result)class.grid.0@tag.tr!0", 1282 | "bookUrl": "tag.a.0@href", 1283 | "kind": "class.even.2@text", 1284 | "lastChapter": "tag.a.1@text", 1285 | "name": "tag.a.0@text", 1286 | "wordCount": "class.even.1@text" 1287 | }, 1288 | "ruleToc": { 1289 | "chapterList": "class.zjlist.0@tag.a", 1290 | "chapterName": "text", 1291 | "chapterUrl": "href", 1292 | "nextTocUrl": "class.form-control.0@tag.option.!0@value" 1293 | }, 1294 | "searchUrl": "/modules/article/search.php?searchkey={{key}}&submit=搜索&json=1,{'charset':'gbk'}", 1295 | "weight": 0.0 1296 | }, 1297 | { 1298 | "bookSourceComment": "", 1299 | "bookSourceGroup": "精品书源", 1300 | "bookSourceName": "✈ 一个阅读", 1301 | "bookSourceType": 0.0, 1302 | "bookSourceUrl": "http://m.wufazhuce.com/", 1303 | "customOrder": 28, 1304 | "enabled": true, 1305 | "enabledExplore": true, 1306 | "exploreUrl": "", 1307 | "header": "", 1308 | "lastUpdateTime": 1.742558593984E12, 1309 | "respondTime": 5732.0, 1310 | "ruleBookInfo": { 1311 | "author": "\"ONE·阅读\"", 1312 | "coverUrl": "\"https://gitee.com/lyc486/yuedu/raw/master/cover486.webp\"", 1313 | "init": "", 1314 | "name": "\"ONE·阅读\"", 1315 | "tocUrl": "" 1316 | }, 1317 | "ruleContent": { 1318 | "content": "\ndo{\nt=Date();t1=Number(t.charAt(17));t2=Number(t.charAt(19));t3=Number(t.charAt(20));t4=Number(t.charAt(22));t5=Number(t.charAt(23));\n//var t=new Date();\n//year=t.getFullYear();\n//java.log(\"🍊\"+year);\nn=(t2+t4)%6*1000+t1*100+t3*10+t5;\nr=java.ajax(\"http://m.wufazhuce.com/article/\"+n.toString());\njava.setContent(r);\n}\nwhile(r.includes(\"404 Not Found\"));\n//获取4个随机数其中第一个数小于6,大概大于5919无内容,并访问网址\nchapter.title=java.getString('class.text-title@text');\nchapter.url=\"http://m.wufazhuce.com/article/\"+n.toString();\n//传出标题\ns=String(java.getString('class.text-content@html'));\n//获取正文内容\nif(s.includes(\"]*src\\=\\\"([^\"]+?)(\\?imageView[^\"]+)?\\\"[^>]*>/g,'')}\n//判断正文是否有图片并处理\nelse if(s.includes(\"\")){s=s.replace(//,\"\")}\nif(source.getVariable()<=0||source.getVariable()==\"NaN\"||book.variable==null){\nbook.variable=\"\";\nsource.setVariable(39);\n}\nelse{\nsource.setVariable(source.getVariable()-1);\n}\nbook.variable+=\"\\n★\"+chapter.title+\"\\n\"+s;\nbook.variable;\n", 1319 | "imageStyle": "", 1320 | "nextContentUrl": "" 1321 | }, 1322 | "ruleExplore": { 1323 | "author": "", 1324 | "bookList": "[\"ONE·阅读\"]", 1325 | "bookUrl": "\"http://m.wufazhuce.com/article/\"", 1326 | "name": "\"ONE·阅读\"" 1327 | }, 1328 | "ruleSearch": { 1329 | "bookList": "[\"ONE·阅读\"]", 1330 | "bookUrl": "\"http://m.wufazhuce.com/article/\"", 1331 | "checkKeyWord": "lyc486", 1332 | "name": "\nif(baseUrl.endsWith(\"lyc486\")){\n\tjava.log(baseUrl)\n\"ONE·阅读\"}else{\"\"}\n" 1333 | }, 1334 | "ruleToc": { 1335 | "chapterList": "[\"ONE·阅读\"]", 1336 | "chapterName": "\"ONE·阅读\"", 1337 | "chapterUrl": "" 1338 | }, 1339 | "searchUrl": "/article/{{key}}", 1340 | "weight": 0.0 1341 | }, 1342 | { 1343 | "bookSourceComment": "", 1344 | "bookSourceGroup": "精品书源", 1345 | "bookSourceName": "✈ UC书库", 1346 | "bookSourceType": 0.0, 1347 | "bookSourceUrl": "http://m.ucshuku.net", 1348 | "customOrder": 29, 1349 | "enabled": true, 1350 | "enabledExplore": true, 1351 | "exploreUrl": "", 1352 | "lastUpdateTime": 1.742560400382E12, 1353 | "respondTime": 12016.0, 1354 | "ruleBookInfo": { 1355 | "author": "[property$=author]@content", 1356 | "coverUrl": "[property$=image]@content", 1357 | "init": "", 1358 | "intro": "[property$=description]@content##(^|[。!?]+[”」)】]?)##$1
", 1359 | "kind": "[property~=category|update_time]@content##小说|\\s.*", 1360 | "lastChapter": "[property$=latest_chapter_name]@content##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\((【].*?[求更票谢乐发订合补加架字修Kk].*?[】)\\)]", 1361 | "name": "[property$=book_name]@content" 1362 | }, 1363 | "ruleContent": { 1364 | "content": "#content@html", 1365 | "nextContentUrl": "text.下一页@href", 1366 | "replaceRegex": "##\\s*UC小说网.*\\s*|.*本章未完.*)|最新网址.*" 1367 | }, 1368 | "ruleExplore": { 1369 | "author": "a.2@text", 1370 | "bookList": ".content_link||.tt", 1371 | "bookUrl": "a.1@href", 1372 | "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##http://www.ucshuku.net/files/article/image/$2/$1/$1s.jpg###", 1373 | "intro": ".p5@text", 1374 | "kind": "a.0@text&&.label p.0@text##\\[|\\]", 1375 | "name": "a.1@text", 1376 | "wordCount": ".label p.1@text" 1377 | }, 1378 | "ruleSearch": { 1379 | "author": "a.2@text", 1380 | "bookList": ".search_list", 1381 | "bookUrl": "a.0@href", 1382 | "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##http://www.ucshuku.net/files/article/image/$2/$1/$1s.jpg###", 1383 | "kind": "a.1@text##小说", 1384 | "name": "a.0@text" 1385 | }, 1386 | "ruleToc": { 1387 | "chapterList": ".list!0@li a", 1388 | "chapterName": "text##正文卷.|正文.|VIP卷.|默认卷.|卷_|VIP章节.|免费章节.|章节目录.|最新章节.|[\\((【].*?[求更票谢乐发订合补加架字修Kk].*?[】)\\)]", 1389 | "chapterUrl": "href", 1390 | "nextTocUrl": "text.下一页@href" 1391 | }, 1392 | "searchUrl": "/s.php,{\n 'method': 'POST',\n 'body': 'type=articlename&s={{key}}'\n}", 1393 | "weight": 0.0 1394 | }, 1395 | { 1396 | "bookSourceComment": "", 1397 | "bookSourceGroup": "精品书源", 1398 | "bookSourceName": "✈ 顶点小说", 1399 | "bookSourceType": 0.0, 1400 | "bookSourceUrl": "http://www.23us.tw", 1401 | "bookUrlPattern": "", 1402 | "customOrder": 30, 1403 | "enabled": true, 1404 | "enabledExplore": true, 1405 | "exploreUrl": "", 1406 | "lastUpdateTime": 1.742560406176E12, 1407 | "loginUrl": "", 1408 | "respondTime": 12022.0, 1409 | "ruleBookInfo": { 1410 | "author": "id.info@tag.p.0@text##作 者:", 1411 | "coverUrl": "id.fmimg@tag.img@src", 1412 | "init": "", 1413 | "intro": "id.intro@text", 1414 | "kind": "id.info@tag.p.2@text##\\更新时间:|\\[|\\]", 1415 | "lastChapter": "id.info@tag.p.3@a@text", 1416 | "name": "id.info@tag.h1.0@text##\\(.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说" 1417 | }, 1418 | "ruleContent": { 1419 | "content": "id.content@html##您可以在百度里.*查找最新章节!|顶点小说.*us", 1420 | "nextContentUrl": "", 1421 | "replaceRegex": "##最新网址:.*" 1422 | }, 1423 | "ruleExplore": { 1424 | "author": "", 1425 | "bookList": "", 1426 | "bookUrl": "", 1427 | "name": "" 1428 | }, 1429 | "ruleSearch": { 1430 | "author": "tag.td.2@text", 1431 | "bookList": "class.grid@tag.tr!0", 1432 | "bookUrl": "tag.td.0@tag.a@href", 1433 | "coverUrl": "tag.td.0@tag.a@href\nvar id = result.match(/(\\d+)\\/?$/)[1];\nvar iid = parseInt(id/1000);\n'http://www.23us.tw/files/article/image/'+iid+'/'+id+'/'+id+'s.jpg';\n", 1434 | "lastChapter": "tag.td.1@tag.a@text", 1435 | "name": "tag.td.0@tag.a@text##\\(.*|\\(.*|免费阅读|全文.*阅读|最新章节|笔趣阁|小说" 1436 | }, 1437 | "ruleToc": { 1438 | "chapterList": "id.list@tag.dd", 1439 | "chapterName": "tag.a@text", 1440 | "chapterUrl": "tag.a@href" 1441 | }, 1442 | "searchUrl": "http://www.23us.tw/modules/article/search.php?q={{key}}", 1443 | "weight": 0.0 1444 | }, 1445 | { 1446 | "bookSourceComment": "", 1447 | "bookSourceGroup": "精品书源", 1448 | "bookSourceName": "✈ 刺猬猫", 1449 | "bookSourceType": 0.0, 1450 | "bookSourceUrl": "http://www.ciweimao.com", 1451 | "bookUrlPattern": "", 1452 | "customOrder": 31, 1453 | "enabled": true, 1454 | "enabledExplore": true, 1455 | "header": "{\n \"User-Agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\"\n}", 1456 | "lastUpdateTime": 1.74256041654E12, 1457 | "loginUrl": "", 1458 | "respondTime": 5592.0, 1459 | "ruleBookInfo": { 1460 | "author": "class.book-title.0@tag.span.0@tag.a.0@text", 1461 | "coverUrl": "tag.img.0@src", 1462 | "init": "", 1463 | "intro": "class.book-desc.0@text", 1464 | "name": "tag.h1.0@text", 1465 | "tocUrl": "class.btn-more ly-fr@herf" 1466 | }, 1467 | "ruleContent": { 1468 | "content": "id.J_BookRead@textNodes||class.chapter@textNodes" 1469 | }, 1470 | "ruleExplore": { 1471 | "bookList": "" 1472 | }, 1473 | "ruleSearch": { 1474 | "author": "class.cnt.0@tag.p.1@tag.a.0@text", 1475 | "bookList": "class.rank-book-list@tag.li", 1476 | "bookUrl": "class.cnt.0@class.tit.0@tag.a.0@href", 1477 | "coverUrl": "tag.img.0@src", 1478 | "lastChapter": "class.cnt.0@tag.p.2@text##.*/", 1479 | "name": "class.cnt.0@class.tit.0@tag.a@text" 1480 | }, 1481 | "ruleToc": { 1482 | "chapterList": "class.book-chapter-list@tag.a", 1483 | "chapterName": "text", 1484 | "chapterUrl": "href" 1485 | }, 1486 | "searchUrl": "https://www.ciweimao.com/get-search-book-list/{{key}}/1", 1487 | "weight": 0.0 1488 | }, 1489 | { 1490 | "bookSourceComment": "", 1491 | "bookSourceGroup": "精品书源", 1492 | "bookSourceName": "✈ 秀书", 1493 | "bookSourceType": 0.0, 1494 | "bookSourceUrl": "http://www.xiumb12.com", 1495 | "customOrder": 32, 1496 | "enabled": true, 1497 | "enabledExplore": false, 1498 | "lastUpdateTime": 1.742560414523E12, 1499 | "respondTime": 5348.0, 1500 | "ruleBookInfo": { 1501 | "author": "[property=\"og:novel:author\"]@content", 1502 | "coverUrl": "[property=\"og:image\"]@content", 1503 | "init": "", 1504 | "intro": "[property=\"og:description\"]@content", 1505 | "kind": "{{@@[property=\"og:novel:category\"]@content}}\n{{@@[property=\"og:novel:update_time\"]@content}}\n{{@@.score_avg@em@text}}分", 1506 | "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content", 1507 | "name": "[property=\"og:novel:book_name\"]@content" 1508 | }, 1509 | "ruleContent": { 1510 | "content": "id.content@textNodes##秀书网为你提供最快的.*免费阅读。https://www.xiumb9.com" 1511 | }, 1512 | "ruleExplore": { 1513 | "bookList": "" 1514 | }, 1515 | "ruleSearch": { 1516 | "author": ".s4@a@text", 1517 | "bookList": ".novelslist2@ul@li!0", 1518 | "bookUrl": ".s2@a@href", 1519 | "checkKeyWord": "", 1520 | "kind": ".s6@text", 1521 | "lastChapter": ".s3@a@text", 1522 | "name": ".s2@a@text" 1523 | }, 1524 | "ruleToc": { 1525 | "chapterList": "id.list@dd@a", 1526 | "chapterName": "text", 1527 | "chapterUrl": "href" 1528 | }, 1529 | "searchUrl": "http://www.xiumb12.com/search.php?keyword={{key}}", 1530 | "weight": 0.0 1531 | }, 1532 | { 1533 | "bookSourceComment": "", 1534 | "bookSourceGroup": "精品书源", 1535 | "bookSourceName": "✈ 免费小说", 1536 | "bookSourceType": 0.0, 1537 | "bookSourceUrl": "http://api.motie.com", 1538 | "bookUrlPattern": "", 1539 | "customOrder": 33, 1540 | "enabled": true, 1541 | "enabledExplore": true, 1542 | "exploreUrl": "", 1543 | "lastUpdateTime": 1.742560419856E12, 1544 | "loginUrl": "", 1545 | "respondTime": 12244.0, 1546 | "ruleBookInfo": { 1547 | "init": "", 1548 | "intro": "introduce" 1549 | }, 1550 | "ruleContent": { 1551 | "content": "result.replace(/\\<|br|\\/|\\>/g,\"\\n\")@JSon:$..content" 1552 | }, 1553 | "ruleExplore": { 1554 | "bookList": "" 1555 | }, 1556 | "ruleSearch": { 1557 | "author": "authorName", 1558 | "bookList": "-@JSon:$.data.bookList", 1559 | "bookUrl": "http://api.motie.com/freeapp/1/book/{$.id}/chapter", 1560 | "coverUrl": "icon", 1561 | "kind": "bookTags", 1562 | "lastChapter": "introduce&&lastChapterName", 1563 | "name": "name@put:{book:$.id}" 1564 | }, 1565 | "ruleToc": { 1566 | "chapterList": "@JSon:$.data.data[1:]", 1567 | "chapterName": "name", 1568 | "chapterUrl": "https://api.motie.com/freeapp/1/book/@get:{book}_{{$.id}}" 1569 | }, 1570 | "searchUrl": "freeapp/1/search,{\n \"method\": \"POST\",\n \"body\": \"pageNo={{page}}&queryString={{key}}\"\n}", 1571 | "weight": 0.0 1572 | }, 1573 | { 1574 | "bookSourceComment": "", 1575 | "bookSourceGroup": "精品书源", 1576 | "bookSourceName": "✈ 酷匠网", 1577 | "bookSourceType": 0.0, 1578 | "bookSourceUrl": "http://m.kujiang.com#", 1579 | "customOrder": 34, 1580 | "enabled": true, 1581 | "enabledExplore": true, 1582 | "exploreUrl": "", 1583 | "header": "", 1584 | "lastUpdateTime": 1.722293684092E12, 1585 | "respondTime": 5519.0, 1586 | "ruleBookInfo": { 1587 | "author": "[property=\"og:novel:author\"]@content||[name=\"og:novel:author\"]@content", 1588 | "coverUrl": "[property=\"og:image\"]@content", 1589 | "init": "", 1590 | "intro": "🏷️简介:{{@@[property=\"og:description\"]@content}}\n{{'\\n——————————ܫ——————————\\n'}}\n{{'\\n✨制作者:孤仙\\n'}}", 1591 | "kind": "[class=\"introduce-title-species\"]@text", 1592 | "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content||[name=\"og:novel:latest_chapter_name\"]@content", 1593 | "name": "[property=\"og:novel:book_name\"]@content||\n[property=\"og:title\"]@content||[name=\"og:novel:book_name\"]@content", 1594 | "tocUrl": "[class=\"to-catalog\"]@href||text.查看目录@href", 1595 | "wordCount": "更新时间:{{@@[property=\"og:novel:update_time\"]@content||[name=\"og:novel:update_time\"]@content}}" 1596 | }, 1597 | "ruleContent": { 1598 | "content": "[class=\"content-font18\"]@p@textNodes||[id=\"readArticle\"]@p@textNodes", 1599 | "nextContentUrl": "text.下一页@href" 1600 | }, 1601 | "ruleExplore": {}, 1602 | "ruleSearch": { 1603 | "author": "p.2@span.0@text##作者:", 1604 | "bookList": "[class=\"kj_ph_box\"]", 1605 | "bookUrl": "[class=\"kj_ph_box\"]@href", 1606 | "checkKeyWord": "我的世界", 1607 | "coverUrl": "[class=\"kj_ph_box\"]@img@src", 1608 | "intro": "", 1609 | "kind": "[class=\"kjtitle overhide\"]@em@text", 1610 | "lastChapter": "[class=\"overhide\"]@textNodes", 1611 | "name": "[class=\"kjtitle overhide\"]@textNodes", 1612 | "wordCount": "[class=\"kjwords\"]@text" 1613 | }, 1614 | "ruleToc": { 1615 | "chapterList": "[class=\"catalog\"]@li", 1616 | "chapterName": "a.0@text", 1617 | "chapterUrl": "a.0@href", 1618 | "nextTocUrl": "text.下一页@href" 1619 | }, 1620 | "searchUrl": "http://m.kujiang.com/m/search?keyword={{key}}", 1621 | "weight": 0.0 1622 | }, 1623 | { 1624 | "bookSourceComment": "", 1625 | "bookSourceGroup": "精品书源", 1626 | "bookSourceName": "✈ 荷塘小说", 1627 | "bookSourceType": 0.0, 1628 | "bookSourceUrl": "https://www.myhetang.com", 1629 | "bookUrlPattern": "", 1630 | "customOrder": 35, 1631 | "enabled": true, 1632 | "enabledExplore": true, 1633 | "exploreUrl": "", 1634 | "header": "{\n\t\"User-Agents\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.92 Safari/537.36\"\n}", 1635 | "lastUpdateTime": 1.722294440263E12, 1636 | "loginUrl": "", 1637 | "respondTime": 12016.0, 1638 | "ruleBookInfo": { 1639 | "coverUrl": "class.BGsectionOne-top-left@img@src", 1640 | "intro": "class.BGsectionTwo-bottom@text", 1641 | "lastChapter": "class.newestChapter@a@text", 1642 | "tocUrl": "text.章节目录@href" 1643 | }, 1644 | "ruleContent": { 1645 | "content": "p@html", 1646 | "webJs": "" 1647 | }, 1648 | "ruleExplore": {}, 1649 | "ruleSearch": { 1650 | "author": "tag.a.2@text", 1651 | "bookList": "class.SHsectionThree-middle@tag.p", 1652 | "bookUrl": "tag.a.1@href", 1653 | "name": "tag.a.1@text" 1654 | }, 1655 | "ruleToc": { 1656 | "chapterList": "class.BCsectionTwo-top@li@a", 1657 | "chapterName": "text", 1658 | "chapterUrl": "href##$##,{\"webView\": true}", 1659 | "nextTocUrl": "text.下一页@href" 1660 | }, 1661 | "searchUrl": "https://www.myhetang.com/search/{{key}}", 1662 | "weight": 0.0 1663 | }, 1664 | { 1665 | "bookSourceComment": "", 1666 | "bookSourceGroup": "精品书源", 1667 | "bookSourceName": "✈ 云起书院", 1668 | "bookSourceType": 0.0, 1669 | "bookSourceUrl": "https://yunqi.qq.com", 1670 | "customOrder": 36, 1671 | "enabled": true, 1672 | "enabledExplore": true, 1673 | "lastUpdateTime": 1.722294016908E12, 1674 | "respondTime": 3811.0, 1675 | "ruleBookInfo": { 1676 | "author": "[property=\"og:novel:author\"]@content", 1677 | "coverUrl": "[property=\"og:image\"]@content", 1678 | "init": "", 1679 | "intro": "[property=\"og:description\"]@content", 1680 | "kind": "[property=\"og:novel:category\"]@content", 1681 | "lastChapter": "[property=\"og:novel:latest_chapter_name\"]@content", 1682 | "name": "[property=\"og:novel:book_name\"]@content", 1683 | "tocUrl": "", 1684 | "wordCount": ".book-info__categories@span@text" 1685 | }, 1686 | "ruleContent": { 1687 | "content": "id.article@p@textNodes" 1688 | }, 1689 | "ruleExplore": { 1690 | "bookList": "" 1691 | }, 1692 | "ruleSearch": { 1693 | "author": ".author@text", 1694 | "bookList": ".book-list", 1695 | "bookUrl": "a.0@href", 1696 | "coverUrl": "a.0@style##background-image: url\\(|\\)", 1697 | "intro": ".book-intro@text", 1698 | "kind": ".rect.0:1@text", 1699 | "name": "h4@text", 1700 | "wordCount": ".rect.2@text" 1701 | }, 1702 | "ruleToc": { 1703 | "chapterList": ".list@a", 1704 | "chapterName": "text", 1705 | "chapterUrl": "href" 1706 | }, 1707 | "searchUrl": "/search/{{key}}", 1708 | "weight": 0.0 1709 | }, 1710 | { 1711 | "bookSourceComment": "", 1712 | "bookSourceGroup": "精品书源", 1713 | "bookSourceName": "✈ 双语小说", 1714 | "bookSourceType": 0.0, 1715 | "bookSourceUrl": "http://www.shubang.net/book/", 1716 | "customOrder": 37, 1717 | "enabled": true, 1718 | "enabledExplore": false, 1719 | "lastUpdateTime": 1.722296019956E12, 1720 | "respondTime": 1099.0, 1721 | "ruleBookInfo": { 1722 | "init": "", 1723 | "kind": "class.tags@a@text", 1724 | "lastChapter": "tr.-1@td@a@text" 1725 | }, 1726 | "ruleContent": { 1727 | "content": ".line_en@text%%.line_cn@title", 1728 | "nextContentUrl": "class.pagebar@a.-1@href" 1729 | }, 1730 | "ruleExplore": { 1731 | "bookList": "" 1732 | }, 1733 | "ruleSearch": { 1734 | "author": "class.cont@p@text", 1735 | "bookList": "class.mcon@a", 1736 | "bookUrl": "a@href", 1737 | "checkKeyWord": "哈利", 1738 | "coverUrl": "class.cover@img@src", 1739 | "intro": "class.cont@ownText", 1740 | "kind": "", 1741 | "name": "h3@text" 1742 | }, 1743 | "ruleToc": { 1744 | "chapterList": "tr@td", 1745 | "chapterName": "a@text", 1746 | "chapterUrl": "a@href" 1747 | }, 1748 | "searchUrl": "http://www.shubang.net/book/?q={{key}}", 1749 | "weight": 0.0 1750 | }, 1751 | { 1752 | "bookSourceComment": "", 1753 | "bookSourceGroup": "精品书源", 1754 | "bookSourceName": "✈ 八一中文②", 1755 | "bookSourceType": 0.0, 1756 | "bookSourceUrl": "https://www.zwduxs.com", 1757 | "bookUrlPattern": "", 1758 | "customOrder": 38, 1759 | "enabled": true, 1760 | "enabledExplore": false, 1761 | "lastUpdateTime": 1.734356457041E12, 1762 | "loginUrl": "", 1763 | "respondTime": 2226.0, 1764 | "ruleBookInfo": { 1765 | "author": "id.info@tag.p.0@text##作\\s*者:", 1766 | "coverUrl": "id.fmimg@tag.img.0@src", 1767 | "intro": "id.intro@text", 1768 | "name": "id.info@tag.h1.0@text" 1769 | }, 1770 | "ruleContent": { 1771 | "content": "id.content@html" 1772 | }, 1773 | "ruleExplore": {}, 1774 | "ruleSearch": { 1775 | "author": "class.odd.1@text", 1776 | "bookList": "class.grid@tag.tr!0", 1777 | "bookUrl": "class.odd.0@tag.a.0@href", 1778 | "lastChapter": "class.even.0@tag.a.0@text", 1779 | "name": "class.odd.0@tag.a.0@text" 1780 | }, 1781 | "ruleToc": { 1782 | "chapterList": "id.list@tag.dd", 1783 | "chapterName": "tag.a@text", 1784 | "chapterUrl": "tag.a@href" 1785 | }, 1786 | "searchUrl": "https://www.zwduxs.com/modules/article/search.php?searchkey={{key}}&searchtype=articlename", 1787 | "weight": 0.0 1788 | }, 1789 | { 1790 | "bookSourceComment": "", 1791 | "bookSourceGroup": "精品书源", 1792 | "bookSourceName": "✈ 不可能世界", 1793 | "bookSourceType": 0.0, 1794 | "bookSourceUrl": "https://wenxue.bkneng.com", 1795 | "customOrder": 39, 1796 | "enabled": true, 1797 | "enabledExplore": true, 1798 | "lastUpdateTime": 1.722296222474E12, 1799 | "respondTime": 293.0, 1800 | "ruleBookInfo": {}, 1801 | "ruleContent": { 1802 | "content": "class.readMain_Content@html" 1803 | }, 1804 | "ruleExplore": {}, 1805 | "ruleSearch": { 1806 | "author": "class.indexBookList_AuthorName@text", 1807 | "bookList": "class.clearfix indexBookList_In", 1808 | "bookUrl": "a@href", 1809 | "checkKeyWord": "外婆会法术", 1810 | "name": "class.indexBookList_Name@text" 1811 | }, 1812 | "ruleToc": { 1813 | "chapterList": "class.bookInfo_Directory@a", 1814 | "chapterName": "text", 1815 | "chapterUrl": "href" 1816 | }, 1817 | "searchUrl": "https://wenxue.bkneng.com/wap/index/search?keyword={{key}}", 1818 | "weight": 0.0 1819 | }, 1820 | { 1821 | "bookSourceComment": "", 1822 | "bookSourceGroup": "精品书源", 1823 | "bookSourceName": "✈ 阅友小说", 1824 | "bookSourceType": 0.0, 1825 | "bookSourceUrl": "https://sma.yueyouxs.com/#♤pb", 1826 | "bookUrlPattern": "", 1827 | "customOrder": 40, 1828 | "enabled": true, 1829 | "enabledExplore": true, 1830 | "exploreUrl": "", 1831 | "header": "\n(()=>{\n\tvar ua = \"Mozilla/5.0 (Linux; U; Android 10; zh-Hans-CN; PCT-AL10 Build/HUAWEIPCT-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 Quark/4.0.5.137 Mobile Safari/537.36\";\n\tvar heders = {\"User-Agent\": ua};\n\treturn JSON.stringify(heders);\n})()\n", 1832 | "lastUpdateTime": 1.742558696939E12, 1833 | "loginUrl": "", 1834 | "respondTime": 1297.0, 1835 | "ruleBookInfo": { 1836 | "author": "class.v-words flex.0@text##作者:", 1837 | "coverUrl": "class.adMessage@img@src", 1838 | "init": "", 1839 | "intro": "id.intro@text", 1840 | "kind": "", 1841 | "lastChapter": "class.chapter-entrance flex-item@text", 1842 | "name": "class.face-info-title@text##\\(.*|\\(.*|免费阅读|全文.*阅读|最新章节", 1843 | "tocUrl": "class.sumchapter@tag.span@tag.a@href", 1844 | "wordCount": "class.v-words flex.2@text##字数:" 1845 | }, 1846 | "ruleContent": { 1847 | "content": "class.con@html##(本章完)|(本章未完,请翻页)|.*书友群.*|\\s", 1848 | "imageStyle": "0", 1849 | "nextContentUrl": "", 1850 | "replaceRegex": "", 1851 | "sourceRegex": "", 1852 | "webJs": "" 1853 | }, 1854 | "ruleExplore": { 1855 | "author": "$.authorName", 1856 | "bookList": "$..list[*]", 1857 | "bookUrl": "http://sma.yueyouxs.com/b/{$.wapBookId}.html", 1858 | "coverUrl": "$.bookPic", 1859 | "intro": "$.intro", 1860 | "kind": "$.classifySecondName&&\n$.updateTime&&\n$.classifyName", 1861 | "lastChapter": "$.latestChapterName", 1862 | "name": "$.bookName", 1863 | "wordCount": "$.words" 1864 | }, 1865 | "ruleSearch": { 1866 | "author": "$.authorName", 1867 | "bookList": "$..list[*]", 1868 | "bookUrl": "http://sma.yueyouxs.com/b/{$.wapBookId}.html", 1869 | "coverUrl": "$.bookPic", 1870 | "intro": "$.intro", 1871 | "kind": "$.classifySecondName&&\n$.updateTime&&\n$.classifyName", 1872 | "lastChapter": "$.latestChapterName", 1873 | "name": "$.bookName##\\(.*|\\(.*|免费阅读|全文.*阅读|最新章节", 1874 | "wordCount": "$.words" 1875 | }, 1876 | "ruleToc": { 1877 | "chapterList": "class.catalog_ls@li", 1878 | "chapterName": "tag.a@text", 1879 | "chapterUrl": "tag.a@href", 1880 | "isVip": "", 1881 | "nextTocUrl": "", 1882 | "updateTime": "" 1883 | }, 1884 | "searchUrl": "http://sma.yueyouxs.com/api/book/search?keyword={{key}}&page={{page}}", 1885 | "weight": 0.0 1886 | }, 1887 | { 1888 | "bookSourceComment": "", 1889 | "bookSourceGroup": "精品书源", 1890 | "bookSourceName": "✈ 茂鑫小说", 1891 | "bookSourceType": 0.0, 1892 | "bookSourceUrl": "http://www.tcmaoxin.org#", 1893 | "bookUrlPattern": "", 1894 | "concurrentRate": "", 1895 | "customOrder": 41, 1896 | "enabled": true, 1897 | "enabledExplore": false, 1898 | "exploreUrl": "", 1899 | "header": "", 1900 | "lastUpdateTime": 1.742560425457E12, 1901 | "loginCheckJs": "", 1902 | "loginUrl": "", 1903 | "respondTime": 3035.0, 1904 | "ruleBookInfo": { 1905 | "author": ".fix@p:nth-of-type(1)@text", 1906 | "init": "", 1907 | "intro": "[property=\"og:description\"]@content", 1908 | "kind": "[property~=category|update_time]@content", 1909 | "lastChapter": "p:nth-of-type(6)@a@text", 1910 | "name": "h1@text" 1911 | }, 1912 | "ruleContent": { 1913 | "content": "#content@textNodes" 1914 | }, 1915 | "ruleExplore": { 1916 | "bookList": "" 1917 | }, 1918 | "ruleSearch": { 1919 | "author": ".s4@text", 1920 | "bookList": ".txt-list@li!0", 1921 | "bookUrl": ".s2@a@href", 1922 | "checkKeyWord": "", 1923 | "kind": ".s1@text", 1924 | "lastChapter": "{{@@.s3@a@text}} • {{@@.s5@text}}", 1925 | "name": ".s2@a@text" 1926 | }, 1927 | "ruleToc": { 1928 | "chapterList": ".section-list.1@li@a", 1929 | "chapterName": "text", 1930 | "chapterUrl": "href", 1931 | "nextTocUrl": ".middle select option!0@value" 1932 | }, 1933 | "searchUrl": "http://www.tcmaoxin.org/search.php?keyWord={{key}}", 1934 | "weight": 0.0 1935 | }, 1936 | { 1937 | "bookSourceComment": "", 1938 | "bookSourceGroup": "精品书源", 1939 | "bookSourceName": "✈ 笔下文学", 1940 | "bookSourceType": 0.0, 1941 | "bookSourceUrl": "https://m.bxwxue.com", 1942 | "customOrder": 42, 1943 | "enabled": true, 1944 | "enabledExplore": true, 1945 | "exploreUrl": "", 1946 | "header": "{\"referer\": \"https://m.bxwxue.com/\",\n\"x-requested-with\": \"mark.via\",\n\"cookie\": \"waf_sc=5889647726; Hm_lpvt_b4a81670ae929c8e1a9ddedd3f6080ee={{Date.now()}}\",\n\"accept-language\": \"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\",\n\"user-agent\": \"Mozilla/5.0 (Linux; Android 10; PACM00 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.79 Mobile Safari/537.36\"}", 1947 | "lastUpdateTime": 1.742558705717E12, 1948 | "respondTime": 12016.0, 1949 | "ruleBookInfo": { 1950 | "author": "@get:{a}", 1951 | "coverUrl": "@get:{c}", 1952 | "init": "@put:{n:\"[property$=book_name]@content\",\na:\"[property$=author]@content\",\nk:\"[property~=category|status|update_time]@content\",\nw:\".detail span.-1@text\",\nl:\"[property$=latest_chapter_name]@content\",\ni:\"[property$=description]@content\",\nc:\"[property$=image]@content\",\nu:\"li.now a@href\",d:\"text.下载@href\"}", 1953 | "intro": "@get:{i}##.*观看小说:", 1954 | "kind": "@get:{k}", 1955 | "lastChapter": "@get:{l}", 1956 | "name": "@get:{n}", 1957 | "tocUrl": "@get:{u}", 1958 | "wordCount": "@get:{w}" 1959 | }, 1960 | "ruleContent": { 1961 | "content": ".content@html", 1962 | "nextContentUrl": "text.下一页@href" 1963 | }, 1964 | "ruleExplore": { 1965 | "bookList": "" 1966 | }, 1967 | "ruleSearch": { 1968 | "author": "a.2@text", 1969 | "bookList": ".list li", 1970 | "bookUrl": "a.0@href", 1971 | "checkKeyWord": "剑来", 1972 | "coverUrl": "img@src", 1973 | "intro": "p.intro@text", 1974 | "kind": "span@text", 1975 | "lastChapter": "a.-1@text", 1976 | "name": "a.1@text" 1977 | }, 1978 | "ruleToc": { 1979 | "chapterList": ".read li a", 1980 | "chapterName": "text", 1981 | "chapterUrl": "href", 1982 | "nextTocUrl": "option@value||text.下一页@href" 1983 | }, 1984 | "searchUrl": "@js:\nvar url=source.getKey();\nvar so=url+\"/search.html\",\nbody=\"searchkey=\"+key;\nvar times=Date.now();\nhead=JSON.parse(source.header);\ncookie=head.cookie;\nhead.cookie=cookie.\nreplace(/{{.*}}/,times);\nvar post=java.post(so,body,head)\n.header(\"Location\");\nString(post).replace(/\\d+.html/,\n\t`${page}.html`);", 1985 | "weight": 0.0 1986 | }, 1987 | { 1988 | "bookSourceComment": "", 1989 | "bookSourceGroup": "精品书源", 1990 | "bookSourceName": "✈ 笔趣阁", 1991 | "bookSourceType": 0.0, 1992 | "bookSourceUrl": "http://www.yingsx.com/", 1993 | "bookUrlPattern": "", 1994 | "customOrder": 43, 1995 | "enabled": true, 1996 | "enabledExplore": false, 1997 | "exploreUrl": "", 1998 | "header": "", 1999 | "lastUpdateTime": 1.742560429998E12, 2000 | "loginUrl": "", 2001 | "respondTime": 1877.0, 2002 | "ruleBookInfo": { 2003 | "coverUrl": "[property=\"og:image\"]@content", 2004 | "init": "", 2005 | "intro": "[property=\"og:description\"]@content" 2006 | }, 2007 | "ruleContent": { 2008 | "content": "id.content@html" 2009 | }, 2010 | "ruleExplore": { 2011 | "bookList": "" 2012 | }, 2013 | "ruleSearch": { 2014 | "author": ".s4@text", 2015 | "bookList": "id.main@li!0", 2016 | "bookUrl": "tag.a.0@href", 2017 | "lastChapter": "tag.a.1@text", 2018 | "name": "tag.a.0@text" 2019 | }, 2020 | "ruleToc": { 2021 | "chapterList": "id.list@a", 2022 | "chapterName": "text", 2023 | "chapterUrl": "href" 2024 | }, 2025 | "searchUrl": "http://www.yingsx.com/cse/search?q={{key}}&s=,{\n \"charset\": \"utf-8\"\n}", 2026 | "weight": 0.0 2027 | }, 2028 | { 2029 | "bookSourceComment": "", 2030 | "bookSourceGroup": "精品书源", 2031 | "bookSourceName": "✈ 华龙文学", 2032 | "bookSourceType": 0.0, 2033 | "bookSourceUrl": "https://m.hltxt.com", 2034 | "bookUrlPattern": "", 2035 | "customOrder": 44, 2036 | "enabled": true, 2037 | "enabledExplore": true, 2038 | "exploreUrl": "", 2039 | "header": "{\"User-Agent\":\"Mozilla/5.0 (Linux; Android 10; Build/QKQ1.190828.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.101 Mobile Safari/537.36\",\"cookie\":\"__duid=2_fcbe15baae4c95c341425f51ab4bd6e41666175281578; waf_sc=5889647726; novel_65277=796527%7C1684031714\",\"referer\":\"https://m.hltxt.com/search/2902/{{page}}.html\",\"Accept-Language\":\"zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7\"}", 2040 | "lastUpdateTime": 1.742558767731E12, 2041 | "loginUrl": "", 2042 | "respondTime": 4552.0, 2043 | "ruleBookInfo": { 2044 | "author": "p.author@text", 2045 | "canReName": "", 2046 | "coverUrl": "img.0@src", 2047 | "init": "", 2048 | "intro": "div.intro@text", 2049 | "kind": "span.layui-btn.2@text", 2050 | "lastChapter": "p.new@text##最新章节:", 2051 | "name": "strong.0@text", 2052 | "tocUrl": "text.查看全部章节列表@href", 2053 | "wordCount": "span.layui-btn.1@text" 2054 | }, 2055 | "ruleContent": { 2056 | "content": "div.content@html##\\s*.*请大家收藏:.*\\s*", 2057 | "imageStyle": "", 2058 | "nextContentUrl": "", 2059 | "replaceRegex": "", 2060 | "sourceRegex": "", 2061 | "webJs": "" 2062 | }, 2063 | "ruleExplore": { 2064 | "author": "", 2065 | "bookList": "", 2066 | "bookUrl": "", 2067 | "coverUrl": "", 2068 | "intro": "", 2069 | "kind": "", 2070 | "lastChapter": "", 2071 | "name": "" 2072 | }, 2073 | "ruleSearch": { 2074 | "author": "a.layui-btn@text", 2075 | "bookList": "ul.list li", 2076 | "bookUrl": "a@href", 2077 | "coverUrl": "img@src", 2078 | "intro": "p.intro@text", 2079 | "kind": "span.layui-btn.0@text", 2080 | "lastChapter": "p.data.1@text", 2081 | "name": "p.bookname@text||p.bookname@text", 2082 | "wordCount": "" 2083 | }, 2084 | "ruleToc": { 2085 | "chapterList": "ul.read li a", 2086 | "chapterName": "text", 2087 | "chapterUrl": "href", 2088 | "isVip": "", 2089 | "nextTocUrl": "option@value", 2090 | "updateTime": "" 2091 | }, 2092 | "searchUrl": "https://m.hltxt.com/search.html,{\n \"body\": \"searchkey={{key}}\",\n \"method\": \"POST\"\n}", 2093 | "weight": 0.0 2094 | }, 2095 | { 2096 | "bookSourceComment": "", 2097 | "bookSourceGroup": "精品书源", 2098 | "bookSourceName": "✈ 布咕阅读", 2099 | "bookSourceType": 0.0, 2100 | "bookSourceUrl": "http://app.api.bgwxc.com", 2101 | "customOrder": 45, 2102 | "enabled": true, 2103 | "enabledExplore": true, 2104 | "exploreUrl": "", 2105 | "lastUpdateTime": 1.742558753795E12, 2106 | "loginUrl": "", 2107 | "respondTime": 2140.0, 2108 | "ruleBookInfo": { 2109 | "author": "$.author@put:{tid:$.tid}", 2110 | "coverUrl": "http://buguceshi.oss-cn-shenzhen.aliyuncs.com/{{$.src}}", 2111 | "init": "$.data.info", 2112 | "intro": "

{{$.text}}

", 2113 | "kind": "{{$.type&&$.state}}\n{{time=java.timeFormat(java.getString('$.updatetime')*1000),java.put('time',String(time).replace(/\\s.*/,'').replace(/\\//g,'-'))}}", 2114 | "lastChapter": "{{$.new_name}} • @get:{time}", 2115 | "name": "$.name@put:{nid:$.nid}", 2116 | "tocUrl": "http://app.api.bgwxc.com/app/novel/menus,{\n \"body\": \"nid={{$.nid}}&tid={{$.tid}}&sort=0&page=1\",\n \"method\": \"POST\"\n}", 2117 | "wordCount": "$.zishu" 2118 | }, 2119 | "ruleContent": { 2120 | "content": "$.data.chapter.contentp" 2121 | }, 2122 | "ruleExplore": { 2123 | "bookList": "" 2124 | }, 2125 | "ruleSearch": { 2126 | "author": "$.author", 2127 | "bookList": "$.data.list||$.data", 2128 | "bookUrl": "http://app.api.bgwxc.com/app/novel/getNovelInfo,{\n \"body\": \"nid={{$.nid}}&tid={{$.tid}}&funname=book\",\n \"method\": \"POST\"\n}", 2129 | "coverUrl": "http://buguceshi.oss-cn-shenzhen.aliyuncs.com/{{$.src}}", 2130 | "intro": "$.text##\\n## ", 2131 | "kind": "{{$.type}}\n连载中{{$.timelimitStatus||$.state}}已完结\n{{time=java.getString('$.updatetime'),time=time.match(/^\\d+$/)?java.timeFormat(time):time,java.put('time',String(time).replace(/\\s.*/,'').replace(/\\//g,'-'))}}\n##连载中1|连载中已完结|0已完结", 2132 | "lastChapter": "$.new_name\n@js:\nresult?result+\" • @get:{time}\":\"\"", 2133 | "name": "$.name", 2134 | "wordCount": "$.zishu" 2135 | }, 2136 | "ruleToc": { 2137 | "chapterList": "$.data.menu", 2138 | "chapterName": "$.cname", 2139 | "chapterUrl": "http://app.api.bgwxc.com/app/novel/contentV2,{\n \"body\": \"tid=@get:{tid}&nid=@get:{nid}&cid={{$.cid}}&op={{$.isvip}}&sop=0&token=b42a3abf03892d38bb9df2a0bceb8ff16494db8b\",\n \"method\": \"POST\"\n}", 2140 | "isPay": "$.isvip", 2141 | "isVip": "//删掉这行字,vip章节会显示🔓\n$.isvip" 2142 | }, 2143 | "searchUrl": "http://app.api.bgwxc.com/app/novel/searchNovelV2,{\n \"body\": \"key={{key}}&type=3&page={{page}}&token=\",\n \"method\": \"POST\"\n}", 2144 | "weight": 0.0 2145 | }, 2146 | { 2147 | "bookSourceComment": "", 2148 | "bookSourceGroup": "精品书源", 2149 | "bookSourceName": "✈ 五五读书", 2150 | "bookSourceType": 0.0, 2151 | "bookSourceUrl": "https://www.changduzw.com/", 2152 | "customOrder": 46, 2153 | "enabled": true, 2154 | "enabledExplore": false, 2155 | "exploreUrl": "", 2156 | "lastUpdateTime": 1.742560434121E12, 2157 | "respondTime": 2843.0, 2158 | "ruleBookInfo": { 2159 | "author": ".status .author@text", 2160 | "coverUrl": ".imgbox img@data-src", 2161 | "init": "", 2162 | "intro": ".jianjie@html", 2163 | "kind": ".status a.0@text&&.status span.-1:0@text##小说", 2164 | "lastChapter": ".status a.1@text##[\\((【].*?[求更票谢乐发订合补加架字修Kk].*?[】)\\)]|K", 2165 | "name": ".status h1@text", 2166 | "tocUrl": "text.点击阅读@href" 2167 | }, 2168 | "ruleContent": { 2169 | "content": "#htmlContent@html", 2170 | "replaceRegex": "##欢迎广大书友.*|.*55读书.*" 2171 | }, 2172 | "ruleExplore": { 2173 | "author": ".sp_3@text", 2174 | "bookList": ".sk_cont li!0", 2175 | "bookUrl": "a.1@href", 2176 | "coverUrl": "a.1@href##.+\\D((\\d+)\\d{3})\\D##https://www.changduzw.com/files/article/image/$2/$1/$1s.jpg###", 2177 | "kind": ".sp_1@text&&.sp_6@text&&.sp_4@text##\\[|\\]|小说", 2178 | "name": ".sp_2@text", 2179 | "wordCount": "" 2180 | }, 2181 | "ruleSearch": { 2182 | "author": "td.2@text", 2183 | "bookList": "tbody tr!0", 2184 | "bookUrl": "a.0@href", 2185 | "coverUrl": "a.0@href##.+\\D((\\d+)\\d{3})\\D##https://www.changduzw.com/files/article/image/$2/$1/$1s.jpg###", 2186 | "kind": "td.5:4@text", 2187 | "lastChapter": "a.1@text##[\\((【].*?[求更票谢乐发订合补加架字修Kk].*?[】)\\)]", 2188 | "name": "a.0@text", 2189 | "wordCount": "" 2190 | }, 2191 | "ruleToc": { 2192 | "chapterList": ".mulu_list li a", 2193 | "chapterName": "text##[\\((【].*?[求更票谢乐发订合补加架字修Kk].*?[】)\\)]|K", 2194 | "chapterUrl": "href" 2195 | }, 2196 | "searchUrl": "/modules/article/search.php,{\n \"charset\": \"utf-8\",\n \"method\": \"post\",\n \"body\": \"searchkey={{key}}&searchtype=articlename&submit=\"\n}", 2197 | "weight": 0.0 2198 | }, 2199 | { 2200 | "bookSourceComment": "", 2201 | "bookSourceGroup": "精品书源", 2202 | "bookSourceName": "✈ 衍墨轩书", 2203 | "bookSourceType": 0.0, 2204 | "bookSourceUrl": "https://www.ymxshuwu.com", 2205 | "bookUrlPattern": "https://www.ymxshuwu.com/ml/\\d+/", 2206 | "customOrder": 47, 2207 | "enabled": true, 2208 | "enabledExplore": true, 2209 | "exploreUrl": "", 2210 | "header": "{\n\"Cookie\":\"Hm_lvt_7fcb840f05292022d7891ede141cc33d=1625028707\"\n}", 2211 | "lastUpdateTime": 1.742558735543E12, 2212 | "loginUrl": "", 2213 | "respondTime": 3727.0, 2214 | "ruleBookInfo": { 2215 | "author": "id.info@tag.p.0@a@text", 2216 | "coverUrl": "id.fmimg@tag.img@src", 2217 | "init": "", 2218 | "intro": "id.intro@tag.p.0@text", 2219 | "kind": "id.info@tag.p.2@text##最后更新:", 2220 | "lastChapter": "id.info@tag.p.3@a@text##免费章节 |正文卷 |正文 |VIP章节 ", 2221 | "name": "id.info@h1@text##\\(.*|\\(.*|免费阅读|全文.*阅读|最新章节" 2222 | }, 2223 | "ruleContent": { 2224 | "content": "id.content@html##因某些原.*突然出现大量.*到回家的路!|喜欢.*更新速度最快。|您可以在百度.*查找最新章节!|.*最新章节地址.*|.*全文阅读地址.*|.*txt下载地址.*|.*手机阅读.*|为了方便下次阅.*下次打开书架即可看到!|喜欢.*请向你的朋友.*|本章未完.*后面更精彩!", 2225 | "nextContentUrl": "text.下一页@href" 2226 | }, 2227 | "ruleExplore": { 2228 | "author": "tag.dd.1@text", 2229 | "bookList": "class.novelslist2@tag.dl", 2230 | "bookUrl": "tag.dd.0@tag.a.0@href", 2231 | "coverUrl": "tag.dt@tag.a@img@src", 2232 | "intro": "tag.dd.2@text", 2233 | "kind": "class.uptime@text", 2234 | "lastChapter": "tag.dd.3@tag.a@text", 2235 | "name": "tag.dd.0@tag.a.0@text" 2236 | }, 2237 | "ruleSearch": { 2238 | "author": "class.book_other.0@tag.span.0@text", 2239 | "bookList": "id.sitembox@tag.dl", 2240 | "bookUrl": "tag.dd@tag.h3@tag.a@href", 2241 | "coverUrl": "tag.dt@tag.a@img@src", 2242 | "intro": "class.book_des@text", 2243 | "kind": "class.book_other.0@tag.span.2@text", 2244 | "lastChapter": "class.book_other.1@tag.a@text##免费章节 |正文卷 |正文 |VIP章节 ", 2245 | "name": "tag.dd@tag.h3@tag.a@text##\\(.*|\\(.*|免费阅读|全文.*阅读|最新章节", 2246 | "wordCount": "class.book_other.0@tag.span.3@text" 2247 | }, 2248 | "ruleToc": { 2249 | "chapterList": "class.box_con@tag.dd!0:1:2:3:4:5:6:7:8:9:10:11", 2250 | "chapterName": "tag.a@text", 2251 | "chapterUrl": "tag.a@href" 2252 | }, 2253 | "searchUrl": "https://www.ymxshuwu.com/search.html,{\r\n \"method\": \"POST\",\r\n \"body\": \"searchtype=all&searchkey={{key}}\"\n}", 2254 | "weight": 0.0 2255 | }, 2256 | { 2257 | "bookSourceComment": "", 2258 | "bookSourceGroup": "精品书源", 2259 | "bookSourceName": "✈ 通用书源", 2260 | "bookSourceType": 0.0, 2261 | "bookSourceUrl": "通用书源", 2262 | "bookUrlPattern": ".*", 2263 | "customOrder": 48, 2264 | "enabled": true, 2265 | "enabledExplore": false, 2266 | "exploreUrl": "", 2267 | "header": "{\"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.3.1212.666 Safari/537.36\"}", 2268 | "lastUpdateTime": 1.747821100811E12, 2269 | "respondTime": 1.0, 2270 | "ruleBookInfo": { 2271 | "author": "@get:{x}", 2272 | "canReName": "true", 2273 | "coverUrl": "@js:(s=java.getStringList('img[alt*='+book.name+']@src||meta[property$=image]@content||img[src~=(cover|file|article)[^a-z]|/\\\\d+[/_-]\\\\d+(s?\\\\.|$)]@src||img[data-src~=\\\\S]@data-src||img[src*=/img]@src||img[src~=^(data|https?):|^[^:]+/]@src')).size()?/^data:/.test(s=s.get(0))?java.base64Encode(s):s:null", 2274 | "init": "", 2275 | "intro": "@js:'  '+java.get(\"g\")", 2276 | "kind": "@js:java.get(\"v\")", 2277 | "lastChapter": "@get:{z}", 2278 | "name": "@js:\nj=String(java.get(\"custom\")).match(/^ *((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)/);\n\nkey=String((u=(baseUrl=String(book.bookUrl).replace(/,{[^{}]+}$/,'')).match(/^(.+)\\?((?:[录原单动静直全跳逆字图]|\\[[^\\[\\]]+\\]|\\d+#[^#]+#)+)$/))&&(baseUrl=u[1])&&j?j[1]+u[2]:u?u[2]:j?j[1]:'');\n\n$=it=>(fn=r.select(it)).size()&&(fn=fn.first());\n\nr=org.jsoup.Jsoup.parse(result);\nr.select(\"script,noscript,style,head>:not(meta,title),footer,[class~=^foot],[id~=^foot],a:has(>:last-child:matchesOwn(^分类$)),[value]\").remove();\n\nm=String(r).replace(/(?: )+/g,\" \");\n\n书=false;\nn=($('[property$=book_name]')&&(书=String(fn.attr('content')).replace(/^[\\s「『【〖((\\[]+/,\"\"))\n||(function(){\nif($('title')&&(书=String(fn.text()).replace(/^(简介页|详情页|目录页|正版|全本|免费阅读|[\\s。.,_/|「『【〖((\\[\\]))〗】』」─—-]+)+/,\"\"))){\nfor(x=0,c=r.select(\"h1,h2,h3,strong\").eachText();x\\s*([^>]+?)(?:\\s*<\\/[a-z]+>\\s*|\\s+)著\\s*<|[\\s\\[\\];?!,.()、,;?!。…─()[]〖〗【】>《》](?:小说|漫画)?作\\s*者(?![^>]+->)(?:[::\\s〖【(《[\\[\\(]|<[^it\\/][^>]*>|<\\/[^>]+>)+([^\\s<\">,,//||\\)\\]]》)】〗]+)/);\nx=x?x[1]?x[1]:x[2]:$('#author,.author')?String(fn.text()).replace(/(?!^)[//||,,\\s][^⚙️]*$/,\"\"):\"\"}\njava.put(\"x\",x);\n\nc=(fn=r.select(\"meta[property~=category$]\")).size()?String(fn.attr(\"content\"))\n.replace(/(?!^)\\s*[,,.//||]\\s*/,\",\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、,;?!。…─()[]〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)(?:[分大]\\s*类|类\\s*[型别])(?:[::\\s]|<[^>]+>)+([^\\s<.\"//||>]+)/))&&fn[1];\nif(c)java.put(\"v\",c);\n\nc=(fn=r.select(\"meta[property~=status$]\")).size()?fn.attr(\"content\"):(fn=m.match(/(?:[\\s\\[\\];?!,.()、,;?!。…─()[]〖〗【】》]|<[^a/][^>]*>|<\\/[^>]+>)状\\s*态(?:[::\\s]|<[^>]+>)+([^\\s<.\"//||>]+)/))&&fn[1];\nif(c)java.put(\"s\",c);\n\nc=$('meta[property~=latest_chapter_name$]')?fn.attr(\"content\"):(fn=m.match(/>(?:\\s*[更最]\\s*[新近])+(?:\\s*章\\s*节)?(?:[::\\s\\[]|<[^>]+>)+(?!\\s*(?:-|>)\\s*<|[::\\s0-9T年月日时分秒*-]{5,}<|[^::]+[^章\\s]\\s*[::]\\s*<|更新(?:时间)?[::])([^<\"//||\\]>]+)/))&&fn[1];\nif(c)java.put(\"z\",c);\n\n正=true;\nif(key.length){\nif(~key.indexOf(\"全\"))java.put(\"全\",1);\nif((\nu=key.match(/[^\\[\\]]+(?=\\])/),\nc=~key.indexOf(\"录\"),\ny=~key.indexOf(\"单\"),\nbaseUrl=u?u[0]:baseUrl,\n(c||u)&&(baseUrl=c||y?(baseUrl=String((c=baseUrl.match(/(.+[^\\d])(\\d+)([^\\d]*)$/))[1]+1+c[3]),\nc=c[2]+'🌕'+c[1]+'🌕'+2+'🌕'+c[3],\nbaseUrl):baseUrl)\n)||~key.indexOf(\"直\")\n)java.put(\"目\",1),正=1;\nif(~key.indexOf(\"录\"))java.put(\"录\",c),正=1;\nif(y||~key.indexOf(\"#\")){\nif(!u){\nif((网=key.match(/(\\d+)#([^#]+)/))\n&&(尾=网[1],网=网[2].match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n||(尾=r.select('a[href~=\\\\d[^/?\\\\d]*$]:matches(^(尾|末|最后一)[頁页篇章回节節话話]$)')).size()\n&&(网=r.select('a:matches(^2$)')).size()\n&&(网=String(网.first().attr('href')).match(/^(.*[^\\d])([12])([^/?\\d]*)$/))\n&&(尾=String(尾.first().attr('href')).match(/\\d+(?=[^/?\\d]*$)/)[0])){\nc=尾+'🌕'+网[1]+'🌕'+网[2]+'🌕'+网[3]\n}else if((c=r.select('a:matches(^(\\\\d+|…+|\\\\.+)$)')).size()){\nif((网=String(c).split(/]+>[^\\d<]+<\\/a>/)).length==2){\nfor(c=网[0],尾=网[1],x=+网[1].match(/>([^<]+)/)[1],网=网[0].match(/href=\"([^\"]*[^\\d])(\\d+)([^/?\\d\"]*)\"[^>]*>([^<]+)<[^<]+$/),j=+网[4],i=+网[2]-j;j\"+j+\"\";\nc+=尾}\n}else c=1}\njava.put(\"单\",c),正=false}\nif(~key.indexOf(\"跳\"))java.put(\"跳\",1);\nif(~key.indexOf(\"逆\"))book.setReverseToc(true);\nelse book.setReverseToc(false);\nif((u=~key.indexOf(\"图\"))||~key.indexOf(\"原\"))java.put(\"原\",1);\nif(~key.indexOf(\"动\"))java.put(\"动\",',{\"webView\":true}');\nelse if(~key.indexOf(\"静\"))java.put(\"静\",1);\nif(u||~key.indexOf(\"字\"))java.put(\"文\",u?1:2)\n}else book.setReverseToc(false);\n\nc=(fn=r.select(\"meta[property$=description][content~=\\\\S]\")).size()?fn.get(fn.size()-1).attr(\"content\"):(r.select(':matchesOwn([\\\\u4e00-\\\\u9fa5]{2,})>:not(br),:not(body,br,:matchesOwn([\\\\s\\\\S]{50}),:has(body,:matchesOwn([\\\\s\\\\S]{50})))').remove(),r.select(\":matchesOwn(\\\\S)\").text());\n\njava.put(\"g\",c=String(c).replace(/[\\snbsp;]*(?: |\\s){2,}|\\s*([?!。]+[”」』\\]\\}\\))}】〗〕〉]?)\\s*/g,\"$1  \").replace(/(?=  )/g,\"\\n\"));\n\nif(c.length&&(c=c.match(/(.{0,2})《([^《》]+)》(.{0,3})/))&&c[3]!=\"作品集\"&&!c[1].match(/新[书作]/)&&(c=c[2],书?~String(书).indexOf(c)&&!~c.indexOf(n):true))n=c;\n\nif(正==1)m=java.ajax(baseUrl);\njava.setContent(m,baseUrl);\n\nif(正){\nzl=java.getStringList(\"[property$=latest_chapter_url]@content||:matches(^最新章节)>a:only-child:not([href~=^$|#|javascript:])@href||a:matches(^正文\\\\s*[\\\\d第一二三四五六七八九十〇零百千]|^[【《]?(\"+n+\")?[\\\\s》】(\\\\u0028::__--]*(第[\\\\s0〇零]*[一1]\\\\s*[\\\\u4e00-\\\\u9fa5]|([\\\\u4e00-\\\\u9fa5]{2}阅读[(\\\\u0028::__--]?)?(0*1([)\\\\u0029.、::_-]|$)|[〇零]*一([)\\\\u0029\\\\s.、::_-]|$)))):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:|\"+(bas=baseUrl.replace(/\\/+$|\\.[a-zA-Z]+$/,'')).match(/[^?/]+$/)[0].replace(/([*$|?+\\\\\\^\\[\\](){}])/g,'\\\\$1')+\"(?:[/_-]1)?(?:\\\\/|\\\\.[a-zA-Z]+)?$])@href||a:matches(^[^\\\\u4e00-\\\\u9fa5]*(免费|在线|开始|立即|全文|正文|从头)+[试阅]读[^\\\\u4e00-\\\\u9fa5]*$):not([href~=^$|#|javascript:])@href||a:matches(^0*1[^\\\\d]):not([href~=(^|[^/])/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&_-]*$|^$|#|javascript:])@href\");\n\nif(zl.size()&&(ck=String(zl.get(0)).match(/^(.*\\/\\/[^/]+)?([/?]?[^/].+[?&/_-])[^&/_-]+\\/?$/)))(jd=ck[1])&&(h=baseUrl.lastIndexOf('/',baseUrl.indexOf(jd.match(/(?:\\.[^.]+){2,}$|[^./]+\\.[^.]+$/)[0])))>8&&(\nq=baseUrl.indexOf(':'),\n(bas=java.get(baseUrl=baseUrl.slice(0,q+2)+baseUrl.slice(h),{})).statusCode()==200&&java.setContent(bas.body(),baseUrl)\n),java.put(\"ck\",ck[2])}\nn", 2279 | "tocUrl": "@js:if(java.get(\"单\")==''){\nif(java.get(\"录\")==java.get(\"目\")){\nr=org.jsoup.Jsoup.parse(result);\n\nscript=r.select(\":matchesOwn(^$)>a[href^=javascript:]:matches(全文|章[節节]|目[錄录]):not(:matches(最新))\");re=false;\n\nif(!script.size()){\nba=(bas=baseUrl.replace(/\\/$|\\.[a-zA-Z]+$/,'')).match(/(http....[^/?]+)(?:([?/])(.*))?$/);b=ba[1];v=ba[3];\n\nr.select(\"a[href~=[^a-z]page[^a-z]]:not(:matches([反正顺順逆倒]序|[全正]文|更多|全部|所有|章[節节]|作品|目[錄录]|列表)),a:not([href~=^(?!//)[^#:]+$|\"+b.split(':')[1]+\"]),:matchesOwn(\\\\S)>a,a[href~=javascript:|#],a:matches(^\\\\S{1,4}$):not(:matches([反正顺順逆倒]序|[阅閱][讀读]|查看|展[开開]|进入|[全正]文|更多|完整|全部|所有|目[錄录]|列表|章[節节]):not(:contains(分类)))\").remove();\n\ny=r.select(\"a[href~=(?i)catalog|contents|chapters|mulu|(^|[^a-z])ml|showchapter|(^|chapter[/_-]?|\"+v.replace(/(.+)((\\/\\d\\d)\\d+)$/,\"$1$3$2\")+\"[/_-])(more|list|all)|sort[/=_-]asc]\");\n\nif(!y.size()){b3='';\n\nif(ba[2]==\"?\"){\nb3='[href~=^[^?]+$],'\n}else if(ba[3]){\nb3=ba[3].replace(/[*$|?+\\\\\\^\\[\\](){}]/g,'\\\\$0');\n\nb3=\"[href~=\"+b3+\"(\\\\.[^.]+|/\\\\d+(\\\\.[^.]+|/)?)?$],[href~=[/?]\"+b3.replace(/[&/_-][^/_-]+$/,'')+\".*$]:not([href~=[/?]\"+b3.replace(/[/_-]/g,'[/_-]')+\"]),\"}\n\ny=r.select(\"a:not(\"+b3+\"[href~=(?i)(^|[^/])[?/].*((book|[^a-z])(info|case)[^a-z]|(cid|buy)[^a-z]|desc|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/chapter|/index/|/d/],:matches((?i)^$|[0-9零〇一二三四五六七八九十百千万、,:;?!。…‘’“”()()]|[票榜::.]|推荐|排行|等级|说明|收藏|书评|简介|分[类卷]|简介|作者|手机|软件|应用|安装|客户|移动|pc|电脑|安卓|苹果|下载|最新|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub))\")}\n\nif(y.size()){\nys=y.select(\"a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|read|all]:matches([反正顺順逆倒]序|全文|章[節节]|目[錄录]):not(:matches(阅读)),a[href~=(?i)catalog|contents|chapter|(^|[^a-z])ml|mulu|read]:matches(更多|列表),a[href~=(?i)catalog|contents|list|chapter|mulu|(^|[^a-z])ml|more|all]:matches(^$),a:matches(^[^\\\\u4e00-\\\\u9fa50-9]*([反正顺順逆倒]序|全文(免[費费])?[阅閱][讀读]|(点击|查看|展[开開]|进入|返?回到?)*([全正]文|(更多|完整|全部|所有)?(章[節节]|(作品)?目[錄录])+)+(列表)?(\\\\s*(查看|展开)?更多)?)[^\\\\u4e00-\\\\u9fa50-9]*$)\");zt=false;\n\nif(!ys.size()){\nba=bas.match(/(\\?(?:[^=]+=)+)(.+)$/)||bas.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/index[^/]*)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/))id=xi[1];\nif(ba[1])if(xi=ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=/^\\d$/.test(id)||!xi[1].indexOf(id)?xi[1]:\"(\"+id+\"|\"+xi[1]+\")\";\n\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?\"+id+\"([?_-][a-z=_-]*0|\\\\.[^.]+|[/?]([^\\\\d]*|[^/\\\\d]*/?|(list|more|all)([=_-][a-z]*)?\\\\d+[^\\\\d]*)?)?(&.+)?$]:not(:contains(\"+(bs=String(book.name)[0])+\"))\");\n\nif(!ys.size()){zt=true;\nys=y.select(\"[href~=(?i)^((.*//[^/]+/)?[^=.]*[^\\\\d=.])?(\\\\d+/\"+id+\"[_-]\\\\d+[^\\\\d]*|\"+id+\"[_-][a-z_-]*1[^\\\\d]*)$]:not(:matches(阅读|\"+bs+\"))\")}}\n\nif(ys.size()){\nif((re=ys.select(\"[href~=(/|^)[^.]+$]\")).size())ys=re;\nre=String(ys.first().attr(\"href\"));\n\nfor(x=1;xre.length)re=xs;\n\nif(/(?:[2-9]\\d*|1\\d+)[^\\d]*$/.test(re)){\nif(!zt&&(q=re.match(/^(.*[^/])?[&?/].*(?:catalog(ue)?|contents|(?:show)?chapters?|mulu|ml|more|all|list|page)(?:[=_-][a-z]*)?\\d+[^\\d]*$/i))&&v==(q[1]||'').replace(/^http....[^/?]+/,''))zt=true;\nif(zt)re=re.replace(/\\d+(?=[^\\d]*$)/,\"☯1\")}\n\n}}}\n\nre=String(!re?baseUrl:(java.put(\"基\",baseUrl),/^\\/[^/]/.test(re)?b+re:/^https?:/.test(re)?re:/^\\/\\//.test(re)?b.split('//')[0]+re:String(baseUrl).replace(/[^/]*$/,'')+re))}else re=baseUrl;\n\nr=re.replace(/(?:[☯?&/_-][^\\d?/&_-]*[01])+[^\\d]*$/,\"\");\njava.put(\"ba\",r);\nre=re.replace(\"☯\",\"\")}else re=baseUrl;\n\njava.get(\"跳\")==1||re==baseUrl&&/,/.test(book.bookUrl)?re+',{\"webView\":true}':re", 2280 | "wordCount": "@get:{s}" 2281 | }, 2282 | "ruleContent": { 2283 | "content": "@js:dt=lr='';c=1;动=java.get(\"动\");\nif(动!=''&&!~baseUrl.indexOf(\",\")){\nresult=String(java.ajax(baseUrl+动))\n}else if(java.get(\"静\")==动)c=dt=2;\n\nr=org.jsoup.Jsoup.parse(r1=result.replace(/ /g,' '));\n查=i=java.get(\"序\");\n\nif(java.get(\"文\")==1){for(;c;c--){\nd=[\"img[data-src],img[src~=[^a-z]cid[^a-z]]\"\n,\"img:not([src~=(?i)^$|^javascript:|\\\\.gif|\\\\.png|[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,\"img[src~=(?i)\\\\.png]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])\"\n,'img[src~=(?i)\\\\.gif]:not([src~=(?i)[^a-z](cover|css|ic(on)?|load(ing|ed)?)[^a-z]])'];\n\nif(!(查!=\"\"&&(查!=-1&&((lr=r.select(d[查])).size(),true)))){\n$=it=>(lr=r.select(it)).size();\nif($(d[i=0])||$(d[i=1])||$(d[i=2])||false)break;\n\nif(c==2){dt=1;\nr=org.jsoup.Jsoup.parse(java.ajax(baseUrl+',{\"webView\":true}'))\n}else i=$(d[3])?3:-1}}\nif(i==0)lr=String(lr).replace(/(?:src=['\"][^'\"]+['\"] +)?data-/g,'');\nif(查==\"\")book.putVariable(\"序\",i);\n\n}else{\nsc=java.get(\"文\")==2?\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br)),a>*,:has(a):not(:matchesOwn([\\\\S\\\\s]{50,}),:has(:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(br,a,:matchesOwn([\\\\s\\\\S]{50})),:not(br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,div:matchesOwn(,|。)+div:matchesOwn(,|。)),:has(p,br,div:matchesOwn(,|。)+div:matchesOwn(,|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))'\n:\n'[style~=(?i)text-align:center|(^| |;)color: *(rgb.(?!255[ ,]+255[ ,]+255)[\\\\d, ]*2\\\\d\\\\d|#(?=[a-f\\\\d]{3}([^a-f\\\\d]|$))(?!fff)[a-f\\\\d]*[d-f]|#(?=[a-f\\\\d]{4})(?!ffffff)([\\\\da-f]{2})*[d-f][\\\\da-f]|green|red|blue|yellow|purple|pink|brown)],script,noscript,style,header,footer,[class~=^foot|^head],[id~=^foot|^head],:has(>a):not(:has(p:matchesOwn(\\\\S),br,img:not([src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg]))),img[src~=(?i)^$|^javascript:|[^a-z](css|ic(on)?|load(ing|ed)?)[^a-z]|/\\\\d+s\\\\.jpg],a:not(:matches(^$)>img)>*,:has(a):not(img,:matchesOwn([\\\\S\\\\s]{50,}),:has(img,:matchesOwn([\\\\S\\\\s]{50,}))),:matchesOwn([\\\\s\\\\S]{50})>:not(img,br,a,:has(img),:matchesOwn([\\\\s\\\\S]{50})),:not(img,br,p,a,:matches([\\\\s\\\\S]{200}),:has(p,br,img,div:matchesOwn(,|。)+div:matchesOwn(,|。)),:has(img,p,br,div:matchesOwn(,|。)+div:matchesOwn(,|。)) :matchesOwn(\\\\S):not(:not(p,div,span:has(br))))';\n\nd=[\":matchesOwn(\\\\S):has(br):has(:matchesOwn(\\\\S):has(br))\"\n,\":matchesOwn(\\\\S):has(br)\"\n,\":has(>:matchesOwn(\\\\S):not(:has(*))+:matchesOwn(\\\\S):not(:has(*)))\"\n,\":has(>:has(>p:only-child:matchesOwn(\\\\S):not(:has(*)))+:has(>p:only-child:matchesOwn(\\\\S):not(:has(*))))\"\n,\"img\"\n,\":matchesOwn(\\\\S)\"];\n\ntry{for(查=i!=''?i:java.get(\"元\");c;c--){\n\nif(!(c>1&&(String(r.text()).length<400||r.select(':matchesOwn(内容未加载完成|关闭(阅读|小说)模式)').size()))){\nr.select(sc).remove();\n\nif(!(查!=\"\"&&(lr=r.select(i?d[i==6?5:i]:查)).size()))for(i=0;i<6&&(lr=r.select(d[i]),i==4&&c==1?!lr.size():String(lr.text()).length<200);i++);\nif(c<2||i<6)break;}\n\nr=org.jsoup.Jsoup.parse(r2=String(java.ajax(baseUrl+',{\"webView\":true}')).replace(/(<[a-z]+) /g,'$1 '));\ndt=r1.length==r2.length?2:1}\n\nfor(c=lr.first(),v=1;vString(lr.get(1).text()).length?lr.first():lr.get(1):(c=lr.size()==1)?lr.first():lr);\n\nif(查==\"\"){\nif(c&&(查=lr.match(/<([a-z]+) ([^>]+)>/))&&(查[2]=查[2].match(/(?:id|class|style)=(?:\"[^\"]+\"|'[^']+')|[^= ]+(?==\"[^\"]+\"|'[^']+')/g))){\nbook.putVariable(\"元\",查[1]+'['+查[2].join('][')+']')\n}else book.putVariable(\"序\",i)}\n\nlr=lr.replace(/<([a-z]+)[^>]*\"-\\d+\"[^>]*>[^<]+<\\/\\1>|[^<>]*[^<]*|<[; ]?\\/?[a-z]+(?= |\\/?>)(?:[ a-z=-]+|\"[^\"]+\"|'[^']+')*\\/?>[; ]?|[☯📑⚙️🌕︴]/g,\"\").replace(/\\s+(?:\\s|(?:(?:(?:n?b)?s)?p)?;)/g,\"  \");\n\nif(java.get(\"原\")!=1)lr=(!lr.indexOf(\"  \")?lr.replace(/>(?!  |\\s*(?:(?:(?:n?b)?s)?p)?;)\\s*(?=[^\\s<>])/g,\">︴\"):lr)\n.replace(/((?:[〖【『「(《〈〔[\\[(][^〖【『「(《〈〔[\\[()]〕〉》)」』】〗\\]]*[)]〕〉》)」』】〗\\]]\\s*)*(?:第?\\s*[一二三四五六七八九十百千万〇零0-9]+\\s*[章节回話话::..,,、]*\\s*)?{{\nn=(t=title.match(/\\S+$/)[0].replace(/[*$|?+\\\\\\^\\[\\](){}/]/g,\".?\")).replace(/^(正文[^\\u4e00-\\u9fa5A-Za-z]*|第?[一二三四五六七八九十百千万〇零0-9]+[章节回話话\\s::..,,、]*)+/,\"\"),n!=t&&/\\S/.test(n)?\"(?:第?\\\\s*[一二三四五六七八九十百千万〇零0-9]+\\\\s*[章节回話话::..,,、]*\\\\s*\"+n+\"|\"+t+\")\":t\n}}(?:\\s*[〖【『「(《〈〔[\\[(][^〖【『「(《〈〔[\\[()]〕〉》)」』】〗\\]]*[)]〕〉》)」』】〗\\]])*)/g,\"⚙️$1⚙️\")+\"📑\"\n\n}catch(e){}}\nif(dt)book.putVariable(dt==1?\"动\":\"静\",',{\"webView\":true}');lr", 2284 | "imageStyle": "FULL", 2285 | "nextContentUrl": "@js:if((r=java.getStringList((nx=java.get(\"next\"))+\"a:matches(第二[頁页]|下[一\\\\s]*[頁页]):not([href~=^javascript:|^#])@href||a:matches(下[一\\\\s]*[篇章回节節话話]):not([href~=^javascript:|^#])@href||a[href~=[_-]\\\\d+(/|\\\\.[a-z]+)?$]:has(i,img):not(:matches(\\\\S),[href~=^javascript:|^#])@href\")).size()){\nif(~String(book.tocUrl+(nextChapterUrl||'')).indexOf(r=String(r.get(r.size()-1)))||~r.indexOf(nextChapterUrl||String(book.tocUrl).replace(/.+(?=_\\d+\\/$)/,'')))r=null\n}else r=null;\nif(r){if(nx!='')chapter.putVariable(\"next\",(n=r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1))==r?'':'a[href=\"'+n+'\"]@href||');\nr+java.get(\"动\")}", 2286 | "replaceRegex": "@js:if(java.get(\"原\")==1){result}else{\nresult=result.replace(/⚙️([^\\u4e00-\\u9fa5⚙️]+|[零〇一二三四五六七八九十百千万\\s]+|(?!第[零〇一二三四五六七八九十])[\\u4e00-\\u9fa5]+)⚙️/g,'$1').split('📑');\nl=result.length-1;\nwhile(l)if(r=result[--l].match(/^(\\n+(?:[^\\n]{1,30}\\n+){1,3})([\\S\\s]+)$/))result[l]=r[1]+r[2].replace(/⚙️/g,'');\nresult.join('📑')\n.replace(/—/g,\"─\")\n.replace(/[·۰•・]/g,\"・\")\n.replace(/\\s*(?:︴[^\\n ]+\\s+)*📑\\s*|^\\s*(︴[^\\n ]+\\s+)*|\\s*(?:  |\\n)(?:[\\s&#a-zA-Z0-9]*;)?[\\s ?]*/g,\"☯\")\n.replace(/(?:︴[^☯]*☯)+(?=︴)|☯(?:温馨|[^a-zA-Z0-9\\u4e00-\\u9fa5☯]+)提示.?[::][^☯]+|☯[^☯]+字体不会安装.?请百度[^☯]+|☯.{0,2}正版订阅在阅文旗下的起点和QQ书城,可以第一时间看到最新章节.{0,2}(?=☯)|︴\\s*第?[〖【『「(《〈〔[{\\[{(][^☯]+(?=☯)|☯第\\s*[((][^(())]+[))][頁页](?=☯)|[^☯]*(?:关注|[微vVVv][^\\u4e00-\\u9fa5A-Za-z0-9]*[信xXxX]|公[^\\u4e00-\\u9fa5]*众[^\\u4e00-\\u9fa5]*号){2,}[^☯]*|(?:&#?[a-z0-9]*;?)+(?=;|☯);*|read[sx][;;??]+/g,\"\")\n.replace(/\\s+/g,\" \")\n.replace(/☯[ ☯]*/g,\"\\n\")\n.replace(/(\\n[〖【『「(《〈〔[{\\[{(]?)([pPPp][SssS]+(?=[ ::;;,,、。.─\\d\\u4e00-\\u9fa5])[^\\n]+)/g,\"$1🌕$2\")\n.replace(/\\[\\[\\[[^\\[\\]]+http:file2.qidian.comchapters(.{5,6})(..)([^\\[\\]]{35})\\]\\]\\]/g,'')\n.replace(/(]*(src=\"[^\"]+\")[^>]*(>)|((?: ?[++--]?[0-90-9]+(?:[..//][0-90-9]+)?[%%::]?[a-zA-Z]*)+ ?|[ __--]?[a-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9]+)/g,\"$1$2$3☯$4☯\")\n.replace(/☯[・。](?=☯)/g,\"☯.\")\n.replace(/,\\n/g,\",\")\n.replace(/!(?=\\n)/g,\"!\")\n.replace(/\\?(?=\\n)/g,\"?\")\n.replace(/(<[^<]+)☯☯/g,\"⚙️$1⚙️\\n\")\n.replace(/(?:\\n[^āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ\\u4e00-\\u9fa5\\n〖【『「《“‘<(〈〔[{({\\[\\]})}]〕〉)>’”》」』】〗、,:;?!。…─🌕︴\\n]+|([。?!…”』」】〗])[^a-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9\\u4e00-\\u9fa5\\n〖【『「《“‘<(〈〔[{({\\[\\]})}]〕〉)>’”》」』】〗、,:;?!。…─☯︴\\n]+[\\u4e00-\\u9fa5]+)?[^a-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9\\u4e00-\\u9fa5\\n〖【『「《“‘<(〈〔[{({\\[\\]})}]〕〉)>’”》」』】〗、,:;?!。…─⚙️☯︴\\n]+(?=\\n)|[^☯!\"'(),\\s\\u4e00-\\u9fa5、,:;?!。…─〖【『「《“‘<(〈〔[{}]〕〉)>’”》」』】〗]*☯([a-zA-ZA-Za-z]*[āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ][a-zA-ZA-Za-z]*)☯[^☯!\"'(),\\s\\u4e00-\\u9fa5、,:;?!。…─〖【『「《“‘<(〈〔[{}]〕〉)>’”》」』】〗]*/g,\"$1$2\")\n.replace(/[^!\"'(),\\s\\u4e00-\\u9fa5、,:;?!。…─〖【『「《“‘<<(〈〔[{({\\[\\]})}]〕〉)>>’”》」』】〗︴🌕]*(?:☯[^..!(),\\n\\u4e00-\\u9fa5、,:;?!。…─〖【『「《“‘<(〈〔[{({\\[\\]})}]〕〉)>’”》」』】〗⚙️]+|([^☯!(),\\na-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9\\u4e00-\\u9fa5、,:;?!。…─〖【『「《“‘<<(〈〔[{({\\[\\]})}]〕〉)>>’”》」』】〗⚙️])(?!\\1)|☯(?=[^☯!(),\\na-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9\\u4e00-\\u9fa5、,:;?!。…─〖【『「《“‘<(〈〔[{({\\[\\]})}]〕〉)>’”》」』】〗][!(),\\s\\u4e00-\\u9fa5、,:;?!。…─〖【『「《“‘<(〈〔[{({\\[\\]})}]〕〉)>’”》」』】〗])|[〖【『「(《〈〔[{\\[{(][^a-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9\\u4e00-\\u9fa5〖【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}]*[)}]〕〉》)」』】〗\\]}]){4,}|[^;;%%~~??!!\"'”’。…─\\na-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9\\u4e00-\\u9fa5〖【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}]*[〖【『「(《〈〔[{\\[{(][^a-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9\\u4e00-\\u9fa5〖【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}]*[)}]〕〉》)」』】〗\\]}](?:[^a-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9\\u4e00-\\u9fa5〖【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}]+(?=[)}]〕〉》)」』】〗\\]}]))?/g,\"📑\")\n.replace(/([;;%%~~??!!\"'”’。…─])📑(?=[)}]〕〉》)」』】〗\\]}])/g,'$1')\n.replace(/(?:([\\n。?!])[^\\n。?!]{1,10})?[〖【『「(《〈〔[{\\[{(][^〖【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}]*(?:☯[^a-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9\\u4e00-\\u9fa5〖【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}]☯|📑|🌕)[^〖【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}]*[}]〕〉》)」』】〗\\]})](?:[^。]{0,5}(?:[〖【『「(《〈〔[{\\[{(][^〖【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}]*(?:☯[^a-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9\\u4e00-\\u9fa5〖【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}]☯|📑)[^〖【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}]*[}]〕〉》)」』】〗\\]})]|[^📑!,()\\s\\u4e00-\\u9fa5、,:;?!。…─‘’“”()《》〖〗【】]+))*(?:(?:[^\\n]{1,10}|(?:[\\u4e00-\\u9fa5]{0,5}[,、])*[\\u4e00-\\u9fa5]+[!。]?)(?=\\n))?/g,\"$1\")\n.replace(/((?:[请請][记記]住)?[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、,:;?!。…─「」‘’“”()《》〖〗【】]*(?:(?:[^⚙️🌕📑︴*\\n(),\\u4e00-\\u9fa5、:,;?!。…─「」‘’“”()《》〖〗【】]+[*(), \\u4e00-\\u9fa5、,::;?!。…─「」‘’“”()《》〖〗【】]{1,3})*[^*︴📑☯⚙️🌕\\s&;(),āáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜa-zA-ZA-Za-z0-90-9\\u4e00-\\u9fa5、,,::;;??!!。…~~─'\"‘’“”【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}%%・//==__..++--]+(?!(?:[^>]+>)?⚙️)|☯[^☯\\n]+☯\\.☯[^☯\\n]+☯|本[文书](?:首发|来自)|(?:章节不完整.?|完整章节)?请.{2,6}(?:搜索|百度|引擎|关键[词字])+|(?:[阅閱][讀读]|访问|訪問|[網网地][站址]|链接|鏈接|[\\u4e00-\\u9fa50-9a-zA-Z]{0,4}(?:文学|中文|[網网]))+[::]|[\\u4e00-\\u9fa50-9a-zA-Z]{0,6}(?:[網网地][站址]|链接|鏈接)为|.{2,4}文[学學][網网]|[请請].{2,4}收藏(?:.{0,2}推[荐薦])?|(?:天才)一秒[記记]住|,?請?訪問|(?:[更最][快新]|[快高]速|热门|(?:[阅閱][讀读])?完整|本|(?:官[網网]|本站).{0,2})(?:章[節节]|小说|更新|[網网地][址站][::]?|快速)|更新(?:速度)?[最更]?快|(?:(?:无错)?小说|正版|免费|全[文本]|在线|访问|訪問|txt|TXT|继续|各种|推[荐薦]|收藏|分享|交流|你?喜欢的)+(?:全文|免费|在线|[阅閱]?[讀读]|下载|章[節节]|小说|好书)|章[節节](?:目录|列表)|小说[網网](?:更新)?|手打全文|[纯全](?:手打|文字)|手机看书|手机版|笔趣阁|(?:本站|[網网]站|站内|看)?无(?:任何)?(?:广告|弹窗|防盗)(?:章节)?|不弹窗|(?:(?:請|请|或者?)?(?:訪問|访问|[電电手][腦脑机機]|[網网][址站]|用[户戶]|浏览|瀏覽|閱讀|阅读|看小说|看漫画)){2,}|看小说|看漫画|(?:用[^\\n]{2,6})?(?:[追看]书|小说)(?:就用|软件|☯[^☯]+☯),?|用[^\\n]{2,6}[追看]书|(?:..的)?(?:最佳选择|阅读体验)|(?:推[荐薦]|收藏|分享)(?:本站|我们)|小说..版|文章质量更好|谢谢各位(?:读者|书友)支持|水印广告测试|本章未完|请翻页|点击下一页|领.{0,2}红包|同步更新《[^《》]+》|关注[〖【『「(《〈〔[{\\[{(][^〖【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}]+[)}]〕〉》)」』】〗\\]}])(?:[* (),\\u4e00-\\u9fa5、,:;?!。…─‘’“”()《》〖〗【】]{0,3}[^⚙️📑*\\n(),\\u4e00-\\u9fa5、,:;?!。…─「」‘’“”()《》〖〗【】]+|[….。!!]+(?=\\n))*|⚙️(?!<)[^⚙️\\n]+⚙️)/g,\"\\n⚙️$1⚙️\\n\")\n.replace(/⚙️(<[^<>]+>)⚙️\\n|[〖【『「(《〈〔[{\\[{(](?:[^〖【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}]{0,3}\\n⚙️(?!\\s*\\S\\s*⚙️).+⚙️\\n*)+[^〖【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}]{0,3}[)}]〕〉》)」』】〗\\]}]|(🌕)\\s*⚙️|⚙️\\n[^\\u4e00-\\u9fa5]{0,5}\\n⚙️|\\n⚙️\\s*(\\S)\\s*⚙️\\n(?![^⚙️]{1,3}⚙️)|(⚙️\\n)|([,、;])[\\s,,。、…::;;??!!`’]*[,,。、…::;;??!!`’](?!⚙️)|\\n[\\s,,。、…::;;??!!`’]*(?=[,,。、::;;??!!])|([:?!。…─])(?:[^⚙️☯a-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9\\u4e00-\\u9fa5\\n…─“‘’”〖【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}]+(?=\\n)|[^⚙️☯a-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9\\u4e00-\\u9fa5\\n…─“‘’”〖【『「(《〈〔[{\\[{()}]〕〉》)」』】〗\\]}]+)|☯/g,\"$1$2$3$4$5$6\")\n.replace(/([))?!?!…」』”\\s。])(?:[^\\n((🌕))”』」’。]{0,5}(?:(?:\\n⚙️.+⚙️\\n|[^(())\\n”』」。]{0,5}📑)[^(())\\n。]{0,5}(?:\\n⚙️.+⚙️(?:\\n(?=\\n⚙️|[^(())\\n]{1,5}\\n))?|[^(())\\n。]{0,5}📑(?:[^📑]{1,5}(?=\\n⚙️))?)+(?:[^(())\\n]{1,5}(?=\\n))?|(?:(?:(?:\\n⚙️.+⚙️\\n|[^(())\\n。]{0,5}📑)[^(())\\n]{0,5}){2,}|[^((🌕))”』」’\\n。]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|同步|下载|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度|[插说]一?[下句]话?,[\\u4e00-\\u9fa5]{0,5})[^(())\\n]{0,5})*(?:📑|\\n⚙️[^\\n]+⚙️\\n)[^(())\\n]{0,5}(?:(?:請|关键[词字]|[電电手][腦機]|用戶|瀏覽|[阅閱]讀|推[薦荐]|收藏|分享|文章质量|谢谢(各位|支持|大家)|水印|翻页|点击|下[一\\s]*[页頁篇章回节節话話]|免费|热门|官网|正版|在线|下载|同步|文学|中文|章节|[本网][站址]|站内|小说|更新|无错|[本全][文本章]|首发|广个?告|弹窗|防盗|访问|訪問|txt|TXT|读者|书友|百度)[^(())\\n]{0,5})*|[^((🌕))\\n”』」’。]{0,3}\\n⚙️.+⚙️\\n[^(())\\n。]{0,3})(?:[\\u4e00-\\u9fa5]+[!。]?|[^a-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9\\u4e00-\\u9fa5\\n]+)?(?=\\n)))+|\\n⚙️[^\\u4e00-\\u9fa5]+⚙️\\n|📑|\\s*︴\\s*|\\n?⚙️\\n?|\\n[^a-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9\\u4e00-\\u9fa5\\n]{2,}\\n[^🌕a-zA-ZA-Za-zāáǎàōóǒòēéěèīíǐìūúǔùǖǘǚǜ0-90-9\\u4e00-\\u9fa5\\n“《‘【〖『「]*/g,\"$1\")\n.replace(/(?:(?:\\n🌕[^\\n]*)+(?:\\n+[^\\n]+){0,4}|\\n(?:[(({{][^((<{{}}>))]*(?:(?:[(({{][^((<{{}}>))]*[))}}])[^((<{{}}>))]*)*[))}}]?\\s*)+|[^\\n]*起点(?:原创|中文)[^\\n]*|[〖【『「(《〈〔[{\\[{(]?未完待续[^\\n]*)[^\\u4e00-\\u9fa5<>]*$|^\\s*(?:(?:[^\\n]+\\n+){0,4}(?:🌕[^\\n]*\\n?)+|(?:[(({{][^((<{{}}>))]*(?:(?:[(({{][^((<{{}}>))]*[))}}])[^((<{{}}>))]*)*[))}}]?\\s*)+|,[^\\n]+)\\n|(?:^|\\n)[^a-z0-9A-Z\\u4e00-\\u9fa5]*(?=\\n)|🌕|\\n\\s*[a-zA-Z]+\\s*$/g,\"\")}", 2287 | "sourceRegex": "", 2288 | "webJs": "" 2289 | }, 2290 | "ruleExplore": { 2291 | "bookList": "", 2292 | "bookUrl": "" 2293 | }, 2294 | "ruleSearch": { 2295 | "bookList": "" 2296 | }, 2297 | "ruleToc": { 2298 | "chapterList": "@js:if(java.get(\"单\")==''){\nsrc=org.jsoup.Jsoup.parse(src);\n\nif((result=java.get(\"录\"))==\"\"){if(页=(result=src.select('a[href~=\\\\S]:matches(下[一\\\\s]*[页頁]|下[一二三四五六七八九十百千万〇零0-9]{2,}章):not([href~=^#|javascript:])')).size())result=result.first().attr('href')\n}else{网=String(result).split(\"🌕\");\nfor(i=3,页=+网[0],result=网[1]+2+网[3];i<=页;i++)result+='\\n'+网[1]+i+网[3];\nresult=String(result)}\n\nif(页)java.put(\"页\",/,/.test(book.tocUrl)?result.split('\\n').join(',{\"webView\":true}\\n')+',{\"webView\":true}':result);\n\n嗅=()=>String(src).match(/[\\[(]([\"'])<[a-z]+[ >][^\\[\\]()]+<\\/a>(?:[^\\[\\],()]*<\\/[a-z]+>)?\\1[\\])]/);\n转=it=>it.replace(/\\\\[Uu]([0-9a-zA-Z]{4})/g,(_,it)=>String.fromCharCode(parseInt('0x'+it)));\n兜=()=>src.select(':matchesOwn(^$|[0-9〇一二三四五六七八九十])>a:matches(\\\\S):not(:has(*>*>:not(span)),[href~=(?i)passport|\\\\.aspx$|\\\\.php$|^https://[^/]+(/|index\\\\.[a-z]+)?$|(^|[^/])[?/].*((book|[^a-z])(info|case|page|reg|Game|Play)[^a-z]|buy[^a-z]|SystemInfo|hot|sort|desc|asc|top|coins|nutrition|review|ticket|update|(app|author|xiazai|down)(?!=))|/list\\\\d*([/_-][^/_-]+/?)?$|\\\\d+_\\\\d+_\\\\d+|target=iframe|https%],:matches((?i)^((点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)[\\\\s.端版]*(?=$|点击|软件|应用|安装|客户|移动|手机|电脑|安卓|苹果|下载|阅读|pc|ap[kp]|ipa|plx|deb|exe|zip|rar|txt|epub)|[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?返回.*(简介|书页|目录)[A-Za-z0-9\\\\u4e00-\\\\u9fa5]?|[<>-]+|\\\\d+-\\\\d+章|书页|目录|简介|[上下首尾]([一\\\\s]*[页頁]|[\\\\s\\\\d零〇一二三四五六七八九十百]*章)|[↑\\\\[]?[倒正反逆顺順]序[↓\\\\]]?)$))');\n\nif((zt=java.get(\"嗅\"))!=''){\nif(zt>0&&(嗅=嗅())){\nsrc=嗅[0];\nif(zt==2)src=转(src);\nsrc=org.jsoup.Jsoup.parse(src)}\nsrc.select(java.get(\"除\")).remove();\nif(java.get(\"兜\")==1)src=兜();\nsrc=src.select(java.get(\"查\"))\n\nif(!页){for(首=String(java.get(\"首\")).split('\\n'),ss=src.size(),i=0;i1)src.subList(1,i).clear();break;}}\n\n}else{\nbook.putVariable(\"除\",除=\"meta,link,a:has(img),\"+((zt=java.get(\"全\")!=1)?\"a[href$=\"+String(book.tocUrl).replace(/,\\{\"webView\":true\\}|^.{8}[^/]*/g,'')+\"],\":\"\")+(基=String(java.get(\"基\")),基==''?'':\"a[href$=\"+基.replace(/^.{8}[^/]*/,'')+\"],\")+\"a[href~=javascript:|#|[a-z]+[A-Z][a-z]+Id[=_-]|[^/][/?&]sub[A-Z]|action=list],a:matches(^$|最新章节$|^[^\\\\u4e00-\\\\u9fa5A-Z0-9]*(正文|.{0,2}书架|(免费|在线|开始|立即|全文|从头|点击|正文)+[试阅]读|[^\\\\s\\\\d外内楔前后卷篇章]*(更新调整|[两一二三四五六七八九十]+连更|作者[::给要有]|双倍月票|感言|推书|推[a-z0-9A-Z_\\\\u4e00-\\\\u9fa5-]+书|[求个请投点下张](月?票|收藏|订阅|推荐)|(感谢|作者)[^\\\\s]*(读者|书友|大家|各位)|[书点]评[^\\\\s]*活动|[没有空]更新|没时间更新|请个?假|关于本书|关于更新|打赏名单|起点活动)[^\\\\s]*)[^\\\\u4e00-\\\\u9fa5A-Z0-9]*$)\");\n\nbook.putVariable(\"嗅\",(基=嗅())?(src=org.jsoup.Jsoup.parse((zt=/\\\\[Uu]([0-9a-zA-Z]{4})/.test(基=基[0]))?转(基):基),zt)?2:1:0);\nsrc.select(除).remove();\n\nif(zt=java.get(\"全\")!=1){\n找=ll=null;\n$=it=>(qc=ll,查=找,ll=src.select(找=it)).size()>14&&(查=it,src=re=ll);\n\nif(!(((ck=java.get(\"ck\"))!=\"\"&&$(\"[href~=\"+ck+\"(?!index(/|\\.[a-z]+)?$)[^.?/_-][^&/_-]*/?$|/[vV][iI][pP][_-]?([Rr]ead|[Cc]hapter|action=article)|([A-Za-z]\\\\d+|\\\\d[A-Za-z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?&]*$]\"))||$(\"[href~=^[a-z0-9]+(/|\\\\.[^./]+)?$]\"))){\nif(qc&&qc.size()>ll.size())找=查,ll=qc;\n\n$=it=>(re=src.select(it)).size()&&(查=it,src=re);\n\nif(!($(\"[data-cid]\")||$(\"[href~=(?i)(^|[/_-])(chapter|read)+([_-]?id)?/[^/_-]+[/_-][^/_-]+]\")||$(\"[href~=(?i)(^|[&?/_-](book|novel|comic|manhua|mh?)?)(chapter|read)+([_-]?id)?[?/=]]\")||$(\"[href~=(?i)[&?/_-]cid[&?/_=-]]\")||$(\"[data-href]\"))){\nsrc=兜();\nbook.putVariable(\"兜\",1);\n\nba=(ba=String(java.get(\"ba\"))).match(/(\\?(?:[^=]+=)+)(.+)$/)||ba.match(/(?:[^/_-][/_-]([^/._-]+))?[/_-]([^/._-]+)(?:\\/|\\/index[^/]*|\\.[^/.]+)?$/);\n\nif(xi=(id=ba[2]).match(/\\?[^=]+=([^&]+)/)||id.match(/^[^\\d%]*(\\d{2,}|[1-9])$/)||ba[1]&&ba[1].match(/^[^\\d%]*(\\d{2,})$/))id=xi[1];\n\n$(\"[href~=([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\\\\d+]:not([href~=\"+id+\"[^\\\\d]*$]),[href~=/[vV][iI][pP]|([A-Za-z]\\\\d+|\\\\d[a-zA-Z]+|[A-Z][a-z]+|[a-z][A-Z]+){3,}[^/?]*$|([^\\\\d]|^)\"+id+\"[/_&-][^\\\\d]*\"+id+\"(/|\\\\.[^.]+|&.+)?$]\")||$(\"[title]\")||$(\"[href~=/view/\\\\d+\\\\.[a-zA-Z]+$]\")}\nif(re.size()1){\nfor(i=+网[2],x=+网[0],j=2,list=\"正文1\";i<=x;i++,j++)list+=\"正文\"+j+\"\"}\n\norg.jsoup.Jsoup.parse(list).select('a')\n\n}else org.jsoup.Jsoup.parse(\"正文\").select('a')", 2299 | "chapterName": "text", 2300 | "chapterUrl": "href@js:chapter.putVariable(\"next\",'a[href~=(?:^|[?/])'+(r=result.trim().replace(/([*$|?+(){}\\[\\]\\^\\\\])/g,'\\\\$1')).match(/[^?/=.]+(?:=(?![01]$)[^=]+)*(?=\\/*$|\\.[^?/.]+$|=[01]$)/)[0]+'[=/_-]2(?:\\\\/|\\\\.[^?/.]+)? *$]@href||a[href~=(?:^|[?/])'+r.replace(/\\d+(?=[^\\d]*$)/,it=>+it+1)+' *$]@href||');result+java.get(\"动\")", 2301 | "isVip": "", 2302 | "nextTocUrl": "@js:java.get(\"页\")", 2303 | "updateTime": "" 2304 | }, 2305 | "weight": 0.0 2306 | } 2307 | ] --------------------------------------------------------------------------------