mirror of
https://github.com/XIU2/UserScript.git
synced 2026-09-07 11:27:41 +00:00
优化 [MissAV] 规则在手机浏览时不再强制新标签页打开(需要更新脚本至 6.6.50)
This commit is contained in:
@@ -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]",
|
||||
|
||||
Reference in New Issue
Block a user