Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TampermonkeyFSNew to Visual Studio Code? Get it now.
TampermonkeyFS

TampermonkeyFS

brunoais

|
1 install
| (0) | Free
VSCode extension to edit Tampermonkey userscripts directly
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Tampermonkey Filesystem VSCode Extension

Edit tampermonkey browser scripts in the comfort of your everyday code editor (assuming that one is vscode).

Features implemented

Minimal

  • List files
  • See individual files by clicking on them.
  • Edit the files the same way as if they were local files.

Future features for some day

  • Easier flow, potentially automated flow to send the code to tampermonkey-editors extension.
  • More standard features associated to files and directories (in memory).
  • Associate a local directory to each userscript to write a copy of the script to.

Filesystem code design and API usage based on

  • VS Code fsprovider-sample

Getting Started

  1. Install tampermonkey-editors (at time of writing, the code only exists in a pull request)

Docker way

  1. Run npm docker:watch. Everything will be installed and setup automatically.
  2. Execute Launch Extension configuration.

Local install way

  1. Ensure you have the correct node version activated.
  2. Install dependencies: npm install.
  3. Build: npm run watch.
  4. Execute Launch Extension configuration.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft