Leopard Safari enabling Inspect Element and Debug Menu
Posted by tom November 10th, 2007
Here’s how you can simply enable the Inspect Element and the Safari Debug Menu:
1) Go in terminal and 2) Type (copy paste) the following commands:
defaults write com.apple.Safari WebKitDeveloperExtras -bool true
defaults write com.apple.Safari IncludeDebugMenu 1

Sorry, comments are closed for this article.