For design purposes, I want to copy the exact HTML that is created by some javascript after the page loads. Firebug shows me what's going on, of course, but I really just want some static text that I can copy and paste at will.
|
|
The "View Source" menu of the Web Developer Firefox Add-on offers the "View Generated Source" tool. |
||
|
|
That can be done with the |
||
|
|
|
|
You can copy the HTML out of firebug (or the IE8 developer toolset) into your favourite text editor. |
||
|
|
|
|
you could also write a perl script with the Library mechanize. |
||
|
|
