Twitter dislikes VPN users so it is unviewable for me, just endless refreshing

Thank you, I wonder if I can somehow automatically twitter -> nitter in my hosts file or something.

I use the Redirector[0] browser extension to do this, and it works great.

[0]: https://einaregilsson.com/redirector/

Good lookin' out, thanks

Edit: Here's the config I use to twitter -> nitter

    Redirect: https://twitter.com/\*
    to: https://nitter.net/$1
    Hint: Any word after twitter.com leads to nitter
    Example:https://twitter.com/some-username → https://nitter.net/some-username
    Applies to: Main window (address bar), IFrames

That got me wondering what other frontends there are for popular sites, and though I don't use reddit, I know a lot of folks do, so this should work for a thing I just found called 'teddit' which is inspired by Nitter

    Redirect: https://reddit.com/*
    to: https://teddit.net/$1
    Hint: Any word after reddit.com leads to teddit
    Example: https://reddit.com/u/some-username → https://teddit.net/u/some-username
    Applies to: Main window (address bar), IFrames
Here's a great compilation of privacy-preserving, JS-free front-ends for many popular sites like Twitter, Reddit, Youtube, and more: https://github.com/mendel5/alternative-front-ends