Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
文档说明
VM
https://violentmonkey.github.io/api/metadata-block/#unwrap
TM
https://www.tampermonkey.net/documentation.php?locale=en#meta:unwrap
相关历史
@unwrapmeta key violentmonkey/violentmonkey#1443简单说明
直接注入,不封装。不使用沙盒。不使用 GM 和 GM API
单纯是利用 脚本管理器 把一些JS代码注入到页面
(注:不跑脚本管理器流程。直接注入即执行。在
@run-at document-start的设定下会比@early-start更优先。这也是其中一个@unwrap的价值)Monaco Editor hint
测试用代码