Sleazy Fork is available in English.

2048 重定向

重定向2048我为人人社区临时地址至永久地址hjd2048.com,如存在误杀,复制@exclude行并将地址改为需要解除误杀的地址即可

// ==UserScript==
// @name                2048 重定向
// @description         重定向2048我为人人社区临时地址至永久地址hjd2048.com,如存在误杀,复制@exclude行并将地址改为需要解除误杀的地址即可
// @namespace        2048-redirector
// @version             2024.08.12
// @author              雪豹闭嘴
// @license             MIT License
// @run-at              document-start
// @match               *://*/2048/*
// @exclude             *://hjd2048.com/*
// ==/UserScript==

"use strict";

window.location.replace(location.href.replace(location.hostname, "hjd2048.com"));