Redirect * twitter

Redirect to tw.rijndael.cc

  1. // ==UserScript==
  2. // @name Redirect * twitter
  3. // @description Redirect to tw.rijndael.cc
  4. // @include *://*twitter.com/*
  5.  
  6. // @version 0.1
  7. // @namespace https://gf.qytechs.cn/users/789838
  8. // ==/UserScript==
  9. const url = new URL(document.location.href);
  10. window.open('https://tw.rijndael.cc' + url.pathname,"_self");

QingJ © 2025

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