Nitter: Alternative Twitter Front-End
41–50 of 52 posts
Re: Nitter: Alternative Twitter Front-End
#42privacy redirect is a browser extension that can automatically redirect twitter links to the nitter instance of your choice. it also handles youtube->invidious, instagram->bibliogram, reddit->teddit, and more firefox https://addons.mozilla.org/en-US/firefox/addon/privacy-redir... chrome https://chrome.google.com/webstore/detail/privacy-redirect/p...
Re: Nitter: Alternative Twitter Front-End
#43When Nitter first came around, it was incredible. It really goes to show just how easy it would be for Twitter to provide a fast and accessible version of their site if that was their goal. Too bad it isn’t and Nitter instances will forever run into rate limiting.
You can spoof your useragent to a mobile handset and visit https://mobile.twitter.com/ if you like a more bare-bones Twitter interface.
Re: Nitter: Alternative Twitter Front-End
#44To use: Create a browser bookmark with its URL field set to the contents of the above ix.io page. Then, when on a page with twitter links, click your new bookmarklet before clicking the links. Title bar text will briefly say what the bookmarklet did.
Re: Nitter: Alternative Twitter Front-End
#45This might be a shot in the dark, but: is there a Twitter "frontend"* that is as clean/compact as HN or even old.reddit? I get it was made with phones in mind, and that its primary use case is real-time news and short messages from influencers, but, as someone who primarily consumes social media on a desktop and whose interactions with the platform consist of reading tweets from niche accounts, i've found the way Twi…
Re: Nitter: Alternative Twitter Front-End
#46When Nitter first came around, it was incredible. It really goes to show just how easy it would be for Twitter to provide a fast and accessible version of their site if that was their goal. Too bad it isn’t and Nitter instances will forever run into rate limiting.
> how easy it would be for Twitter to provide a fast and accessible version of their site if that was their goal You can spoof your useragent to a mobile handset and visit https://mobile.twitter.com/ if you like a more bare-bones Twitter interface.
Re: Nitter: Alternative Twitter Front-End
#47When Nitter first came around, it was incredible. It really goes to show just how easy it would be for Twitter to provide a fast and accessible version of their site if that was their goal. Too bad it isn’t and Nitter instances will forever run into rate limiting.
Not if you run your own for yourself.
Re: Nitter: Alternative Twitter Front-End
#48privacy redirect is a browser extension that can automatically redirect twitter links to the nitter instance of your choice. it also handles youtube->invidious, instagram->bibliogram, reddit->teddit, and more firefox https://addons.mozilla.org/en-US/firefox/addon/privacy-redir... chrome https://chrome.google.com/webstore/detail/privacy-redirect/p...
>instagram->bibliogram no longer works.
Re: Nitter: Alternative Twitter Front-End
#49Earlier quoted context omitted.
Page says “Uses Twitter's unofficial API (no rate limits or developer account required)”. What is this unofficial API?
It means using the "guest token" (gt) for sending GraphQL queries. The gt is public and is distributed via the twitter.com public web page. The gt is the same for every member of the public. To see the gt, read the contents of twitter.com For example, using Chrome chrome view-source:mobile.twitter.com Ctrl-F gt= or curl curl https://mobile.twitter.com|grep -o gt=[0-9]* To retrieve tweets three steps are required: 1.…
But there must be some kind of IP based rate limiting or something, right? At least for DDoS protection even if it's not intended to prevent scrapping.
Re: Nitter: Alternative Twitter Front-End
#50I’m a little sad to see this on the front page, because even though it’s just a matter of time before Twitter nixes this workaround for their recent user hostile change, it might have otherwise lasted a bit longer.