Skip to content

Commit 83603a3

Browse files
committed
优化 [missav] 规则匹配
1 parent 1cb11f4 commit 83603a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

other/Autopage/rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5636,7 +5636,7 @@
56365636
},
56375637
"MissAV": {
56385638
"host": ["missav.com","/^missav\\d+\\.com$/"],
5639-
"url": "return (fun.indexOF(/^\\/dm\\d+\\//) || fun.indexOF('/search/') || fun.indexOF(/\\/\\(actresses|actors|genres|series|makers|directors\\)\\//))",
5639+
"url": "return ((fun.indexOF(/^\\/dm\\d+\\//) || fun.indexOF('/search/') || fun.indexOF(/\\/\\(actresses|actors|genres|series|makers|directors\\)\\//)) && fun.isPager('n'))",
56405640
"blank": 3,
56415641
"pager": {
56425642
"nextL": "a[rel=next]",

0 commit comments

Comments
 (0)