Skip to content

Instantly share code, notes, and snippets.

@mike1e
Created October 23, 2015 22:35
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 mike1e/f407230551a4ba8cd0bf to your computer and use it in GitHub Desktop.
Save mike1e/f407230551a4ba8cd0bf to your computer and use it in GitHub Desktop.
gchrome to safari
tell application "Google Chrome"
set pageUrl to get URL of active tab of first window
end tell
tell application "Safari" to add reading list item pageUrl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment