Skip to content
mnaoumov.dev
Go back

Firebug Lite 1.4 fails in IE7

Sometime I need to debug something on IE7 and I don’t have rights to install something better.

Firebug Lite is the rescue. But 1.4 version has critical bug because of which I had to rollback to the previous version. I prefer to use bookmarklets to enable Firebug Lite without changing sources but it is not that easy to find bookmarklet for version 1.3.

So here it is:

Add bookmark with the following url

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

Share this post on:

Previous Post
Repeat Debugger.Launch() in PowerShell
Next Post
How to add script to PowerShell 'startup'_