mirror of
https://github.com/XIU2/UserScript.git
synced 2026-09-22 15:06:57 +00:00
新增 [avtop10]、[rule34video]、[xiutaku]、[fuligirl] 支持
This commit is contained in:
@@ -5866,6 +5866,18 @@
|
|||||||
"bF": "return fun.src_bF(pageE)"
|
"bF": "return fun.src_bF(pageE)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"avtop10": {
|
||||||
|
"host": "avtop10.com",
|
||||||
|
"url": "return fun.isPager()",
|
||||||
|
"pager": {
|
||||||
|
"nextL": "#nextUrl",
|
||||||
|
"pageE": ".item-new>div",
|
||||||
|
"replaceE": ".page-box"
|
||||||
|
},
|
||||||
|
"function": {
|
||||||
|
"bF": "return fun.src_bF(pageE)"
|
||||||
|
}
|
||||||
|
},
|
||||||
"UraakaList": {
|
"UraakaList": {
|
||||||
"host": "uraakalist.com",
|
"host": "uraakalist.com",
|
||||||
"url": "/^\\/.+/",
|
"url": "/^\\/.+/",
|
||||||
@@ -5973,6 +5985,19 @@
|
|||||||
"replaceE": ".content>.pagination"
|
"replaceE": ".content>.pagination"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"rule34video": {
|
||||||
|
"host": "rule34video.com",
|
||||||
|
"url": "return (!fun.indexOF('/search')&&fun.isPager())",
|
||||||
|
"blank": 3,
|
||||||
|
"pager": {
|
||||||
|
"nextL": ".next>a",
|
||||||
|
"pageE": ".thumbs>.thumb",
|
||||||
|
"replaceE": ".pagination"
|
||||||
|
},
|
||||||
|
"function": {
|
||||||
|
"bF": "return fun.src_bF(pageE)"
|
||||||
|
}
|
||||||
|
},
|
||||||
"hanime1": {
|
"hanime1": {
|
||||||
"host": "hanime1.me",
|
"host": "hanime1.me",
|
||||||
"url": "/^\\/search/",
|
"url": "/^\\/search/",
|
||||||
@@ -6303,6 +6328,28 @@
|
|||||||
"pageE": "article.post"
|
"pageE": "article.post"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"福利姬美图": {
|
||||||
|
"host": "fuligirl.top",
|
||||||
|
"url": "return fun.isPager()",
|
||||||
|
"pager": {
|
||||||
|
"type": 3,
|
||||||
|
"nextL": "a[rel=next]",
|
||||||
|
"pageE": "img.my-1, #main>.grid>div",
|
||||||
|
"replaceE": "nav[role=navigation]"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"xiutaku": {
|
||||||
|
"host": "xiutaku.com",
|
||||||
|
"url": "return fun.isPager()",
|
||||||
|
"blank": 3,
|
||||||
|
"pager": {
|
||||||
|
"type": 3,
|
||||||
|
"nextL": "//a[@class='pagination-link is-current']/../following-sibling::*[1]/a",
|
||||||
|
"pageE": ".article-fulltext>p, .main-body>.blog.columns",
|
||||||
|
"replaceE": ".pagination",
|
||||||
|
"scrollE": ".article-fulltext+hr, .pagination.is-small"
|
||||||
|
}
|
||||||
|
},
|
||||||
"秀人集": {
|
"秀人集": {
|
||||||
"host": ["/^www.\\d{6}.xyz$/","/^www.xr\\d{2}.xyz$/","/\\.xiuren([a-z]|\\d)+\\./"],
|
"host": ["/^www.\\d{6}.xyz$/","/^www.xr\\d{2}.xyz$/","/\\.xiuren([a-z]|\\d)+\\./"],
|
||||||
"url": "return (fun.isPager() && fun.lp() != '/' && !fun.indexOF('/search/'))",
|
"url": "return (fun.isPager() && fun.lp() != '/' && !fun.indexOF('/search/'))",
|
||||||
|
|||||||
Reference in New Issue
Block a user