Saving the manipulated DOM/HTML after editing it with Firebug

前端 未结 9 2262
无人及你
无人及你 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条回答
  •  -上瘾入骨i
    2020-12-24 01:20

    When you're in the HTML section of firebug, there's an "Edit" button on the bar just below firebug's main toolbar. Clicking this button gives you a plain text view of the HTML (with any edits you've made) that you can copy to a text editor.

提交回复
热议问题