Fixing Safari 4.0 Usability issues.

Their has been some debate about the design of the new Safari 4 beta released by Apple yesterday. If you’re like me and find that the tabs at the top of the browser cause more problems then their worth, here are some Terminal commands you can run to restore some of the functionality of Safari 3.

defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool NO
defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool NO
defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NO