We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e967cda commit 1817668Copy full SHA for 1817668
1 file changed
other/Autopage/rules.json
@@ -5855,10 +5855,11 @@
5855
"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;}",
5856
"blank": 3,
5857
"pager": {
5858
+ "type": 3,
5859
"nextL": "a[rel=next]",
5860
"pageE": "div[x-init*=initLozad]>div",
- "replaceE": "//span[@aria-current='page']/..",
5861
- "scrollD": 1000
+ "replaceE": "//span[@aria-current='page']/../../..",
5862
+ "scrollD": 500
5863
},
5864
"function": {
5865
"bF": "return fun.src_bF(pageE)"
0 commit comments