Online editor support for Tampermonkey's userscripts
Total ratings
4.83
(Rating count:
18)
Review summary
Pros
- Integrates with VSCode for editing UserScripts, providing a better coding environment.
- Much better than the original Tampermonkey built-in editor.
- Allows for grouping scripts under namespaces, which is beneficial for organization.
- Easy and fast script writing with all VSCode features.
Cons
- Issues with enabling deprecated synchronous mutation events, which may cause performance problems.
- Error messages related to communication failure with VSCode.
- Problems with script deletion where removed scripts reappear after reloading the page.
Most mentioned
- Works well with VSCode
- Better than default editor
- Issues with script deletion
- Communication error messages
Upgrade to see all 18 reviews
User reviews
Recent rating average:
4.80
All time rating average:
4.83
Upgrade to see all 18 reviews
Rating filters
5 star 4 star
3 star
2 star
1 star
Date | Author | Rating | Lang | Comment |
---|---|---|---|---|
2024-11-18 | Mikhail | ru | Отлично работающее расширение. Открывает онлайн редактор VSCode для дальнейшей работы с кодом UserScript из Tampermonkey. Ещё за месяц использования ни разу не подвело. | |
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. |
Upgrade to see all 18 reviews