Skip to content

将快捷键/常量配置储存到 Storage,避免下次更新被覆盖 #62

Description

@XHXIAIEIN

建议将快捷键/常量配置储存到 Storage,避免下次更新被覆盖

https://www.tampermonkey.net/documentation.php?locale=en#api:GM_getValue

const someKey = GM_getValue("someKey", null);
const otherKey = await GM.getValue("otherKey", null);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions