We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3582c5 commit eb45a66Copy full SHA for eb45a66
1 file changed
other/Autopage/rules.json
@@ -5649,6 +5649,20 @@
5649
"replaceE": ".category"
5650
}
5651
},
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
5666
"JavDB": {
5667
"host": "/^javdb/",
5668
"url": "return (document.title.indexOf('JavDB') > -1 && !fun.indexOF('/v/') && fun.getCSS('.pagination'))",
0 commit comments