Created
August 15, 2012 16:06
-
-
Save tomhennigan/3361260 to your computer and use it in GitHub Desktop.
This file contains 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
tell application "Google Chrome" | |
set win to make new window with properties {mode:"incognito"} | |
activate | |
tell application "System Events" to keystroke "f" using {command down, shift down} | |
tell win | |
set URL of active tab to "http://cl.ly/0t1J3d0c1o3i" | |
end tell | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment