Skip to content

Instantly share code, notes, and snippets.

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 599316527/b0c3af2b8c78c5fc185f to your computer and use it in GitHub Desktop.
Save 599316527/b0c3af2b8c78c5fc185f to your computer and use it in GitHub Desktop.
Add web page to safari reading list from chrome
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
display notification pageUrl with title "Added to Reading List"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment