Is there a way to always redirect any reddit.com URL to old.reddit.com within chrome or safari?
Despise new reddit. Not sure of the best way to do this, if I should do it from the browser itself, or if there is a networking setting I can do this with.
Reddirect is a tiny Safari extension that redirects new reddit to old reddit. In fact, the script is so short I'll include it here: location.replace(location.href.replace('www.reddit.com', 'old.reddit.com'))