Showing Safari 4 bookmarks without Cover Flow
The bookmarks in Safari 4 are shown using Cover Flow. If you have a lot of bookmarks, you may find this visual eye-candy to be a distraction that slows you down from getting to your bookmarks quickly. If you want to set your bookmarks back so that they are shown as a list, open a terminal window and run this command:
defaults write com.apple.Safari DebugSafari4IncludeFlowViewInBookmarksView -bool NO
Your bookmarks will then be shown normally. If you want to go back to the Cover Flow display, you can reset it back by running this command in the terminal
defaults write com.apple.Safari DebugSafari4IncludeFlowViewInBookmarksView -bool YES
defaults write com.apple.Safari DebugSafari4IncludeFlowViewInBookmarksView -bool NO
Your bookmarks will then be shown normally. If you want to go back to the Cover Flow display, you can reset it back by running this command in the terminal
defaults write com.apple.Safari DebugSafari4IncludeFlowViewInBookmarksView -bool YES
| Rating: | 66% positive, 3 total Votes |
| Categories: | Safari browsers customization terminal |
| Added: | on Mar 09, 2009 at 4:32 pm |
| Added By: | an anonymous user |
| Searches: | safari bookmark terminal flow cover |

