Skip to content

Instantly share code, notes, and snippets.

@mkdynamic
Created May 10, 2009 11:01
Show Gist options
  • Save mkdynamic/109589 to your computer and use it in GitHub Desktop.
Save mkdynamic/109589 to your computer and use it in GitHub Desktop.
Fix Safari 4 dubious UI decisions
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