ESJ Zone:更好的連結體驗

透過調整 ESJ Zone 的超連結來改善使用體驗。

目前為 2022-08-10 提交的版本,檢視 最新版本

// ==UserScript==
// @name               Better Links UX for ESJ Zone
// @name:zh-TW         ESJ Zone:更好的連結體驗
// @description        Improve the UX of ESJ Zone by tweaking the hyperlinks in the pages.
// @description:zh-TW  透過調整 ESJ Zone 的超連結來改善使用體驗。
// @author             Jason Kwok
// @namespace          https://jasonhk.dev/
// @version            1.0.1
// @license            MIT
// @match              https://www.esjzone.cc/detail/*
// @run-at             document-end
// @grant              none
// @supportURL         https://gf.qytechs.cn/scripts/449315/feedback
// ==/UserScript==

const chapters = document.querySelectorAll("#chapterList a");
for (const chapter of chapters)
{
    chapter.target = "_self";
}

QingJ © 2025

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