Skip to content

Commit fae703d

Browse files
committed
新增 [avtop10]、[rule34video]、[xiutaku]、[fuligirl] 支持
1 parent 19b0924 commit fae703d

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

other/Autopage/rules.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5866,6 +5866,18 @@
58665866
"bF": "return fun.src_bF(pageE)"
58675867
}
58685868
},
5869+
"avtop10": {
5870+
"host": "avtop10.com",
5871+
"url": "return fun.isPager()",
5872+
"pager": {
5873+
"nextL": "#nextUrl",
5874+
"pageE": ".item-new>div",
5875+
"replaceE": ".page-box"
5876+
},
5877+
"function": {
5878+
"bF": "return fun.src_bF(pageE)"
5879+
}
5880+
},
58695881
"UraakaList": {
58705882
"host": "uraakalist.com",
58715883
"url": "/^\\/.+/",
@@ -5973,6 +5985,19 @@
59735985
"replaceE": ".content>.pagination"
59745986
}
59755987
},
5988+
"rule34video": {
5989+
"host": "rule34video.com",
5990+
"url": "return (!fun.indexOF('/search')&&fun.isPager())",
5991+
"blank": 3,
5992+
"pager": {
5993+
"nextL": ".next>a",
5994+
"pageE": ".thumbs>.thumb",
5995+
"replaceE": ".pagination"
5996+
},
5997+
"function": {
5998+
"bF": "return fun.src_bF(pageE)"
5999+
}
6000+
},
59766001
"hanime1": {
59776002
"host": "hanime1.me",
59786003
"url": "/^\\/search/",
@@ -6303,6 +6328,28 @@
63036328
"pageE": "article.post"
63046329
}
63056330
},
6331+
"福利姬美图": {
6332+
"host": "fuligirl.top",
6333+
"url": "return fun.isPager()",
6334+
"pager": {
6335+
"type": 3,
6336+
"nextL": "a[rel=next]",
6337+
"pageE": "img.my-1, #main>.grid>div",
6338+
"replaceE": "nav[role=navigation]"
6339+
}
6340+
},
6341+
"xiutaku": {
6342+
"host": "xiutaku.com",
6343+
"url": "return fun.isPager()",
6344+
"blank": 3,
6345+
"pager": {
6346+
"type": 3,
6347+
"nextL": "//a[@class='pagination-link is-current']/../following-sibling::*[1]/a",
6348+
"pageE": ".article-fulltext>p, .main-body>.blog.columns",
6349+
"replaceE": ".pagination",
6350+
"scrollE": ".article-fulltext+hr, .pagination.is-small"
6351+
}
6352+
},
63066353
"秀人集": {
63076354
"host": ["/^www.\\d{6}.xyz$/","/^www.xr\\d{2}.xyz$/","/\\.xiuren([a-z]|\\d)+\\./"],
63086355
"url": "return (fun.isPager() && fun.lp() != '/' && !fun.indexOF('/search/'))",

0 commit comments

Comments
 (0)