Skip to content

Commit 8cdf44b

Browse files
committed
新增 [刺猬猫阅读]、[SF轻小说] 支持
1 parent d77d9ef commit 8cdf44b

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

other/Autopage/rules.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3939,6 +3939,36 @@
39393939
"bF": "return fun.src_bF(pageE)"
39403940
}
39413941
},
3942+
"刺猬猫阅读": {
3943+
"host": "www.ciweimao.com",
3944+
"url": "/^\\/chapter\\/\\d+/",
3945+
"pager": {
3946+
"type": 6,
3947+
"nextL": "#J_BtnPageNext",
3948+
"pageE": "#J_BookRead>p",
3949+
"replaceE": ".book-read-page",
3950+
"loadTime": 1000
3951+
}
3952+
},
3953+
"SF轻小说": {
3954+
"host": "book.sfacg.com",
3955+
"url": "/^\\/Novel\\/\\d+\\/\\d+\\/\\d+\\//",
3956+
"pager": {
3957+
"nextL": "//div[@class='fn-btn']/a[text()='下一章']",
3958+
"pageE": "#ChapterBody>p",
3959+
"replaceE": "#article>.fn-btn"
3960+
}
3961+
},
3962+
"SF轻小说 - 书库": {
3963+
"host": "book.sfacg.com",
3964+
"url": "/^\\/List\\//",
3965+
"pager": {
3966+
"nextL": ".pagebarNext>a",
3967+
"pageE": ".Comic_Pic_List",
3968+
"replaceE": ".pagebar",
3969+
"forceHTTPS": true
3970+
}
3971+
},
39423972
"必读推荐": {
39433973
"host": "www.bidutuijian.com",
39443974
"url": "/^\\/books\\/.+\\/(?:(?!0000)\\d{4})\\.html/",

0 commit comments

Comments
 (0)