Skip to content

Instantly share code, notes, and snippets.

View cczona's full-sized avatar

Carina C. Zona cczona

View GitHub Profile
@cczona
cczona / chrome-print-preview
Created February 27, 2016 08:29
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