优化 [missav] 规则匹配

This commit is contained in:
xiu2
2024-06-27 16:14:43 +08:00
parent 1cb11f43fb
commit 83603a3bba
+1 -1
View File
@@ -5636,7 +5636,7 @@
},
"MissAV": {
"host": ["missav.com","/^missav\\d+\\.com$/"],
"url": "return (fun.indexOF(/^\\/dm\\d+\\//) || fun.indexOF('/search/') || fun.indexOF(/\\/\\(actresses|actors|genres|series|makers|directors\\)\\//))",
"url": "return ((fun.indexOF(/^\\/dm\\d+\\//) || fun.indexOF('/search/') || fun.indexOF(/\\/\\(actresses|actors|genres|series|makers|directors\\)\\//)) && fun.isPager('n'))",
"blank": 3,
"pager": {
"nextL": "a[rel=next]",