Skip to content

Instantly share code, notes, and snippets.

@beatak
Created September 2, 2011 14:28
Show Gist options
  • Save beatak/1188735 to your computer and use it in GitHub Desktop.
Save beatak/1188735 to your computer and use it in GitHub Desktop.
Disable persistant state by Application (browsers)
defaults write com.apple.Safari ApplePersistenceIgnoreState YES
defaults write org.mozilla.firefox ApplePersistenceIgnoreState YES
defaults write com.google.Chrome ApplePersistenceIgnoreState YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment