Skip to content

Commit

Permalink
Renamed to DOMProfiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Brosset committed Nov 4, 2014
1 parent be4b036 commit 9a2e43c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
Binary file removed @pagerecorder.xpi
Binary file not shown.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Page Recorder FirefoxDevTools add-on

pagerecorder is a really bad name but naming things is hard.
# DOM Profiler FirefoxDevTools add-on

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

Start it and it will record DOM mutations and events, plus it will remember the state of the page and the target node for each change.

Stop it and it will list those changes in the toolbox so that you can mouseover them and see what happened in the page while it was being recorded.
Once started, it records DOM mutations and DOM events, and list them live as you interact with the page.

Here's a short demo video: https://www.youtube.com/watch?v=y6JSoddYQKg&feature=youtu.be
Mutations and event target elements are recorded too and can be highlighted and selected in the inspector.

## How to install

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title": "Page Recorder",
"name": "pagerecorder",
"title": "DOM Profiler",
"name": "domprofiler",
"version": "0.0.1",
"description": "Devtools addon that records dom mutations and event handlings on the page",
"description": "A FirefoxDevTools extension that records DOM mutations and DOM event handlings on the page",
"main": "index.js",
"author": "Patrick Brosset",
"engines": {
Expand Down

0 comments on commit 9a2e43c

Please sign in to comment.