Skip to content

Instantly share code, notes, and snippets.

@evindu
Last active September 25, 2018 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evindu/b5c7f05e5561bb8df7304dc0e1a71ea7 to your computer and use it in GitHub Desktop.
Save evindu/b5c7f05e5561bb8df7304dc0e1a71ea7 to your computer and use it in GitHub Desktop.
open current safari tab in chrome.scpt
tell application "Safari"
set the_url to the URL of current tab in the front window
tell application "Google Chrome" to open location the_url
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment