Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
XHXIAIEIN opened this issue Jan 12, 2024 · 0 comments

Comments

@XHXIAIEIN
Copy link

建议将快捷键/常量配置储存到 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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant