Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Redirect Twitter To Nitter
- // @namespace Violentmonkey Scripts
- // @match https://twitter.com/*
- // @grant none
- // @version 1.0
- // @author -
- // @description 10/17/2022, 7:27:35 PM
- // ==/UserScript==
- 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