Greasy Fork

Greasy Fork is available in English.

nga重定向看评论

nga看不到评论,暂时重定向至178.com域名

// ==UserScript==
// @name         nga重定向看评论
// @namespace    http://greasyfork.icu/zh-CN/scripts/450199
// @version      0.0.2
// @description  nga看不到评论,暂时重定向至178.com域名
// @author       友则
// @match       *://bbs.nga.cn/*
// @license		MIT
// @grant        none
// ==/UserScript==

window.location.replace(location.href.replace(location.hostname, "nga.178.com"));