Guest User

Untitled

a guest
Oct 17th, 2022
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Redirect Twitter To Nitter
  3. // @namespace Violentmonkey Scripts
  4. // @match https://twitter.com/*
  5. // @grant none
  6. // @version 1.0
  7. // @author -
  8. // @description 10/17/2022, 7:27:35 PM
  9. // ==/UserScript==
  10.  
  11. window.location.href = `https://nitter.net/${window.location.href.substring(window.location.href.indexOf("twitter.com/") + "twitter.com/".length)}`;
Advertisement
Add Comment
Please, Sign In to add comment