Assume that I've fired up Firefox with Firebug enabled on a random site (say slashdot.org). After loading the site I start editing the page using the Firebug > HTML
panel. So far so good: my changes are immediately visible in Firefox.
My questions:
- How do I save the edited DOM tree (represented as HTML)?
- How do I load a previously manipulated DOM tree/HTML file into the "original context" of the page (slashdot.org in the example)? I want the original context so that all references entities (CSS, images, etc.) will load correctly.