Created
November 25, 2011 18:02
-
-
Save macolyte/1394084 to your computer and use it in GitHub Desktop.
Grab Amazon Cover Image - 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
set theURL to "http://images.amazon.com/images/P/" & (the clipboard) & ".01.LZZZZZZZ.jpg" | |
tell application "Safari" | |
set URL of current tab to theURL | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment