MacOS – How to open Google Chrome in Incognito mode by default

applescriptgoogle-chromemacmacos

Is there any way (using apple script or by using settings on chrome) to open Google Chrome in incognito mode.

Best Answer

This can be achieved with the following in script editor:

do shell script "open -a /Applications/Google\\ Chrome.app --args --incognito"

Save it as an application, throw the alias in the dock. Tested this in 10.6.8.

Only works if you don't have chrome open already.