Skip to content

Instantly share code, notes, and snippets.

@armanddp
Created December 18, 2009 11:42
Show Gist options
  • Save armanddp/259457 to your computer and use it in GitHub Desktop.
Save armanddp/259457 to your computer and use it in GitHub Desktop.
== Add Firebug 'Lite' functionality to Chrome et co.
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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment