Is it possible on any web browser to copy a #HTML element, but have the computed #CSS properties included? Even if it's a pile of inline CSS that is fine, I just want to learn how certain things work.
@bartschuller I'd like to be able to... draw inspiration from other peoples sites, being able to copy out the HTML for a whole tree instead to a local text file I can play with without the rest of the site emitting events or messing with the DOM would be handy, so I can tweak various values and see how behaviour changes.