View Single Post
One for the web developers. I was SO happy to find that the Webkit Web Inspector (http://webkit.opendarwin.org/blog/?p=41), works in sneaky peek 1!

To enable it, add the preference via Terminal:

Code:
defaults write com.omnigroup.OmniWeb5 WebKitDeveloperExtras -bool true
The 'Inspect Element' command then appears at the bottom of the pages context menu. Yay!