Skip to content

Commit 378f40c

Browse files
committed
新增 [Hit-x-Hot] 支持; 优化 [彼岸图网] 规则
1 parent 5cb53b1 commit 378f40c

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

other/Autopage/rules.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4371,10 +4371,9 @@
43714371
"host": "pic.netbian.com",
43724372
"style": "li.nextpage {display: none !important;} .alist > ul {height: auto !important;} .alist > ul > li {position: static !important; float: left !important; height: 550px !important;}",
43734373
"pager": {
4374-
"nextL": "//div[@class='page']/a[text()='下一页']",
4374+
"nextL": "//div[@class='page']/a[contains(text(),'下一页')]",
43754375
"pageE": ".slist > ul > li:not(.nextpage), .alist > ul > li",
4376-
"replaceE": ".page",
4377-
"scrollD": 1000
4376+
"replaceE": ".page"
43784377
}
43794378
},
43804379
"必应壁纸": {
@@ -5555,5 +5554,16 @@
55555554
"function": {
55565555
"bF": "return fun.src_bF(pageE, [0,'img[realsrc]','realsrc'])"
55575556
}
5557+
},
5558+
"Hit-x-Hot": {
5559+
"host": "hitxhot.com",
5560+
"url": "/\\/gallerys/",
5561+
"style": ".contain.refill:not(.relatedvideos) {display: none !important;}",
5562+
"pager": {
5563+
"nextL": "//a[@class='page-numbers' and text()='Next >']",
5564+
"pageE": ".contentme",
5565+
"replaceE": ".pagination-site",
5566+
"scrollD": 4000
5567+
}
55585568
}
55595569
}

0 commit comments

Comments
 (0)