Skip to content

Commit ec38417

Browse files
committed
新增 [自动无缝翻页] 外置翻页规则
1 parent b23cc32 commit ec38417

1 file changed

Lines changed: 106 additions & 0 deletions

File tree

other/Autopage/rules.json

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
{
2+
"xvideos": {
3+
"host": [
4+
"www.xnxx.com",
5+
"www.xvideos.com"
6+
],
7+
"pager": {
8+
"nextL": "a.next-page, a.next",
9+
"pageE": ".mozaique > *",
10+
"replaceE": ".pagination"
11+
},
12+
"function": {
13+
"bF": "src_bF",
14+
"bFp": [
15+
0,
16+
"img[data-src]",
17+
"data-src"
18+
],
19+
"aF": "document.body.appendChild(document.createElement('script')).textContent = 'xv.thumb_block_initiator.init_listing();';"
20+
}
21+
},
22+
"pornhub": {
23+
"host": "/\\.pornhub\\.com/",
24+
"url": "/\\/video/",
25+
"style": ".footerContentWrapper, .pre-footer {display: none !important;}",
26+
"pager": {
27+
"nextL": "li.page_next > a",
28+
"pageE": "#videoSearchResult > li.pcVideoListItem, #videoCategory > li.pcVideoListItem",
29+
"replaceE": ".pagination3"
30+
},
31+
"function": {
32+
"bF": "src_bF",
33+
"bFp": [
34+
0,
35+
"img[data-src]",
36+
"data-src"
37+
]
38+
}
39+
},
40+
"91porn": {
41+
"host": [
42+
"91porn.com",
43+
"0118.workarea7.live"
44+
],
45+
"url": "/\\/v\\.php/",
46+
"pager": {
47+
"nextL": "id('paging')//a[text()='»']",
48+
"pageE": ".row .row > div",
49+
"replaceE": "#paging"
50+
}
51+
},
52+
"JavDB": {
53+
"host": "/^javdb/",
54+
"style": ".grid.columns {height: auto !important;} .grid-item.column{position: static !important; float: left !important; height: 313px !important;}",
55+
"pager": {
56+
"nextL": "a.pagination-next",
57+
"pageE": ".grid-item.column, .section-container > div",
58+
"replaceE": ".pagination"
59+
},
60+
"function": {
61+
"bF": "src_bF",
62+
"bFp": [
63+
0,
64+
"img[data-src]",
65+
"data-src"
66+
]
67+
}
68+
},
69+
"JavBus": {
70+
"host": "/\\.jav.+|.+jav\\./",
71+
"style": "#waterfall {height: auto !important;} #waterfall > .item {position: static !important; float: left !important; height: 400px !important;}",
72+
"pager": {
73+
"nextL": "#next",
74+
"pageE": "#waterfall > .item",
75+
"replaceE": ".pagination"
76+
}
77+
},
78+
"盖世汽车英文版": {
79+
"host": "autonews.gasgoo.com",
80+
"url": "if (location.pathname != '/' && location.pathname.indexOf('.html') == -1) {return true;}",
81+
"pager": {
82+
"nextL": "a.pageright",
83+
"pageE": ".newsListShow > ul",
84+
"replaceE": ".page"
85+
}
86+
},
87+
"下书网": {
88+
"host": "mip.xiashucom.com",
89+
"url": "/\\/yue_/",
90+
"pager": {
91+
"nextL": "a.pt-nextchapter",
92+
"pageE": ".pt-read-text > p",
93+
"replaceE": ".pt-read-btn"
94+
}
95+
},
96+
"24tupian": {
97+
"host": "www.24tupian.org",
98+
"url": "/\\/\\d{4}\\/.+\\.html/",
99+
"style": "#imgshow img {max-width: 98%;}",
100+
"pager": {
101+
"nextL": "//div[@class='bb']//li[./img[@id='bimg']]/following-sibling::li[1]/a",
102+
"pageE": "#imgshow img",
103+
"replaceE": ".bb ul"
104+
}
105+
}
106+
}

0 commit comments

Comments
 (0)