Skip to content

Commit 1817668

Browse files
committed
优化 [MissAV] 规则
1 parent e967cda commit 1817668

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

other/Autopage/rules.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5855,10 +5855,11 @@
58555855
"url": "if((fun.indexOF(/^\\/dm\\d+\\//) || fun.indexOF('/search/') || fun.indexOF(/\\/\\(actresses|actors|genres|series|makers|directors\\)\\//)) && fun.isPager('n')){if(fun.isMobile()){rule.blank=0;};return true;}",
58565856
"blank": 3,
58575857
"pager": {
5858+
"type": 3,
58585859
"nextL": "a[rel=next]",
58595860
"pageE": "div[x-init*=initLozad]>div",
5860-
"replaceE": "//span[@aria-current='page']/..",
5861-
"scrollD": 1000
5861+
"replaceE": "//span[@aria-current='page']/../../..",
5862+
"scrollD": 500
58625863
},
58635864
"function": {
58645865
"bF": "return fun.src_bF(pageE)"

0 commit comments

Comments
 (0)