Skip to content

Instantly share code, notes, and snippets.

@leonardofaria
Created March 8, 2019 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leonardofaria/024c453f5bdd165c1b3025576f3902cc to your computer and use it in GitHub Desktop.
Save leonardofaria/024c453f5bdd165c1b3025576f3902cc to your computer and use it in GitHub Desktop.
Firebug bookmarklet - save this as a bookmark to embed Firebug in a page
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