NGA网址重定向至ngabbs

重定向NGA玩家社区的各种不同域名到ngabbs避免重复登录(不可用)。修改自 https://gf.qytechs.cn/users/73441

// ==UserScript==
// @name         NGA网址重定向至ngabbs
// @version      0.7
// @description  重定向NGA玩家社区的各种不同域名到ngabbs避免重复登录(不可用)。修改自 https://gf.qytechs.cn/users/73441
// @match        *://g.nga.cn/*
// @match        *://nga.178.com/*
// @match        *://bbs.nga.cn/*
// @match        *://ngacn.cc/*
// @match        *://yues.org/*
// @author       org30h & acbetter
// @grant        none
// @run-at       document-start
// @license      MIT

// @namespace    https://gf.qytechs.cn/zh-CN/scripts/451089
// ==/UserScript==

window.location.replace(location.href.replace(location.hostname, "ngabbs.com"));

QingJ © 2025

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