logoalt Hacker News

throwawayfourtoday at 5:45 PM1 replyview on HN

Good reminder to also set up something that does this automatically for you:

https://news.ycombinator.com/item?id=46526010


Replies

JimAtoday at 9:17 PM

I generally avoid extensions that can read all sites (even if technically necessary), so use the suggestion found here [1] instead.

A few bookmarklets:

javascript:(function(){if (location.host.endsWith('x.com')) location.host='xcancel.com';})()

javascript:(function(){if (location.host.endsWith('youtube.com')) location.host='inv.nadeko.net';})()

javascript:(function(){if (location.hostname.endsWith('instagram.com')) {location.replace('https://imginn.com' + location.pathname);}})()

[1] https://www.reddit.com/r/uBlockOrigin/comments/1cc0uon/addin...