For HTML you even don't need an extension. All you have to do is to press Ctrl+A while the page is focused. Right-click the selection and choose *View Selection Source*. Then you'll see the HTML markup including all dynamic changes and you can save it via *File > Save Page As...*
For CSS you can use Firebug. Switch to the CSS panel. In there switch to the Live Edit Mode, press Ctrl+A, Ctrl+C and insert it into a file. Though note that this won't contain any comments nor CSS not supported by Gecko like styles for other browsers. You may also want to follow issue 754<http://code.google.com/p/fbug/issues/detail?id=754> . Sebastian On Thursday, September 26, 2013 4:32:00 PM UTC+2, Hans Loepfe wrote: > > > Is there a Firebug Extension that updates, saves changes made to HTML or > CSS on the local machine? > > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/9aa8e038-5697-43b5-a26f-254169a156ce%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
