mirror of
https://github.com/XIU2/UserScript.git
synced 2026-09-07 11:27:41 +00:00
新增 [TorrentGalaxy]、[LimeTorrents] 支持; 补充 [番组计划] 其他域名
This commit is contained in:
@@ -665,7 +665,7 @@
|
||||
}
|
||||
},
|
||||
"番组计划": {
|
||||
"host": "bangumi.tv",
|
||||
"host": ["bgm.tv","bangumi.tv"],
|
||||
"url": "/\\/(browser|subject_search|tag)/",
|
||||
"pager": {
|
||||
"nextL": "//div[@class='page_inner']/a[text()='››']",
|
||||
@@ -674,7 +674,7 @@
|
||||
}
|
||||
},
|
||||
"番组计划 - 小组帖子列表": {
|
||||
"host": "bangumi.tv",
|
||||
"host": ["bgm.tv","bangumi.tv"],
|
||||
"url": "/\\/forum/",
|
||||
"pager": {
|
||||
"nextL": "//div[@class='page_inner']/a[text()='››']",
|
||||
@@ -2362,6 +2362,26 @@
|
||||
"replaceE": ".pages"
|
||||
}
|
||||
},
|
||||
"TorrentGalaxy.": {
|
||||
"host": "torrentgalaxy.to",
|
||||
"url": "/^\\/torrents\\.php/",
|
||||
"blank": 3,
|
||||
"pager": {
|
||||
"nextL": "li.page-item.active+li.page-item>a",
|
||||
"pageE": ".tgxtable",
|
||||
"replaceE": ".pagination"
|
||||
}
|
||||
},
|
||||
"LimeTorrents": {
|
||||
"host": "/^www\\.limetorrents\\./",
|
||||
"url": "return (document.title.indexOf('LimeTorrents') > -1 && (fun.indexOF('/search/') || fun.indexOF('/browse-torrents')))",
|
||||
"blank": 3,
|
||||
"pager": {
|
||||
"nextL": "a#next",
|
||||
"pageE": "table.table2>tbody>tr:not(:first-of-type)",
|
||||
"replaceE": ".search_stat"
|
||||
}
|
||||
},
|
||||
"WebHD": {
|
||||
"host": "webhd.cc",
|
||||
"url": "return (fun.lp() == '/' || fun.indexOF('/list/new'))",
|
||||
|
||||
Reference in New Issue
Block a user