2048 重定向

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

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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

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

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

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

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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.

(I already have a user style manager, let me install it!)

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