Viewing profile — brouser
brouser
HN member- Joined
- Sat, Nov 08, 2025, 3:07 AM UTC
- HN karma
- 3
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About brouser
No profile information was provided.
Recent public activity
-
story
Show HN: A DevTools MCP that provides matched CSS rules
I built this MCP so agents can see the DevTools Styles panel without manual copying. The inspiration? Debugging a friend's WordPress + Elementor site. After staring at the GUI gene…
-
comment
Comment #45951210
You hit it! I am also thinking of programatic control of DevTools so I made this: https://github.com/devtoolcss/chrome-inspector Though it is more about debugging CSS, I think we a…
-
comment
Comment #45951204
You hit it! I am also thinking of programatic control of DevTools so I made this: https://github.com/devtoolcss/chrome-inspector It is a core library and I am extending it to usabl…
-
comment
Comment #45951156
Not sure what you are compiling and what static while loop is.
-
comment
Comment #45857914
Yeah I am also thinking of contributing them. Though they tend to use DevTools Frontend, which is complete really a bulk of stuff and they probably still can't figuring out how to …
-
story
Show HN: A DevTools-Level JavaScript API for DOM and CSS Style Rules
It is a wrapper around the Chrome DevTools Protocol (CDP), the same API that DevTools uses, to inspect elements programmatically and intuitively like accessing DOM. Why this? I hav…