I marked this same question on Stack Overflow as duplicate of another question, which has several answers to your question. This question is also answered in the FAQ to Firebug. See those two links:
HTML: http://getfirebug.com/faq#How_can_I_save_changes_I_made_inside_the_HTML_panel_back_to_my_source_file CSS: http://getfirebug.com/faq#How_can_I_save_changes_I_made_inside_the_CSS_panel_back_to_my_source_file In short: Firebug doesn't have a built-in feature to save your changes as file locally or on the server. For CSS there are two extensions called cssUpdater and FireFile, which are both unmaintained as far as I know. You may copy your changes via Ctrl+A and Ctrl+C from within the *CSS* panel, though. Sebastian On Monday, May 11, 2015 at 8:26:29 AM UTC+2, Toms gateway wrote: > > How can I save changes made by firebug permanently to a website?. (not > local) > I tried firefile but it didn’t work so are there any similar alternatives? > thanks Tom > -- 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/2ab6509b-722b-4f55-aa6a-783b2f4c0144%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
