We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c79cac commit 075d9d9Copy full SHA for 075d9d9
other/Autopage/rules.json
@@ -2030,11 +2030,22 @@
2030
},
2031
"CurseForge": {
2032
"host": "www.curseforge.com",
2033
+ "url": "return fun.isPager()",
2034
+ "blank": 3,
2035
+ "pager": {
2036
+ "nextL": ".btn-next",
2037
+ "pageE": ".results-container>div",
2038
+ "replaceE": ".pagination"
2039
+ }
2040
+ },
2041
+ "CurseForge - legacy": {
2042
+ "host": "legacy.curseforge.com",
2043
2044
2045
"pager": {
2046
"nextL": ".pagination-next>a",
2047
"pageE": "div.my-2",
- "replaceE": ".pagination",
- "scrollD": 2500
2048
2049
}
2050
2051
"Planet Minecraft": {
0 commit comments