Greasy Fork

阿儿法营火星救援

将火星人带到火星(大雾)

当前为 2021-07-11 提交的版本,查看 最新版本

// ==UserScript==
// @name         阿儿法营火星救援
// @namespace    http://tampermonkey.net/
// @version      免费
// @description  将火星人带到火星(大雾)
// @author       Silverteal
// @match        https://*aerfaying.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    window.location.assign(window.location.href.replace("aerfaying.com","gitblock.cn"));

    // Your code here...
})();