Greasy Fork

Unified NGA

NGA united!

目前为 2023-11-15 提交的版本。查看 最新版本

// ==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
// ==/UserScript==

(function() {
    'use strict';

    location.href = "https://bbs.nga.cn/" + location.pathname + location.search;
})();