Skip to content

Instantly share code, notes, and snippets.

@autosquid
Created May 3, 2017 06:18
Show Gist options
  • Save autosquid/a400640cb4488858018b7bb2cd05ce0e to your computer and use it in GitHub Desktop.
Save autosquid/a400640cb4488858018b7bb2cd05ce0e to your computer and use it in GitHub Desktop.
open current chrome tab in safari
tell application "Google Chrome"
set theURL to URL of active tab of window 1
end tell
tell application "Safari"
open location theURL
activate
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment