Lojoon’s Weblog

Just another WordPress.com weblog

To enable safari web inspector

leave a comment »

Enable Web Inspector The Web Inspector allows you to easily see how the source code creates the web page. You can inspect various elements of the web page and view their style, metrics and properties. If you select an element in the inspector window, it will briefly be outlined in red on the web page. Web InspectorTo enable the Web Inspector, open up Terminal (located in Applications/Utilities), type the following line and press return: defaults write com.apple.Safari WebKitDeveloperExtras -bool true 

Written by lojoon

February 15, 2008 at 7:01 am

Posted in Tips

Leave a Reply