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