Comment by Desidiosus_ on 26/02/2021 at 07:09 UTC

2 upvotes, 0 direct replies (showing 0)

View submission: Update to user preferences

View parent comment

You can use Redirector extension (available for both Firefox[1] and Chrome[2]) to always redirect to old.reddit.com. There are probably extensions just to do the redirection to old.reddit but I also use the extension to redirect mobile sites to desktop sites. uBlock Origin can be used to block the ads.

1: https://addons.mozilla.org/en-GB/firefox/addon/redirector

2: https://chrome.google.com/webstore/detail/redirector/ocgpenflpmgnfapjedencafcfakcekcd

You create a redirect in Redirector and it then changes the url to the desired one. This is what I use for old.reddit:

Include pattern: `(.*)(www|new)\.reddit.com(.*)`

Redirect to: `$1old.reddit.com$3`

Pattern type: `Regular Expression`

Replies

There's nothing here!