Safari 4 - How to make it not be horrid
From Wiki
From here: http://pastie.textmate.org/398861
Revert the tab bar to Safari 3 and earlier design:
defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NO
Restore the combined progress bar/address bar arrangement:
defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool NO defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool NO
Remove the new style address bar autocomplete:
defaults write com.apple.Safari DebugSafari4IncludeFancyURLCompletionList -bool NO
Disable top sites:
defaults write com.apple.Safari DebugSafari4IncludeTopSites -bool NO
Hopefully Apple will realise that we like to use Safari because we wish to avoid the interface brainfuck that is Google Chrome or that rectal wart of usability, Internet Explorer 7/8 and fix these when Safari 4 comes out of beta.
