65 () posted 2 years ago by quantumwannabe 2 years ago by quantumwannabe +67 / -2 33 comments share 33 comments share save hide report block hide replies
I just want twitter to stop blocking me because I don't have an account, I used to be able to browse it without hindrance.
When that account popup comes up click the login button, then press the X to close the popup.
https://github.com/zedeus/nitter/wiki/Instances
Used like "nitter.instance/user/status/digits".
Example from OP archive link: https://nitter.it/elonmusk/status/1587670513819729920
There are also browser add-ons available that automatically redirect to a Nitter instance. This one seems pretty good.
That one only works for googles web extensions though, here's a GreaseMonkey script that does the same:
// ==UserScript==
// @name Nitter Redirect
// @namespace https://greasyfork.org/en/users/728780-turbo-cafe-clovermail-net
// @description Always redirects to nitter
// @include ://twitter.com/
// @version 1.03
// @run-at document-start
// @author [email protected]
// @grant none
// ==/UserScript==
window.location.replace("https://nitter.it" + window.location.pathname + window.location.search);