NGA网址重定向

原来的脚本太老,有些域名无法匹配,顺手更新了一下

  1. // ==UserScript==
  2. // @name NGA网址重定向
  3. // @namespace https://gf.qytechs.cn/zh-CN/users/217333-%E7%A7%8B%E6%9C%88
  4. // @version 1.0.1
  5. // @description 原来的脚本太老,有些域名无法匹配,顺手更新了一下
  6. // @include *://*.ngacn.cc/*
  7. // @include *://nga*com/*
  8. // @author 秋月
  9. // @grant none
  10. // @run-at document-start
  11. // ==/UserScript==
  12.  
  13. document.location.href = document.location.href.replace(/nga.+.com/i, 'bbs.nga.cn').replace('ngacn.cc', 'nga.cn');

QingJ © 2025

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