Created
May 10, 2009 11:01
-
-
Save mkdynamic/109589 to your computer and use it in GitHub Desktop.
Fix Safari 4 dubious UI decisions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shitari(){ | |
defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NO | |
defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool NO | |
defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool NO | |
echo 'Fixed.' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment