Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions other/Autopage/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -3847,6 +3847,19 @@
"replaceE": ".prenext,.page"
}
},
"飘天文学": {
"host": "www.piaotia.com",
"url": "/^\\/html\\/\\d+\\/\\d+\\/\\d+\\.html",
"style": "#content>*:not(br):not(:nth-child(1))",
"pager": {
"type": 6,
"nextL": "(//a[contains(text(), '下一章')])[last()]",
"pageE": "#content",
"insertP": ["#content",6],
"replaceE": ".bottomlink",
"loadTime": 500
}
},
"皇帝之家": {
"host": "www.huangdizhijia.com",
"url": "/chapter-\\d+\\.html/",
Expand Down