Created
April 14, 2013 21:35
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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