Disable Tabs on Top in the Safari 4 Beta


Here’s how to disable the Tabs on Top feature in Safari 4. Open Terminal in OS X and type:

defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NO

To restore Tabs on Top type:

defaults delete com.apple.Safari DebugSafari4TabBarIsOnTop

[Thanks to Justin!]