DebugSafari4TabBarIsOnTop
This moves the tab bar back where you expect it to be:
[code:1]$ defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NO[/code:1]
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.
[code:1]$ defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool NO
$ defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool NO[/code:1]
DebugSafari4IncludeFancyURLCompletionList
Switches off the new URL autocomplete menu and goes back to the original one.
[code:1]$ defaults write com.apple.Safari DebugSafari4IncludeFancyURLCompletionList -bool NO[/code:1]
DebugSafari4IncludeGoogleSuggest
Turns off the new Google suggest menu.
[code:1]$ defaults write com.apple.Safari DebugSafari4IncludeGoogleSuggest -bool NO[/code:1]
DebugSafari4IncludeFlowViewInBookmarksView
Removes CoverFlow from the Bookmarks view entirely. (Credit to Erik)
[code:1]$ defaults write com.apple.Safari DebugSafari4IncludeFlowViewInBookmarksView -bool NO[/code:1]
DebugSafari4TopSitesZoomToPageAnimationDimsSnapshot
Disables the dimming when you click on a Top Site and it scales the screenshot up to fill the screen.
[code:1]$ defaults write com.apple.Safari DebugSafari4TopSitesZoomToPageAnimationDimsSnapshot -bool NO[/code:1]
DebugSafari4IncludeTopSites
Disables Top Sites feature completely.
[code:1]$ defaults write com.apple.Safari DebugSafari4IncludeTopSites -bool NO[/code:1]
Undoing changes
Just run the defaults command with the delete flag for the appropriate key you wish to delete.
[code:1]$ defaults delete com.apple.Safari <key>[/code:1]
PS: Ovo <key> znač da treba da lupite enter… :p;):whistle: