Created
January 10, 2015 19:30
-
-
Save 599316527/b0c3af2b8c78c5fc185f to your computer and use it in GitHub Desktop.
Add web page to safari reading list from chrome
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 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