Skip to content

Commit eb45a66

Browse files
committed
新增 [missav] 支持
1 parent f3582c5 commit eb45a66

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

other/Autopage/rules.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5649,6 +5649,20 @@
56495649
"replaceE": ".category"
56505650
}
56515651
},
5652+
"MissAV": {
5653+
"host": ["missav.com","/^missav\\d+\\.com$/"],
5654+
"url": "return (fun.indexOF(/^\\/dm\\d+\\//) || fun.indexOF('/search/'))",
5655+
"blank": 3,
5656+
"pager": {
5657+
"nextL": "a[rel=next]",
5658+
"pageE": "div[x-init*=initLozad]>div",
5659+
"replaceE": "//span[@aria-current='page']/..",
5660+
"scrollD": 1000
5661+
},
5662+
"function": {
5663+
"bF": "return fun.src_bF(pageE)"
5664+
}
5665+
},
56525666
"JavDB": {
56535667
"host": "/^javdb/",
56545668
"url": "return (document.title.indexOf('JavDB') > -1 && !fun.indexOF('/v/') && fun.getCSS('.pagination'))",

0 commit comments

Comments
 (0)