Skip to content

Instantly share code, notes, and snippets.

@briangonzalez
Created March 27, 2012 16:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briangonzalez/2217607 to your computer and use it in GitHub Desktop.
Save briangonzalez/2217607 to your computer and use it in GitHub Desktop.
Useful Applescript Snippets
-- new tab with a url in chrome
tell application "Google Chrome"
set myTab to make new tab at end of tabs of window 1
set URL of myTab to "http://google.com"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment