Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>scripted-browserNew to Visual Studio Code? Get it now.
scripted-browser

scripted-browser

Oilut

|
2 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Scripted Browser

Little extension just to make your own scripts to run, and with an additional feature to open an URL webview (not all websites allow this, because of Content Security Policy that affects the iframe permissions).

Extension Settings

Openning JSON settings you can create some scripts as the following example shows:

{
  ...
  "scripted-browser.scripts": [
    {
      "name": "Run Script and Open URL",
      "script": "echo 'Running script...'", // Optional
      "isSidePanel": false, // Optional, default is false
      "url": "https://example.com" // Optional
    }
  ],
  ...
}

Release Notes

0.1.0

Initial release of scripted-browser, opening tabs using iframes.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft