重定向NGA玩家社区的各种不同域名,避免重复登录(不可用)。
// ==UserScript==
// @name NGA网址重定向助手
// @version 0.3
// @description 重定向NGA玩家社区的各种不同域名,避免重复登录(不可用)。
// @match *://g.nga.cn/*
// @match *://ngabbs.com/*
// @match *://ngacn.cc/*
// @match *://bbs.nga.cn/*
// @match *://nga.178.com/*
// @match *://yues.org/*
// @author WaterEast
// @namespace https://gf.qytechs.cn/users/73441
// @grant none
// @run-at document-start
// @license MIT
// ==/UserScript==
const NGA_destination = "ngabbs.com"
if (location.hostname!=NGA_destination) {
window.location.replace(location.href.replace(location.hostname, NGA_destination));
}
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址