From 558b2c46d29075966fca42c4ab3fce63b9e61a29 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 8 Sep 2011 22:24:27 +0300 Subject: =?UTF-8?q?Enable=20Safari=E2=80=99s=20debug=20menu.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 9356bf8..7fd99d3 100755 --- a/.osx +++ b/.osx @@ -40,6 +40,9 @@ defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true # Disable Safari’s thumbnail cache for History and Top Sites defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2 +# Enable Safari’s debug menu +defaults write com.apple.Safari IncludeDebugMenu -bool true + # Remove useless icons from Safari’s bookmarks bar defaults write com.apple.Safari ProxiesInBookmarksBar "()" -- cgit v1.2.3