Tuesday Tip: Disabling Chrome’s Print Dialog

,

Why companies think it’s better to write their own print dialog (I’m looking at you too Adobe) continues to frustrate me.

Great article for how to either “disable” or disable! the Google Chrome browser’s Print Dialog.

Read on: Disable Chrome’s Print Dialog and Use the OS X System Dialog Instead

I used the full override method:

$ defaults write com.google.Chrome DisablePrintPreview -boolean true

(you can undo this, presumably by substituting false).