Skip to content

Instantly share code, notes, and snippets.

@lbalceda
Created April 14, 2013 21:35
Show Gist options
  • Save lbalceda/5384315 to your computer and use it in GitHub Desktop.
Save lbalceda/5384315 to your computer and use it in GitHub Desktop.
script to load / start firebug lite in browsers that don't have inspector
<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js">
{
startOpened: true,
enableTrace: true
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment