I create a two bookmarks in a folder called redirects in the bookmarks toolbar for easy access.
when I click on a link to reddit, I click on the bookmark and it automatically redirects to reddit.nerdvpn.de or redlib.privacyredirect.com. there are many others
javascript:(function(){if (location.host.endsWith('.reddit.com') && (location.host !='new.reddit.com') ) location.host='redlib.privacyredirect.com';})()
javascript:(function(){if (location.host.endsWith('.reddit.com') && (location.host !='new.reddit.com') ) location.host='reddit.nerdvpn.de';})()
here is the same thing for x.com redirects to xcancel.com
javascript:(function(){if (location.host.endsWith('.x.com') && (location.host !='new.x.com') ) location.host='xcancel.com ';})()
saves having loads of addons