Pick any container
Click an element to scope what you observe. The CSS selector auto-fills with live validation — narrow your focus to exactly the part of the DOM you care about.
Pick any container in any web page, hit record, and watch every DOM mutation stream into a visual timeline. Built for front-end debugging.
MutationLens wraps the browser's MutationObserver in a UI that's actually usable for debugging — scoped, visual, and inspectable.
Click an element to scope what you observe. The CSS selector auto-fills with live validation — narrow your focus to exactly the part of the DOM you care about.
Every DOM mutation streams into a visual timeline as you interact with the page — added nodes, removed nodes, attribute changes, text changes.
Before/after blocks for attributes, character-level diff for text, full outerHTML for added or removed nodes. No more guessing what flipped.
Click a mutation to flash the element on the page. Even removed elements show a ghost rectangle where they used to live.