// ==UserScript== // @name NGA网址重定向至ngabbs // @version 0.7 // @description 重定向NGA玩家社区的各种不同域名到ngabbs避免重复登录。修改自 https://greasyfork.org/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://greasyfork.org/zh-CN/scripts/451089 // @downloadURL none // ==/UserScript== window.location.replace(location.href.replace(location.hostname, "ngabbs.com"));