Skip to content

Instantly share code, notes, and snippets.

@nesterchung
Created May 23, 2012 09:06
Show Gist options
  • Save nesterchung/2774059 to your computer and use it in GitHub Desktop.
Save nesterchung/2774059 to your computer and use it in GitHub Desktop.
Applescript: safari open with Chrome
tell application "Safari"
set u to the URL of the current tab of the first window
end tell
tell application "Google Chrome"
open location u
activate
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment