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