Greasy Fork is available in English.

NGA网址重定向178

应急重定向nga到178域名。

// ==UserScript==
// @name		NGA网址重定向178
// @version		0.1
// @description	应急重定向nga到178域名。
// @author		SkywalkerJi
// @match		*://ngabbs.com/*
// @match		*://*.ngacn.cc/*
// @match		*://ngacn.cc/*
// @match		*://bbs.nga.cn/*
// @match		*://g.nga.cn/*
// @match		*://yues.org/*
// @license		MIT
// @grant		none
// @run-at		document-start
// @namespace https://greasyfork.org/users/100154
// ==/UserScript==
 
window.location.replace(location.href.replace(location.hostname, "nga.178.com"));