mirror of
https://github.com/XIU2/UserScript.git
synced 2026-09-22 15:06:57 +00:00
新增 [YTS] 支持
This commit is contained in:
+21
-12
@@ -2089,18 +2089,6 @@
|
||||
"replaceE": ".wp-pagenavi"
|
||||
}
|
||||
},
|
||||
"Nyaa": {
|
||||
"host": [
|
||||
"nyaa.si",
|
||||
"sukebei.nyaa.si"
|
||||
],
|
||||
"pager": {
|
||||
"nextL": "a[rel='next'], li.next > a",
|
||||
"pageE": "table.torrent-list > tbody > tr",
|
||||
"replaceE": "ul.pagination",
|
||||
"scrollD": 2000
|
||||
}
|
||||
},
|
||||
"SkrBT": {
|
||||
"host": "/skrbt/",
|
||||
"url": "return (fun.lp() == '/search')",
|
||||
@@ -2115,6 +2103,27 @@
|
||||
"scrollD": 900
|
||||
}
|
||||
},
|
||||
"Nyaa": {
|
||||
"host": [
|
||||
"nyaa.si",
|
||||
"sukebei.nyaa.si"
|
||||
],
|
||||
"pager": {
|
||||
"nextL": "a[rel='next'], li.next > a",
|
||||
"pageE": "table.torrent-list > tbody > tr",
|
||||
"replaceE": "ul.pagination",
|
||||
"scrollD": 2000
|
||||
}
|
||||
},
|
||||
"YTS": {
|
||||
"host": "yts.mx",
|
||||
"url": "/^\\/browse-movies/",
|
||||
"pager": {
|
||||
"nextL": "//li/a[text()='Next »']",
|
||||
"pageE": ".browse-movie-wrap",
|
||||
"replaceE": ".tsc_pagination"
|
||||
}
|
||||
},
|
||||
"1337x": {
|
||||
"host": "/1337x\\./",
|
||||
"url": "return (fun.indexOF('search/'))",
|
||||
|
||||
Reference in New Issue
Block a user