搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

how to use firebug

  • 2 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 cor-el

more options

After I find the element that I want to edit in firebug, isn't there a way to change it and save it? I have edited it but how can I get it to stay edited? It just goes back to the original unedited element.

After I find the element that I want to edit in firebug, isn't there a way to change it and save it? I have edited it but how can I get it to stay edited? It just goes back to the original unedited element.

所有回复 (2)

more options

If you want to automate the change to the page, you might use an extension such as Stylish (apply custom CSS) or Greasemonkey (run JavaScript against the page), once you have confirmed in Firebug what exactly you want done. This still is a local, client-side change. Browser-based developer tools and page modification extensions generally do not have write permission on the server.

more options

Note that current Firefox versions have a lot of built-in web developer tools including an Inspector and Style editor.