NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
A simple Tampermonkey userscript that automatically redirects all *.curseforge.com/* subdomains to www.curseforge.com/*, preserving the full path, query, and hash.
This script is purely a URL normalization utility. It does not modify page content, inject elements, or collect any data. It only redirects CurseForge subdomains to the official www.curseforge.com domain.
This is a wildcard redirect, meaning it does not rewrite or interpret project structure — it only changes the domain.
*.curseforge.com/* subdomains to www.curseforge.com/*The script detects any URL under:
https://*.curseforge.com/
and rewrites it into:
https://www.curseforge.com/
while preserving everything after the domain.
https://minecraft.curseforge.com/projects/jei
→ https://www.curseforge.com/projects/jei
https://legacy.curseforge.com/minecraft/mods/jei
→ https://www.curseforge.com/minecraft/mods/jei
CurseForge uses category-based routing on the main domain.
This script does not fix or remap old project structures — it only normalizes domains.
Most modern CurseForge links will work correctly after redirect, but some legacy deep links may not map perfectly.
Install Tampermonkey:
https://www.tampermonkey.net/
Install via script repositories:
Greasy Fork:
https://greasyfork.org/en/scripts/582973-curseforge-legacy-www-redirect
OpenUserJS:
https://openuserjs.org/scripts/Zappingsbrew/CurseForge_Legacy_%E2%86%92_WWW_Redirect
The favicon used in this userscript is sourced directly from CurseForge and is used solely for cosmetic identification in userscript managers (e.g. Tampermonkey icons). It does not affect functionality.
Favicon source:
https://www.curseforge.com/favicon.ico
This script is purely a redirect utility and does not collect data, inject content, or modify page behavior beyond URL navigation.
This project is licensed under the MIT License.
© 2026 Zappingsbrew
Rating: 0