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.

What is the source of the double-dollar sign selector query function in Chrome/Firefox?

Check this jsfiddle, and have a look at the console. $$ is not defined. Now, open a completely new window, and …

javascript google-chrome firebug google-chrome-devtools
FirePath tab not appearing in Firebug

I am facing this issue in FF ver. 24.0. I installed firebug version - 1.12.4 and installed the FirePath version 0.9.7. I am …

firefox firebug firepath
Javascript that detects Firebug?

What's a surefire way of detecting whether a user has Firebug enabled?

javascript firebug
Firebug console error HTTP 407 Proxy Authentication Required

I am behind a proxy at work (using NTLM authentication). Whenever I load up a page, my Firebug console gets …

firefox proxy firebug ntlm
console.log not showing in my firebug

In jsfiddle.net, I have this simple code: console.log('yep'); alert('hello'); I can see the alert window but …

firefox logging console firebug jsfiddle
Timing with the Firebug Net Panel: What is the onload time?

I'm using the Firebug net panel to see response times. On the net panel's status bar, the summary is displayed …

javascript firebug timing
How do I enable source map support in Firebug?

I've been using Chrome for a good while now, and you have to explicitly enable souce map support in the …

firefox firebug source-maps
Is there a plugin that allows me to automatically unminify the Javascript included on a site?

Is there a plugin, add-on, Greasemonkey script or something similar (at worst, an easy to use proxy?) that automatically unminifies …

javascript firebug minify
Firefox: Firebug vs inspect element

I'm new to web developing and I keep hearing suggestions to use Firebug. The thing is, I can't see any …

firefox firebug inspect-element
Catching the specific javascript code being executed onClick

I am working on a site that has loads of legacy javascript and jquery includes and there is no documentation …

javascript javascript-events firebug