优化 [MissAV] 规则在手机浏览时不再强制新标签页打开(需要更新脚本至 6.6.50)

This commit is contained in:
xiu2
2025-01-21 12:21:48 +08:00
parent acfd6c40c9
commit 652a5d8d17
+1 -1
View File
@@ -5703,7 +5703,7 @@
},
"MissAV": {
"host": ["/^missav.[a-z]+/","/^missav\\d+\\.com$/"],
"url": "return ((fun.indexOF(/^\\/dm\\d+\\//) || fun.indexOF('/search/') || fun.indexOF(/\\/\\(actresses|actors|genres|series|makers|directors\\)\\//)) && fun.isPager('n'))",
"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;}",
"blank": 3,
"pager": {
"nextL": "a[rel=next]",