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.
不错,能用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?
i love that. good job
Very useful! Sometimes I like to code a user script to add functionality or fix something on a website that is bothering me, and this extension is excellent because VScode is great. It is so much better than the default tampermonkey editor. Overall, amazing extension; extremely helpful.
not bad useful if your like a programmer or hacker