将火星人带到火星(大雾)
< 脚本阿儿法营火星救援的反馈
// ==UserScript==// 这个脚本改编其他脚本.// ==/UserScript==(function() { 'use strict'; window.location.assign(window.location.href.replace("aerfaying.com","gitblock.cn")); window.location.assign(window.location.href.replace("mozhua.aerfaying.com","gitblock.cn")); // Your code here...})();
mozhua.aerfaying的也要加
登录以发表回复。
// ==UserScript==
// 这个脚本改编其他脚本.
// ==/UserScript==
(function() {
'use strict';
window.location.assign(window.location.href.replace("aerfaying.com","gitblock.cn"));
window.location.assign(window.location.href.replace("mozhua.aerfaying.com","gitblock.cn"));
// Your code here...
})();