Live data from Hacker News

Nitter: Alternative Twitter Front-End

github.com

41–50 of 52 posts

Re: Nitter: Alternative Twitter Front-End

#41
I’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.

Re: Nitter: Alternative Twitter Front-End

#42
post #11

privacy 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...

There's also 'UntrackMe' for Android: https://fedilab.app/wiki/untrackme/

Re: Nitter: Alternative Twitter Front-End

#43
post #3

When 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

#44
Quick and dirty bookmarklet that will replace twitter links on the current page with equivalent nitter links, or if already on a twitter page, redirect to nitter:

http://ix.io/3wSM

To 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

#45

This 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…

Tweetdeck offers a great interface and it's also an official client run by Twitter. Better information density. I have 20+ different columns with different focuses or "priorities".

Re: Nitter: Alternative Twitter Front-End

#46
post #3

When 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.

Yes, but as of last December (I believe Dec. 15), it still required JS to be turned on.

Re: Nitter: Alternative Twitter Front-End

#47
post #3

When 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.

>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

#48
post #20
post #11

privacy 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.

Its a shame, is there an equivalent out there?

Re: Nitter: Alternative Twitter Front-End

#49

Earlier 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.…

Wow!

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

#50
post #41

I’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.

Nitter has existed for roughly 2 years already and I think Twitter knows about it even without this HN post :)
Post reply on HN