Skip to content

Commit 49c6494

Browse files
committed
新增 [underhentai] 支持
1 parent 97f68fa commit 49c6494

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

other/Autopage/rules.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5877,6 +5877,16 @@
58775877
"replaceE": "#paging"
58785878
}
58795879
},
5880+
"91pron.men": {
5881+
"host": ["91pron.men","/^.+\\.(yennew\\.com|scvhuen\\.click|bbbsss\\.org)$/"],
5882+
"url": "return fun.isPager()",
5883+
"blank": 3,
5884+
"pager": {
5885+
"nextL": "span[aria-current]+a",
5886+
"pageE": ".grid.grid-cols-2.md\\:grid-cols-3.xl\\:grid-cols-4.gap-5>div",
5887+
"replaceE": "//span[@aria-current]/../../.."
5888+
}
5889+
},
58805890
"xHamster": {
58815891
"host": ["/^[a-z]{2}\\.xhamster\\.com$/","/^[a-z]{2}\\..*(xh).*\\.[a-z]{2,}$/"],
58825892
"url": "return ((fun.isTitle('xHamster') || fun.getCSS('meta[name=application-name][content=xHamster]')) && !fun.indexOF('/videos/') && !fun.indexOF('/photos/gallery'))",
@@ -5992,6 +6002,15 @@
59926002
"replaceE": ".navigation"
59936003
}
59946004
},
6005+
"underhentai": {
6006+
"host": "www.underhentai.net",
6007+
"url": "return fun.isPager()",
6008+
"blank": 3,
6009+
"pager": {
6010+
"nextL": "span.page-num.active+a.page-num",
6011+
"pageE": "article.data-block"
6012+
}
6013+
},
59956014
"Avbebe": {
59966015
"host": "avbebe.com",
59976016
"url": "return (!fun.indexOF(/^\\/archives\\/\\d/))",

0 commit comments

Comments
 (0)