Quantcast
Channel: krypted – krypted
Viewing all articles
Browse latest Browse all 1241

Hide Safari’s Bookmarks Bar

$
0
0

Safari has a bookmarks bar. Some people want to hide it. A lot of people used to do stuff like this by modifying the default user template in OS X. Not something we’ll be doing much in the future. So to do so with a script:

defaults write com.apple.Safari ShowFavoritesBar -bool false

To turn it back on:

defaults write com.apple.Safari ShowFavoritesBar -bool true


Viewing all articles
Browse latest Browse all 1241

Trending Articles