天天看點

為ie 添加firebuglite

将下面的代碼儲存為html,在IE中打開,右擊連結 “firebug-lite” ,選擇“添加到收藏夾” 即可。以後在IE下浏覽其它網頁時,如果想要使用firebuglite 功能,隻需點選收藏夾的中的這個連結即可。

<html>
<body>
<a href="javascript:(function(){var d=document, s=d.getElementById('firebug-lite');if(s!=null)return;s=d.createElement('script');s.type='text/javascript';s.src='https://getfirebug.com/firebug-lite.js';d.body.appendChild(s);})();void(0);">firebug-lite</a>
</body>
</html>