优化 规则

This commit is contained in:
xiu2
2022-03-30 19:38:30 +08:00
parent c91795f267
commit 20d379f677
+1 -1
View File
@@ -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",