From 93bb03921b057499caffd1d4fed78e66d56a131e Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 28 Jul 2012 16:40:31 +0200 Subject: .osx: Enable the Develop Menu and the Web Inspector in Safari --- .osx | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 90173b6..12436a3 100755 --- a/.osx +++ b/.osx @@ -285,6 +285,11 @@ defaults write com.apple.Safari FindOnPageMatchesWordStartsOnly -bool false # Remove useless icons from Safari’s bookmarks bar defaults write com.apple.Safari ProxiesInBookmarksBar "()" +# Enable the Develop menu and the Web Inspector in Safari +defaults write com.apple.Safari IncludeDevelopMenu -bool true +defaults write com.apple.Safari WebKitDeveloperExtrasEnabledPreferenceKey -bool true +defaults write com.apple.Safari "com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled" -bool true + # Add a context menu item for showing the Web Inspector in web views defaults write NSGlobalDomain WebKitDeveloperExtras -bool true -- cgit v1.2.3