Skip to content

Commit 0d94b52

Browse files
committed
新增 [AniRena] 支持
1 parent f9b75d7 commit 0d94b52

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

other/Autopage/rules.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,8 +2086,7 @@
20862086
"pager": {
20872087
"nextL": "id('container')/ul[@style][not(@class)]/li/a[contains(text(), '下一页')]",
20882088
"pageE": "#container > .div_right .blockcontent.div_right_r_3 > ul",
2089-
"replaceE": "#container > ul[style]:not([class])",
2090-
"scrollD": 1000
2089+
"replaceE": "#container > ul[style]:not([class])"
20912090
}
20922091
},
20932092
"233 动漫": {
@@ -2108,8 +2107,7 @@
21082107
"pager": {
21092108
"nextL": "//div[@class='pagelist']//a[contains(text(), '下一页') or contains(text(), '下一頁')]",
21102109
"pageE": ".xgyd ul > li",
2111-
"replaceE": ".pagelist",
2112-
"scrollD": 1000
2110+
"replaceE": ".pagelist"
21132111
}
21142112
},
21152113
"233 动漫 - 排行榜": {
@@ -2119,8 +2117,7 @@
21192117
"pager": {
21202118
"nextL": "//div[@class='pagelist']//a[contains(text(), '下一页') or contains(text(), '下一頁')]",
21212119
"pageE": ".side-update.normal-wai > .normal-nei",
2122-
"replaceE": ".pagelist",
2123-
"scrollD": 1000
2120+
"replaceE": ".pagelist"
21242121
}
21252122
},
21262123
"音范丝": {
@@ -2218,6 +2215,16 @@
22182215
"replaceE": "ul.pagination"
22192216
}
22202217
},
2218+
"AniRena": {
2219+
"host": "www.anirena.com",
2220+
"url": "return (fun.lp() == '/' || fun.lp() == '/index.php')",
2221+
"pager": {
2222+
"nextL": "a.disabled+a:not(.disabled)",
2223+
"pageE": ".full2, .full2+script",
2224+
"replaceE": ".full3.buttons",
2225+
"scriptT": 2
2226+
}
2227+
},
22212228
"ACG.RIP": {
22222229
"host": "acg.rip",
22232230
"url": "return (!fun.indexOF('/t/'))",
@@ -2281,8 +2288,7 @@
22812288
"pager": {
22822289
"nextL": "a[rel='next'], li.next > a",
22832290
"pageE": "table.torrent-list > tbody > tr",
2284-
"replaceE": "ul.pagination",
2285-
"scrollD": 2000
2291+
"replaceE": "ul.pagination"
22862292
}
22872293
},
22882294
"YTS": {
@@ -2302,8 +2308,7 @@
23022308
"pager": {
23032309
"nextL": "//div[@class='pagination']//a[text()='>>']",
23042310
"pageE": "table.table-list > tbody > tr",
2305-
"replaceE": ".pagination",
2306-
"scrollD": 1200
2311+
"replaceE": ".pagination"
23072312
}
23082313
},
23092314
"RARBG": {
@@ -2313,8 +2318,7 @@
23132318
"pager": {
23142319
"nextL": "#pager_links > a[title='next page']",
23152320
"pageE": "table.lista2t tr.lista2",
2316-
"replaceE": "#pager_links",
2317-
"scrollD": 1200
2321+
"replaceE": "#pager_links"
23182322
}
23192323
},
23202324
"Zooqle": {

0 commit comments

Comments
 (0)