Greasy Fork

nga 自动重定向

9/15/2022, 6:12:18 PM

// ==UserScript==
// @name        nga 自动重定向
// @namespace   Violentmonkey Scripts
// @match       https://bbs.nga.cn/*
// @match       https://ngabbs.com/*
// @grant       none
// @version     1.01
// @author      -
// @description 9/15/2022, 6:12:18 PM
// @license MIT
// ==/UserScript==

window.location.href = 'https://nga.178.com' + window.location.pathname + window.location.search;