您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
重定向NGA玩家社区的各种不同域名到ngabbs避免重复登录。修改自 https://greasyfork.org/users/73441
// ==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 // ==/UserScript== window.location.replace(location.href.replace(location.hostname, "ngabbs.com"));