Skip to content

Instantly share code, notes, and snippets.

@tomhennigan
Created August 15, 2012 16:06
Show Gist options
  • Save tomhennigan/3361260 to your computer and use it in GitHub Desktop.
Save tomhennigan/3361260 to your computer and use it in GitHub Desktop.
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