How to install Firebug lite IE8?

天大地大妈咪最大 提交于 2019-12-02 22:06:20
Colin Pickard

this is how I did it (IE 8.0.7600.16385 on Win7):

  • Go to some Firebug Lite page (http://getfirebug.com/firebuglite).
  • Click the "add to Favorites Bar" button on the Favorites Bar.
  • This will give you a bookmark to http://getfirebug.com/firebuglite.
  • click on the "Firebug Lite" link in Firebug Lite page (http://getfirebug.com/firebuglite).
    • properties poup will be open. Copy the URL within the popup
    • Right click on your new bookmark and choose Properties.
  • Paste the URL into the URL box and close.
  • If you hover over the new bookmark, it should show javascript:(function(F,i,r,e,b,u,g,L,I,T,E)... etc instead of the link.

Please use this in your jsp

<script type="text/javascript" src="https://getfirebug.com/firebug-lite-debug.js"></script>

and you are done.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!