Created
May 3, 2017 06:18
-
-
Save autosquid/a400640cb4488858018b7bb2cd05ce0e to your computer and use it in GitHub Desktop.
open current chrome tab in safari
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 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