Greasy Fork

Nitter

Always redirects to nitter

目前为 2021-02-06 提交的版本。查看 最新版本

// ==UserScript==
// @name               Nitter
// @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.42l.fr" + window.location.pathname + window.location.search);