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