Skip to content

Instantly share code, notes, and snippets.

@cczona
Created February 27, 2016 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cczona/bb9a6dc9a19153a55fe7 to your computer and use it in GitHub Desktop.
Save cczona/bb9a6dc9a19153a55fe7 to your computer and use it in GitHub Desktop.
Toggle Chrome's default print dialog & OS's native print dialog
## NOTE: quit Chrome first
# use native print dialog
defaults write com.google.Chrome DisablePrintPreview -boolean true
# use Chrome's print dialog
defaults write com.google.Chrome DisablePrintPreview -boolean false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment