Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
How to add firbug to Chrome?
2 points by temp on June 12, 2009 | hide | past | favorite | 1 comment
Step: 1) add page book mark to bookmark bar as

NAME : FireBug

URL: 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);

After adding above book mark go to any page and click bookmark button "FireBug" on bookmark toolbar.It will open lite fire bug version in your page.



what's lacking in firebug lite is you cannot live-edit code. That's what I use firebug for primarily.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: