Redirect to tw.rijndael.cc
// ==UserScript==
// @name Redirect * twitter
// @description Redirect to tw.rijndael.cc
// @include *://*twitter.com/*
// @version 0.1
// @namespace https://greasyfork.org/users/789838
// ==/UserScript==
const url = new URL(document.location.href);
window.open('https://tw.rijndael.cc' + url.pathname,"_self");