Skip to content

Instantly share code, notes, and snippets.

@n-buna404
Created December 26, 2022 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n-buna404/d00309412bbdf7febb72c90677cba8a6 to your computer and use it in GitHub Desktop.
Save n-buna404/d00309412bbdf7febb72c90677cba8a6 to your computer and use it in GitHub Desktop.
Redirect twitter link to nitter instances.
javascript:(function(){ 'use strict';window.location.href = (window.location.href).replace("twitter", "singapore.unofficialbird"); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment