Dueling Nexus New Editor

Adding perspective view to Nexus.

当前为 2021-03-10 提交的版本,查看 最新版本

// ==UserScript==
// @name         Dueling Nexus New Editor
// @namespace    https://duelingnexus.com/
// @version      0.1
// @description  Adding perspective view to Nexus.
// @author       Yasuo Tornado
// @include      https://duelingnexus.com/editor/*
// @grant        GM_addStyle
// ==/UserScript==

if (window.top !== window.self)       // Don’t run in frames.
    return;

var currentURL = location.href;


if (currentURL.match("editor/")) {
    location.href = location.href.replace("editor/", "editor2.php?id=");
};

QingJ © 2025

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