Skip to content

Commit 88a86f2

Browse files
committed
新增 [片源网]、[片吧影院]、[零度动漫]、[Kickass]、[SupJav] 支持
1 parent 888f1c4 commit 88a86f2

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

other/Autopage/rules.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,6 +1950,21 @@
19501950
"bF": "return fun.src_bF(pageE, [0,'img[data-original]','data-original'])"
19511951
}
19521952
},
1953+
"片吧影院": {
1954+
"host": "www.pianba.tv",
1955+
"url": "return (fun.indexOF(/^\\/(so|class)\\//) || fun.indexOF('/sort/all'))",
1956+
"style": ".stui-page__all{display: none !important;}",
1957+
"blank": 3,
1958+
"pager": {
1959+
"nextL": "li.active.hidden-xs+li.hidden-xs>a",
1960+
"pageE": ".stui-vodlist",
1961+
"replaceE": ".stui-page__item",
1962+
"scrollD": 1000
1963+
},
1964+
"function": {
1965+
"bF": "return fun.src_bF(pageE, [1,'a[data-original]','data-original'])"
1966+
}
1967+
},
19531968
"91 美剧网": {
19541969
"host": "/mjw\\d+\\.com/",
19551970
"url": "return (document.title.indexOf('91美剧') > -1 && !fun.indexOF('/w/') && !fun.indexOF('/dp/'))",
@@ -2175,6 +2190,31 @@
21752190
"scrollD": 1000
21762191
}
21772192
},
2193+
"片源网": {
2194+
"host": "pianyuan.org",
2195+
"url": "return (fun.lp() == '/')",
2196+
"pager": {
2197+
"nextL": "a.next",
2198+
"pageE": "table>tbody>tr:not(.firstr)",
2199+
"replaceE": ".pagination"
2200+
},
2201+
"function": {
2202+
"bF": "return fun.src_bF(pageE, [0,'img[data-original]','data-original'])",
2203+
"aF": "document.body.appendChild(document.createElement('script')).textContent = 'this.imagePreview()'"
2204+
}
2205+
},
2206+
"片源网 - 分类/搜索页": {
2207+
"host": "pianyuan.org",
2208+
"url": "return (!fun.indexOF('.html'))",
2209+
"pager": {
2210+
"nextL": "a.next",
2211+
"pageE": "div[role='main']>div:not(.pagelist)",
2212+
"replaceE": ".pagination"
2213+
},
2214+
"function": {
2215+
"bF": "return fun.src_bF(pageE, [0,'img[data-original]','data-original'])"
2216+
}
2217+
},
21782218
"BT 之家": {
21792219
"host": "/btbtt/",
21802220
"url": "return (fun.getCSS(\".logo>a[title='BT之家']\") != null && (fun.lp() == '/' || fun.indexOF(/^\\/(index|forum|search)-/)))",
@@ -2285,6 +2325,15 @@
22852325
"replaceE": ".pages"
22862326
}
22872327
},
2328+
"零度动漫": {
2329+
"host": "bt.acgzero.com",
2330+
"url": "return (fun.lp() == '/')",
2331+
"pager": {
2332+
"nextL": "li.active.page-item+li.page-item>a",
2333+
"pageE": "table>tbody",
2334+
"replaceE": ".pagination"
2335+
}
2336+
},
22882337
"SkrBT": {
22892338
"host": "/skrbt/",
22902339
"url": "return (fun.getCSS(\"link[href*='/skrbt/'], img[src*='/skrbt/']\") != null && fun.lp() == '/search')",
@@ -2346,6 +2395,16 @@
23462395
"replaceE": ".pagination"
23472396
}
23482397
},
2398+
"Kickass Torrents": {
2399+
"host": "kickasss.to",
2400+
"url": "return (fun.lp() != '/' && !fun.indexOF('.html') && !fun.indexOF('/popular'))",
2401+
"blank": 3,
2402+
"pager": {
2403+
"nextL": "a.active+a",
2404+
"pageE": "table.data.frontPageWidget>tbody>tr:not(.firstr)",
2405+
"replaceE": ".pages"
2406+
}
2407+
},
23492408
"WebHD": {
23502409
"host": "webhd.cc",
23512410
"url": "return (fun.lp() == '/' || fun.indexOF('/list/new'))",
@@ -4976,6 +5035,19 @@
49765035
"bF": "return fun.src_bF(pageE, [0,'img[data-src]','data-src'])"
49775036
}
49785037
},
5038+
"SupJav": {
5039+
"host": "supjav.com",
5040+
"url": "return (fun.indexOF('/category/') || fun.indexOF('/tag/') || fun.indexOF('/popular') || fun.indexOF('s=','s'))",
5041+
"blank": 3,
5042+
"pager": {
5043+
"nextL": "li.active+li > a",
5044+
"pageE": ".posts",
5045+
"replaceE": ".pagination"
5046+
},
5047+
"function": {
5048+
"bF": "return fun.src_bF(pageE, [0,'img[data-original]','data-original'])"
5049+
}
5050+
},
49795051
"JavBooks": {
49805052
"host": ["javbooks.com","jmvbt.com","/^[a-z]{2}\\d{4}\\.com$/"],
49815053
"url": "return (document.title.indexOf('Javbooks') > -1 && !fun.indexOF('/content_'))",

0 commit comments

Comments
 (0)