jsdom-editor
------------

Allows to edit the dom and output the content so it cant be reloaded with jsdom.

usage
-----

    jsdom-editor http://example.com

API
---

    var editor = require('jsdom-editor');

    jsdom.env('http://example.com', function(err, window) {
      editor(document, function(html) {
        console.log(html);
      });
    });

License
-------

MIT
