Data is synced from the Chrome Web Store. View the official store page for the most current information.
It works perfectly, but you must: Enable (deprecated) synchronous mutation events Mutation Events are a deprecated set of events which cause performance issues. Disabling this feature turns off Mutation Events. NOTE: Disabling these events can cause breakage on some sites that are still reliant on these deprecated features. – Mac, Windows, Linux, ChromeOS, Android, Lacros #mutation-events Go to chrome://flags search for Mutation. And Enable it. Click the tampermonkey editors extension icon in your browser (you may want to pin that).
No longer working. Launches a VSCode with nothing open, when you try to open the recent folder the result is: "No extension is there to communicate."
提示 No extension is there to communicate. error: content.js:3 Uncaught ReferenceError: MutationEvent is not defined at v (content.js:3:26)
Excellent. My default userscript editor from now on! Great work!
A proper environment for writing scripts. Absolute time saver.
不错,能用vscode.dev编辑油猴脚本方便多了
it's amazing! any script now easy and fast to write with all vscode features!
much better than the original built-in editor, and namespaces now make sense, since you can group multiple scripts under the same namespace (just the domain name alone is useful enough to group scripts for selected sites in one place) there is a problem with deleting though, when you press del and remove the script either by namespace or the script itself - it appears undeleted in same place after you reload the page.
I found that it can work on Tampermonkey v4.19.0, am I wrong?