POEWIKI Redirector

Redirects pathofexile.fandom.com links to poewiki.net

// ==UserScript==
// @name        POEWIKI Redirector
// @match       https://pathofexile.fandom.com/wiki/*
// @grant       none
// @version     1.0
// @author      KeldonSlayer
// @run-at      document-start
// @license     CC0
// @description Redirects pathofexile.fandom.com links to poewiki.net
// @namespace https://gf.qytechs.cn/users/1019268
// ==/UserScript==

location = Object.assign(new URL(location), { protocol: 'https:', host: 'poewiki.net/wiki/' });

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址