A simple Tampermonkey userscript that automatically redirects old.reddit.com to www.reddit.com, preserving the full path, query, and post links.
- Install Tampermonkey in your browser.
- Click Add a new script.
- Copy the code from
old-reddit-redirect.user.jsand paste it into the editor. - Save the script.
- Visit any
old.reddit.compage and it will redirect automatically towww.reddit.com.
- Greasy Fork – Official Tampermonkey install page
- OpenUserJS – Alternative install page
- GitHub – Repository and source code
- Preserves full URLs (subreddit, posts, comments, queries, hashes).
- Minimal and fast.
- Runs before the page loads to avoid flicker.
Fork this repo and submit pull requests for improvements.
MIT License © Zappingsbrew