Remix.run Logo
ewoodrich 2 days ago

I set up a URL redirect rule in Edge/Brave/Chrome with the extension URL Auto Redirector (previously used Redirector but it was removed, there are other alternatives available for Firefox I'm sure). I also found a similar front end for Instagram but just added a rule yesterday so haven't tested it extensively yet.

I avoid most Twitter/X content after I deleted my account but it's helpful when it gets linked in HN.

  Source                           |  Destination
  -----------------------------------------------------------                                 
  ^https?://x.com/(.*)             |  https://xcancel.com/$1
  ^https?://twitter.com/(.*)       |  https://xcancel.com/$1
  ^https?://instagram.com/(.*)     |  https://imginn.com/$1
  ^https?://www.instagram.com/(.*) |  https://imginn.com/$1
URL Auto Redirector:

https://chromewebstore.google.com/detail/url-auto-redirector...

clydethefrog 2 days ago | parent | next [-]

For Kagi users - it's also possible to redirect it in Kagi with redirect rules in search settings:

   ^https://x.com|https://xcancel.com

  ^https://instagram.com|https://imginn.com
a day ago | parent | prev | next [-]
[deleted]
boramalper 2 days ago | parent | prev | next [-]

Thanks for sharing! I continue using Redirector [0] on Firefox for other stuff but it didn't occur to me to set one for Twitter.

[0] https://addons.mozilla.org/en-US/firefox/addon/redirector/

defaultchar 2 days ago | parent | prev | next [-]

I created this plug-in for firefox...

https://addons.mozilla.org/en-US/firefox/addon/bookmark-cont...

Not being updated any more, but might be useful to someone.

Tepix 2 days ago | parent | prev [-]

Thanks. You only need this single regex for instagram:

    ^https?://(?:www\.)?instagram.com/(.\*)