mirror of
https://github.com/XIU2/UserScript.git
synced 2026-09-22 15:06:57 +00:00
优化 规则
This commit is contained in:
@@ -4799,7 +4799,7 @@
|
||||
},
|
||||
"xHamster": {
|
||||
"host": "/xhamster(\\d+)?\\.com/",
|
||||
"url": "return (document.title.indexOf('xHamster') > -1 && !fun.indexOF('/videos/'))",
|
||||
"url": "return (document.title.indexOf('xHamster') > -1 && !fun.indexOF('/videos/') && !fun.indexOF('/photos/'))",
|
||||
"blank": 3,
|
||||
"pager": {
|
||||
"nextL": "li.next>a",
|
||||
|
||||
Reference in New Issue
Block a user