NGA网址重定向

重定向NGA玩家社区的各种不同域名的网址到bbs.nga.cn,避免重复登录(不可用)。

  1. // ==UserScript==
  2. // @name NGA网址重定向
  3. // @namespace https://gf.qytechs.cn/zh-CN/scripts/22508
  4. // @version 0.1.2
  5. // @description 重定向NGA玩家社区的各种不同域名的网址到bbs.nga.cn,避免重复登录(不可用)。
  6. // @author 咕德 @ WoW-玛洛加尔-<蓝丨图>
  7. // @match *://nga.178.com/*
  8. // @match *://nga.178.com/*
  9. // @match *://ngabbs.com/*
  10. // @match *://*.ngacn.cc/*
  11. // @match *://ngacn.cc/*
  12. // @match *://g.nga.cn/*
  13. // @match *://yues.org/*
  14. // @license MIT
  15. // @grant none
  16. // @run-at document-start
  17. // ==/UserScript==
  18.  
  19. window.location.replace(location.href.replace(location.hostname, "bbs.nga.cn"));

QingJ © 2025

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