Top "Firebug" questions

Firebug was a Firefox extension, which allowed the debugging, editing, and monitoring of any website's CSS, HTML, DOM, JavaScript, network traffic and cookies.

How to beautify Javascript and CSS in Firefox / Firebug?

Is there a way to beautify javascript and css in Firebug? I'd like to be able to view formatted js …

firefox firebug code-formatting
Load javascript via Firebug console

How can I load a javascript file via Firebug console ? This would be useful in development, so I don't have …

javascript firebug
Suppress Firefox/Firebug SHA-1 warning

I use Firebug for web development. Since version Firefox 37 I see the following annoying message in my console: This site …

firefox firebug sha
Is it possible to save changes in Firebug locally?

What I'm trying to do is to save the changes I make to CSS and HTML on different sites with …

html css firebug savechanges
How can I set breakpoints in an external JS script in Firebug

I can easily set breakpoints in embedded JS functions, but I don't see any way of accessing external JS scripts …

javascript debugging firebug
How do I debug Javascript which was loaded via AJAX (specifically jQuery)

I have changed my coding style with more complex projects to loading pages (And their embedded scripts) "on demand" recently. …

jquery ajax xmlhttprequest firebug google-chrome-devtools
how to check if a file is gzipped or not in firefox/firebug

I am using a compression library for my js and css files. However according to yslow the file that it …

javascript firefox firebug
Javascript: Let user select an HTML element like Firebug?

I want to write a browser (Chrome/FF) extension that needs to select an element on a web page. I …

javascript dom google-chrome google-chrome-extension firebug
How do I find which JavaScript is changing an element's style?

I have an element that's getting styles applied via JavaScript. I'm not sure exactly where; is there a way to …

javascript jquery css debugging firebug
Is the HTML shown via 'View Source' different from the HTML shown in (Firebug) developer tools?

I'm using Firefox alongside Firebug Developer tools. Is the HTML shown in View Source (Ctrl + U) different from the HTML …

html browser rendering firebug