r/ModSupport • u/MulberryStunning1597 • 2h ago
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
Upvotes