Safari 4 Beta
After upgrading to Safari 4 beta, I really hated the location of the tabs and the fact that I had lost 1Password integration.
To revert the tabs, via Macworld, fire up Terminal, type in the following, and restart Safari:
defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NO
To regain 1Password integration:
Edit the following file:
/Applications/1Password.app/Contents/Resources/SupportedBrowsers.plist
Find the Key named Safari and look for MaxBundleVersion underneath. You will see 5528.1 as the maximum version. Change that to 5528.16, save and quit. Now you can reenable Safari from the 1Password preferences and then start Safari 4 and add the button to the toolbar.
Everything is back to normal, but so much speedier. The only thing left to revert is the non-informative grey spinning ball that has unfortunately replaced the blue progress bar which detailed the page load rather nicely. Are we at 25%…? 50%…? Nobody knows! It’s a guessing game from now on.
Update: The blue progress bar returns! Here’s how. Fire up Terminal, type in the following:
$ defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool NO
$ defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool NO

