Title: "Is there an old reddit login flow extension that still works?"
Hey folks,
Anyone know of an old reddit login flow extension that's still functional in 2024? I miss the simplicity of the old login page, and the new one just feels clunky.
Tried a few extensions but most seem abandoned or broken. Hoping someone’s found a workaround or a hidden gem.
Bonus points if it’s lightweight—no bloatware pls.
Thanks in advance!
(Also, if you’ve got tips for other old reddit tweaks, I’m all ears.)
I feel your pain! The new login flow is such a mess. I’ve been using "Old Reddit Redirect" with a custom script to force the old reddit login flow extension 2024 style.
It’s not perfect, but it works most of the time. Just make sure to enable "old.reddit.com" in the settings.
Also, check out "Reddit Enhancement Suite" (RES)—it has some legacy options that might help.
Honestly, most extensions are dead now. But you can try "Redirector" for Firefox/Chrome and set up a rule to always redirect to old.reddit.com/login.
Not exactly an old reddit login flow extension 2024, but it’s a solid workaround.
Pro tip: Pair it with RES for the full old-school experience.
I’ve been using "Old Reddit Forever" + "Redirector" combo.
Not a dedicated old reddit login flow extension, but it keeps everything on old.reddit.com, including the login page.
Works like a charm in 2024.
If you’re on Firefox, "Old Reddit Redirect" is still kicking.
It doesn’t *just* handle login, but it forces all of Reddit to use the old style, including the login flow.
Might be worth a shot if you’re after that classic vibe.
Try this userscript:
```javascript
if (window.location.href.includes('www.reddit.com/login')) {
window.location.href = 'https://old.reddit.com/login';
}
```
Paste it into Tampermonkey. Super lightweight and does the trick for an old reddit login flow extension 2024 fix.
Not an extension, but bookmark this:
`javascript:window.location.href='https://old.reddit.com/login'`
Click it whenever you need to log in. Low-tech, but zero bloat.
"Old Reddit Redirect" still works for me in Chrome.
It’s not *just* for login, but it forces the old design globally, so the login page stays classic too.
Might be the closest thing to an old reddit login flow extension 2024 that’s still alive.
OP Reply:
Wow, thanks for all the suggestions! Didn’t expect so many options.
I tried the Greasemonkey script and it works perfectly—exactly the old reddit login flow extension 2024 fix I needed.
Also, shoutout to the Redirector tip. Pairing it with RES now and it’s like Reddit never changed.
You folks are legends!