Online editor support for Tampermonkey's userscripts
Total ratings
4.83
(Rating count:
18)
Review summary
Pros
- Works well with VSCode, providing a better editing environment for user scripts.
- Namespaces make organizing scripts under domains easier and more logical.
- Faster and easier to write scripts with full VSCode features.
- Overall, much better than the original built-in Tampermonkey editor.
- Helpful for programmers or users looking to customize website functionality.
Cons
- Requires enabling deprecated synchronous mutation events, which can cause performance issues.
- Errors can occur, such as 'No extension is there to communicate' or 'MutationEvent is not defined'.
- Issues with deleting scripts; removed scripts may reappear upon page reload.
Most mentioned
- Great integration with VSCode.
- More efficient than the default Tampermonkey editor.
- Problems with script deletion.
- Need to enable mutation events.
- Works with Tampermonkey v4.19.0.
Upgrade to see all 17 reviews
Recent reviews
Recent rating average:
4.80
All time rating average:
4.83
Upgrade to see all 17 reviews
Rating filters
5 star 4 star
3 star
2 star
1 star
Date | Author | Rating | Lang | Comment |
---|---|---|---|---|
2024-09-01 | Randy Viosca | en | 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). | |
2024-07-29 | 星峰 | en | 提示 No extension is there to communicate. error: content.js:3 Uncaught ReferenceError: MutationEvent is not defined at v (content.js:3:26) | |
2024-08-13 | Andy S | en | 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." | |
2024-08-08 | Stan Stanislaus | |||
2024-07-09 | Flemming Steffensen | en | Excellent. My default userscript editor from now on! Great work! | |
2024-06-23 | Roleqx | en | A proper environment for writing scripts. Absolute time saver. | |
2024-03-08 | 182 vs 13 | zh | 不错,能用vscode.dev编辑油猴脚本方便多了 | |
2024-02-02 | Jere Miah | en | it's amazing! any script now easy and fast to write with all vscode features! | |
2023-10-02 | Mustang | 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. | ||
2023-10-02 | Mustang | en | 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. |
Upgrade to see all 17 reviews