Redirect * twitter

Redirect to tw.rijndael.cc

// ==UserScript==
// @name        Redirect * twitter
// @description Redirect to tw.rijndael.cc
// @include     *://*twitter.com/*

// @version 0.1
// @namespace https://gf.qytechs.cn/users/789838
// ==/UserScript==
const url = new URL(document.location.href);
window.open('https://tw.rijndael.cc' + url.pathname,"_self");

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址