Use Firebug in Any Browser


/ Published in: JavaScript
Save to your folder(s)

Just include this script on the site and you’ll get a Firebug console that pops up for debugging in any browser. Not quite as full featured but it’s still pretty helpful! Remember to remove it when you are done.


Copy this code and paste it in your HTML
  1. <script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>

Report this snippet


Comments


You need to login to view comments.