Saving the manipulated DOM/HTML after editing it with Firebug

前端 未结 9 2267
无人及你
无人及你 2020-12-24 00:28

Assume that I\'ve fired up Firefox with Firebug enabled on a random site (say slashdot.org). After loading the site I start editing the page using the Firebug > HTM

9条回答
  •  庸人自扰
    2020-12-24 01:08

    Try cssUpdater, it consists of a FireFox add on that listens to your FireBug css changes over a socket server and let you sync your original css source files. You need to install the Desktop application as well.

    So a workflow would be:

    1. Edit in FireBug
    2. Click sync in cssUpdater
    3. Reload your site and see that your changes is saved

    You can test and use it here, http://www.cssupdater.com

提交回复
热议问题