“February 24, 2009—Apple® today announced the public beta of Safari® 4, the world’s fastest and most innovative web browser for Mac® and Windows PCs. The Nitro engine in Safari 4 runs JavaScript 4.2 times faster than Safari 3.* Innovative new features that make browsing more intuitive and enjoyable include Top Sites, for a stunning visual preview of frequently visited pages; Full History Search, to search through titles, web addresses and the complete text of recently viewed pages; Cover Flow®, to easily flip through web history or bookmarks; and Tabs on Top, to make tabbed browsing easier and more intuitive.”
After seeing this I rushed to install Safari 4. One of the biggest complaints I had was the location of the tabs. Why, Apple do you have to change the location of tabs when it’s in the perfect place. It’s almost like when Apple re-released iMovie (before the recent update at MacWorld) after iMovie HD. They took a great product with a great GUI and bastardized it. Well, after I complained on deaf ears (Apple Bug reporter) and after much frustration I did some poking around. I found a way to put it back in the correct place. I also found a few other nice hacks to put back feature we all love.
Open Termnal and type the following:
$ strings /Applications/Safari.app/Contents/MacOS/Safari | grep DebugSafari4
DebugSafari4TabBarIsOnTop
DebugSafari4IncludeToolbarRedesign
DebugSafari4IncludeFancyURLCompletionList
DebugSafari4IncludeGoogleSuggest
DebugSafari4LoadProgressStyle
DebugSafari4IncludeFlowViewInBookmarksView
DebugSafari4TopSitesZoomToPageAnimationDimsSnapshot
DebugSafari4IncludeTopSites
Run these commands in Terminal.app and then you need to restart Safari for them to take effect.
DebugSafari4TabBarIsOnTop - This moves the tab bar back where you expect it to be.
$ defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NO
DebugSafari4IncludeToolbarRedesign and DebugSafari4LoadProgressStyle - When both set to NO it restores the blue loading bar behind the URL. Also puts a page loading spinner in the tab itself, which looks odd with the new tabs.
$ defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool NO
$ defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool NO
DebugSafari4IncludeFancyURLCompletionList - Switches off the new URL autocomplete menu and goes back to the original one.
$ defaults write com.apple.Safari DebugSafari4IncludeFancyURLCompletionList -bool NO
DebugSafari4IncludeGoogleSuggest - Turns off the new Google suggest menu.
$ defaults write com.apple.Safari DebugSafari4IncludeGoogleSuggest -bool NO
DebugSafari4IncludeFlowViewInBookmarksView - Removes CoverFlow from the Bookmarks view entirely.
$ defaults write com.apple.Safari DebugSafari4IncludeFlowViewInBookmarksView -bool NO
DebugSafari4TopSitesZoomToPageAnimationDimsSnapshot - Disables the dimming when you click on a Top Site and it scales the screenshot up to fill the screen.
$ defaults write com.apple.Safari DebugSafari4TopSitesZoomToPageAnimationDimsSnapshot -bool NO
DebugSafari4IncludeTopSites - Disables Top Sites feature completely.
$ defaults write com.apple.Safari DebugSafari4IncludeTopSites -bool NO
I am still researching how to do this same thing on the Windows version. If you know, please comment.


Unmount it and copy this file to your network drive. it should be about 80MB. Now go back to time machine preferences and reselect your network share. Click backup now and you are good to go! Now once your machine is backed up, you will be able use Time Machine as usually.

