新增 [Hit-x-Hot] 支持; 优化 [彼岸图网] 规则

This commit is contained in:
xiu2
2022-03-18 15:00:26 +08:00
parent 5cb53b1653
commit 378f40c28e
+13 -3
View File
@@ -4371,10 +4371,9 @@
"host": "pic.netbian.com",
"style": "li.nextpage {display: none !important;} .alist > ul {height: auto !important;} .alist > ul > li {position: static !important; float: left !important; height: 550px !important;}",
"pager": {
"nextL": "//div[@class='page']/a[text()='下一页']",
"nextL": "//div[@class='page']/a[contains(text(),'下一页')]",
"pageE": ".slist > ul > li:not(.nextpage), .alist > ul > li",
"replaceE": ".page",
"scrollD": 1000
"replaceE": ".page"
}
},
"必应壁纸": {
@@ -5555,5 +5554,16 @@
"function": {
"bF": "return fun.src_bF(pageE, [0,'img[realsrc]','realsrc'])"
}
},
"Hit-x-Hot": {
"host": "hitxhot.com",
"url": "/\\/gallerys/",
"style": ".contain.refill:not(.relatedvideos) {display: none !important;}",
"pager": {
"nextL": "//a[@class='page-numbers' and text()='Next >']",
"pageE": ".contentme",
"replaceE": ".pagination-site",
"scrollD": 4000
}
}
}