2048 重定向

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

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==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"));