1 مستودع
Filesystems that map the state and elements of a web browser's runtime to a directory structure.
Distinct from Virtual Filesystems: No candidate covers the specific mapping of browser tabs/DOM elements to a virtual filesystem; existing ones are for remote hubs or general storage.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Browser Runtime Virtual Filesystems. Refine with filters or upvote what's useful.
TabFS is a browser automation tool and virtual filesystem that maps browser tabs and page elements to files. It provides a FUSE-based bridge that allows external scripts and tools to interact with a browser's JavaScript runtime through standard file system operations. The system enables the execution of JavaScript expressions and the manipulation of DOM elements by reading and writing synthetic files. Users can control tab state, create new tabs, and inspect metadata such as URLs and titles using a file manager or shell. The project covers capabilities for browser automation, including acces
Maps browser tabs and page elements to a virtual filesystem for management via standard shell operations.