Firebug “on demand” – for IE / Opera etc

May 12th, 2010 Comments Off on Firebug “on demand” – for IE / Opera etc

Paste the following in the address bar:

javascript:var firebug=document.createElement('script');firebug.setAttribute('src','http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js');document.body.appendChild(firebug);(function(){if(window.firebug.version){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);

Where Am I?

You are currently viewing the archives for May, 2010 at Mark Rochefort.