Created
February 21, 2013 08:34
-
-
Save Warin/5003221 to your computer and use it in GitHub Desktop.
Content of the Firebug lite bookmarklet src:http://getfirebug.com/firebuglite
This file contains hidden or 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
javascript:(function(F,i,r,e,b,u,g,L,I,T,E){if(F.getElementById(b))return;E=F[i+'NS']&&F.documentElement.namespaceURI;E=E?F[i+'NS'](E,'script'):F[i]('script');E[r]('id',b);E[r]('src',I+g+T);E[r](b,u);(F[e]('head')[0]||F[e]('body')[0]).appendChild(E);E=new%20Image;E[r]('src',I+L);})(document,'createElement','setAttribute','getElementsByTagName','FirebugLite','4','firebug-lite.js','releases/lite/latest/skin/xp/sprite.png','https://getfirebug.com/','#startOpened'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cd /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/Applications/MobileSafari.app
sudo "/Developer/Applications/Utilities/Property List Editor.app/Contents/MacOS/Property List Editor" StaticBookmarks-en_US.plist
That will open up the plist file for editing (and saving). Then you just need to make the following changes so your Property List Editor screen looks like this:
Title
" and the value = "Firebug Lite
"URL
" and the value is the content of this gistSave the file and restart the iPhone simulator
src: http://www.jamagination.com/jeff/blog/2011/01/19/getting-firebug-lite-working-iphone-simulator-or-how-add-bookmark-safari-iphone