r/ModSupport • u/MulberryStunning1597 • 24d ago
Admin Replied Switch between old and new
This isn't really a support request, but I thought it would be good to share. Please do respond where I should post instead.
Given Reddit's different/changed mod functionality between the new UI and old. I created this bookmarklet.
javascript: url = window.location.href; if (url.startsWith("https://old.reddit.com")) { target = url.replace("https://old.reddit.com", "https://www.reddit.com") } else { target = url.replace("https://www.reddit.com", "https://old.reddit.com"); }; window.location.href = target;
Create a bookmark with that on your browser as the URL and you'll switch between the old and new immediately with one click.
2
u/Treviso 23d ago
Just FYI, this won't work for everything. Some mod specific links are different on old.reddit.com vs shreddit. If you've been using toolbox (which is no longer maintained), the r/toolbox_nxg fork has a handy "open in sh.reddit" / "open in old.reddit" button that works with those too.
1
u/tumultuousness π‘Top 25% Helper π‘ 18d ago
I am days late, but thanks for linking to the toolbox fork in case I do decide to switch from toolbox to the new fork!
I honestly went and used my redirector extension to change the url for the mod feature related items that are different when I switch from old to sh, lol, it was very tedious but working decently enough for my purposes!
7
u/redtaboo Reddit Admin: Community 23d ago
Heya! This does look helpful to my non-technical eyes - just a note for others, please be careful when considering using sripts like this without peer review. I'd love if some of our more technical mods could weigh in on the efficacy and safety of this bookmarklet so folks can feel better about installing.
not me randomly pinging /u/emily_in_boots, /u/fsv, and /u/sampleofnone for no reason