NGA in one!
// ==UserScript==
// @name Unified NGA
// @namespace http://tampermonkey.net/
// @version 0.3
// @description NGA in one!
// @license MIT
// @author You
// @match https://nga.178.com/*
// @match https://www.ngacn.cc/*
// @match https://ngabbs.com/*
// @match https://g.nga.cn/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=nga.cn
// @grant none
// @run-at document-start
// ==/UserScript==
(function() {
'use strict';
location.href = "https://bbs.nga.cn" + location.pathname + location.search;
})();