mirror of
https://github.com/XIU2/UserScript.git
synced 2026-07-24 11:03:23 +00:00
新增 [CurseForge - legacy] 支持; 更新 [CurseForge] 规则
This commit is contained in:
@@ -2030,11 +2030,22 @@
|
||||
},
|
||||
"CurseForge": {
|
||||
"host": "www.curseforge.com",
|
||||
"url": "return fun.isPager()",
|
||||
"blank": 3,
|
||||
"pager": {
|
||||
"nextL": ".btn-next",
|
||||
"pageE": ".results-container>div",
|
||||
"replaceE": ".pagination"
|
||||
}
|
||||
},
|
||||
"CurseForge - legacy": {
|
||||
"host": "legacy.curseforge.com",
|
||||
"url": "return fun.isPager()",
|
||||
"blank": 3,
|
||||
"pager": {
|
||||
"nextL": ".pagination-next>a",
|
||||
"pageE": "div.my-2",
|
||||
"replaceE": ".pagination",
|
||||
"scrollD": 2500
|
||||
"replaceE": ".pagination"
|
||||
}
|
||||
},
|
||||
"Planet Minecraft": {
|
||||
|
||||
Reference in New Issue
Block a user