Friday, May 28, 2010

Integrate Firebug Lite with all browser

Integrate Firebug lite with all available browser like Crome,Safari,IE

firebug is most advance tool for correct or check web page design like css,html tags.

It hard to install firebug to all browser. only mozilla firefox support the installation of firebug.

For using firebug in browser just copy below code and past it to before &lt/body &gt tag. So firebug lite link will appear on click firebug will work for that page on which that code present.

<a href="javascript:(function(F,i,r,e,b,u,g,L,I,T,E){if(F.getElementById(b))return;E=F.documentElement.namespaceURI;E=E?F[i+'NS'](E,'script'):F[i]('script');E=F[i]('script');E[r]('id',b);E[r]('src',I+g+T);E[r](b,u);(F[e]('head')[0]||F[e]('body')[0]).appendChild(E);E=new%20Image;E[r]('src',I+L);})(document,'createElement','setAttribute','getElementsByTagName','FirebugLite','1.3.0.3','firebug-lite.js','releases/lite/latest/skin/xp/sprite.png','https://getfirebug.com/','#startOpened');">Firebug Lite</a>

No comments:

Post a Comment