Skip to content

Firefox DevTools extension that records DOM mutations and events on a page

License

Notifications You must be signed in to change notification settings

captainbrosset/domprofiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOM Profiler FirefoxDevTools add-on

This is a Firefox DevTools add-on that records changes on the current page.

Once started, it records DOM mutations and DOM events, and list them live as you interact with the page.

Mutations and event target elements are recorded too and can be highlighted and selected in the inspector.

How to install

Install the addon from AMO: https://addons.mozilla.org/en-US/firefox/addon/dom-profiler/ (or use the XPI in this repository).

Note that this addon will only work when using the devtools in a local browser tab, not when debugging a remote device (via the WebIDE).

How to build and run

  • install JPM
  • git clone https://github.com/captainbrosset/domprofiler
  • cd domprofiler
  • jpm run -b /path/to/firefox/nightly/bin

About

Firefox DevTools extension that records DOM mutations and events on a page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published