Tools to selectively Copy HTML+CSS+JS From A Specific Element of DOM [closed]

Like most web developers, I occasionally like to look at the source of websites to see how their markup is built. Tools like Firebug and Chrome Developer Tools make it easy to inspect the code, but if I want to copy a specific section and play around with it locally, it would be a pain to copy all the individual elements and their associated CSS. And probably just as much work to save the entire source and cut out the unrelated code.

It would be great if I could right-click a Element in Firebug and have a “Save HTML+CSS+JS for this Element” option. Does such a tool exist? Is it possible to extend Firebug or Chrome Developer Tools to add this feature?

16 Answers
16

Leave a Comment