zlacker

[parent] [thread] 0 comments
1. reify+(OP)[view] [source] 2026-01-07 12:22:06
I dont use x, but I use this for redirects to reddit;

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

[go to top]