Skip to content

Commit 9d382fa

Browse files
committed
优化 [JavDove 番号鸽]、[HuangboAV] 规则
1 parent d1ab0d0 commit 9d382fa

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

other/Autopage/rules.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4827,6 +4827,7 @@
48274827
"JavDove 番号鸽": {
48284828
"host": "/^(www\\.)?javdove/",
48294829
"url": "/\\/videos/",
4830+
"blank": 3,
48304831
"pager": {
48314832
"nextL": ".prevnext[rel='next']",
48324833
"pageE": ".row>.col-video",
@@ -4838,11 +4839,12 @@
48384839
},
48394840
"HuangboAV": {
48404841
"host": "huangboav.com",
4841-
"url": "return (fun.indexOF(/^\\/(category|tag)\\//) || fun.indexOF('s=','s'))",
4842+
"url": "return (fun.indexOF(/^\\/(category|tag)\\//) || location.search != '')",
48424843
"style": "img[data-src] {opacity: 1 !important;}",
4844+
"blank": 3,
48434845
"pager": {
48444846
"nextL": "//a[@class='current']/parent::li/following-sibling::li[1]/a",
4845-
"pageE": ".page-header~div:not(.pagination)",
4847+
"pageE": ".page-header~div:not(.pagination):not(.clear)",
48464848
"replaceE": ".pagination"
48474849
},
48484850
"function": {

0 commit comments

Comments
 (0)