GI AppSample Map - More Markable Markers

Gets the markers_all json file and change user defined markers to be markable.

< 脚本 GI AppSample Map - More Markable Markers 的反馈

评价:好评 - 脚本运行良好

§
发布于:2025-06-05
编辑于:2025-06-05

If nothing is happening for you after installing this and refreshing the page, add the following line near the top before the // ==/Userscript== line

// @run-at       document-start

I also modified mine to make the array like this for ease of future reference:

    // List of markers to change
    // EDIT THESE LINES ONLY. Example "o596", "o317";
    const keys = [
        "o128", // Geo Sigil
        "o596", // Natlan Mora Chest
        "o601", // Shattered Night Jade
        "o602", // Broken, Graffiti-Marked Stone
        "o639", // Tribal Secret Spaces
        "o641", // Courier's Trial Keystone
        "o647", // Totem Challenge
        "o666", // Oozing Core
        "o681", // Coagulation Pearl
    ];

    const targetFilenameStart = "markers_all"; // Filename of the markers file

    const allowMarkComment = 5; // Value to allow marking and commenting

(I've also included the suggestions of additions from another feedback)

§
发布于:2025-06-05
编辑于:2025-06-05

Here are some additional ones you can add to the array if you want.

        "o317", // Interaction Rewards
        "o409", // Clusterleaf of Cultivation
        "o415", // Dendro Rock
        "o416", // Dendro Pile

发布留言

登录(不可用)以发布留言。

QingJ © 2025

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