AI 产品解读Provides an online editor (vscode.dev) for editing Tampermonkey userscripts, with optional local VS Code editor connection via WebSocket
Tampermonkey users who want a proper code editor experience (syntax highlighting, search, multi-file editing) for managing their userscripts, rather than Tampermonkey's built-in basic editor
User clicks extension icon → popup opens with two options: (1) 'Open vscode.dev' opens the online editor with Tampermonkey connection, or (2) paste a one-time code to connect to a local VS Code editor via WebSocket. The extension bridges vscode.dev and Tampermonkey to list, edit, and manage userscripts with full editor capabilities.
Opens vscode.dev with Tampermonkey integration for online script editingLists userscripts grouped by namespace with storage and required scriptsEdits userscripts, userscript storage, and required scriptsWarns on resource modification in backgroundSupports connecting to local VS Code editor via WebSocket connection code
- 目标用户
- Tampermonkey userscript developers / Developers who prefer VS Code for editing userscripts
- Popup.js is heavily minified making line-by-line analysis difficult, but key functional code is readable
- Cannot verify all TODO features from store description vs actual implementation completeness
付费分析未识别到付费功能
No premium, subscription, payment, billing, upgrade, or plan-related keywords found in source code. The extension has no gated features, no payment API calls, and no upgrade UI. vscode.dev is free. The 'license' hits are from 3rdpartylicenses.txt containing standard MIT license text for dependencies.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The 'auth' keywords detected by the heuristic refer to WebSocket machine-to-machine token authentication between the extension and Tampermonkey's local WebSocket server (localhost), not user login. The popup.js (line 383) shows a 'one-time code' mechanism parsed into auth token + port for ws://localhost:{port} connection. vscode.dev is used as a free online editor without requiring user accounts. No login UI, account creation, or OAuth flows exist in the extension.
Used to "just work" , but now when I click the button, it keeps asking me to select something on a menu. I can't figure out why it all of a sudden just stopped working the way it did.
wie kann ich werte ändern
When will the search feature be supported? Last version is nearly one year ago
よく落ちるなあ…
please support the Tampermonkey Legacy (lcmhijbkigalmkeommnijlpobloojgfn)
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.