Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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.