Created
September 8, 2016 01:56
-
-
Save wad3g/4d61e10af3c220b614412a6ff1d11475 to your computer and use it in GitHub Desktop.
Opens a new Incognito Window in Chrome Canary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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