// ==UserScript== // @name 阿儿法营火星救援 // @namespace http://tampermonkey.net/ // @version 免费 // @description 将火星人带到火星(大雾) // @author Silverteal // @match https://*aerfaying.com/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; window.location.assign(window.location.href.replace("aerfaying.com","gitblock.cn")); // Your code here... })();