Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

how to use firebug

  • 2 odgovori
  • 1 ima ovaj problem
  • 3 views
  • Posljednji odgovor poslao 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.

All Replies (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.