mirror of
https://github.com/XIU2/UserScript.git
synced 2026-07-09 10:55:22 +00:00
优化 [missav] 规则匹配
This commit is contained in:
@@ -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]",
|
||||
|
||||
Reference in New Issue
Block a user