Browser Code: A Coding Agent Extension for Managing User Scripts with Virtual Filesystem View
By
mifydev
Slow-proofed and worth the wait. Worth its weight in flour.
Summary
Browser Code is a browser extension that transforms Claude AI into a coding agent for user scripts by providing a virtual filesystem view of web pages. It allows users to generate, edit, and manage user scripts that persist via the chrome.userScripts API (same as Tampermonkey) and automatically run on matching URLs. The extension treats web pages as filesystems where the DOM becomes page.html, console output is console.log, and users can create scripts in ./scripts/ and styles in ./styles/ directories.
Key quotes
· 4 pulledBrowser Code is a browser extension that gives Claude a virtual filesystem view of web pages.
It generates, edits, and manages userscripts that persist to chrome.userScripts (the same API that Tampermonkey uses) and auto-run on matching URLs.
Agent sees the page as a filesystem - The DOM becomes page.html, console output is console.log, and you can create scripts in ./scripts/ and styles in ./styles/
Scripts persist via userScripts API - Saved scripts run automatically on matching URLs.
You might also wanna read
Open Browser Use: Open-source local-first browser automation for AI agents
Open Browser Use is an open-source, local-first browser automation tool that connects AI agents (like Codex, Claude Code) to real Chrome pro
Handle Launches Browser Extension for Direct UI Editing with AI Coding Assistants
Handle has launched a Chrome extension called 'Refine UI in the browser, feed changes to your coding agent' that allows developers to make U
Browserfly: An AI Agent for Browser Automation
Browserfly is an AI agent designed to operate within your browser, performing tasks by interacting with it like a human would, without requi
Handle Launches Chrome Extension for Direct Browser UI Editing with AI Coding Assistants
Handle has launched a Chrome extension called 'Refine UI in the browser, feed changes to your coding agent' that allows developers to make U
Anthropic Launches Claude Code Web Platform for Browser-Based Coding Task Automation
Anthropic has launched Claude Code on the web, a browser-based tool that allows developers to delegate coding tasks directly from their brow
BrowserBook: AI-Powered IDE for Browser Automation Development
BrowserBook is an AI-powered integrated development environment (IDE) for creating browser automations. It combines a Jupyter-style notebook
