Last active
September 18, 2023 14:46
-
-
Save teroyks/8935c471acd1dbf39354d0d77387e608 to your computer and use it in GitHub Desktop.
Redirect a Twitter URL to Nitter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(() => { const nitter_instance = 'nitter.net'; const current_url = window.location.href; window.location.href = current_url.replace(/(mobile\.)?twitter\.com/, nitter_instance); })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this to a bookmark URL, and then click on the bookmark when viewing a Twitter page.