Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

how to use firebug

  • 2 odpovede
  • 1 má tento problém
  • 3 zobrazenia
  • Posledná odpoveď 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.

Všetky odpovede (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.