Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

how to use firebug

  • 2 odpowiedzi
  • 1 osoba ma ten problem
  • 3 wyświetlenia
  • Ostatnia odpowiedź od 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.

Wszystkie odpowiedzi (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.