Skip to content

Commit

Permalink
somewhat better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Brosset committed Oct 16, 2014
1 parent 4ed8580 commit 4844747
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
pagerecorder
============
Page Recorder FirefoxDevTools add-on
====================================

Firefox DevTools extension that records changes on a page:
- DOM mutations
- DOM events
pagerecorder is a really bad name but naming things is hard.

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.

Here's a short video: https://www.youtube.com/watch?v=y6JSoddYQKg&feature=youtu.be

0 comments on commit 4844747

Please sign in to comment.