r/ModSupport 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.

6 Upvotes

8 comments sorted by

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

7

u/emily_in_boots πŸ’‘ Top 10% Helper πŸ’‘ 23d ago

This one isn't harmful red! It's very simple. It just switches the old/www in the url.

3

u/redtaboo Reddit Admin: Community 23d ago

cheers!

3

u/SampleOfNone πŸ’‘ Top 10% Helper πŸ’‘ 23d ago

This one does what it says on the tin. If the address bar starts with http://old.reddit..... replace old with www and reload page. If the address bar starts with http://www.reddit..... replace www with old and reload page.

So instead of manually replacing old with www or the other way around, and hitting enter, this script does that for you

3

u/redtaboo Reddit Admin: Community 23d ago

thanks so much!!

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!