Skip to content

Instantly share code, notes, and snippets.

@wad3g
Created September 8, 2016 01:56
Show Gist options
  • Save wad3g/4d61e10af3c220b614412a6ff1d11475 to your computer and use it in GitHub Desktop.
Save wad3g/4d61e10af3c220b614412a6ff1d11475 to your computer and use it in GitHub Desktop.
Opens a new Incognito Window in Chrome Canary
on alfred_script(q)
tell application "Google Chrome Canary"
activate
tell application "System Events"
keystroke "n" using {command down, shift down}
end tell
end tell
end alfred_script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment