All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Browser Code: A Coding Agent Extension for Managing User Scripts with Virtual Filesystem View

By

mifydev

4mo ago· 4 min readenCode

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 pulled
Browser 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.
Snippet from the RSS feed
Coding agent for user scripts. Contribute to chebykinn/browser-code development by creating an account on GitHub.

You might also wanna read