Skip to content

Instantly share code, notes, and snippets.

@macolyte
Created November 25, 2011 18:02
Show Gist options
  • Save macolyte/1394084 to your computer and use it in GitHub Desktop.
Save macolyte/1394084 to your computer and use it in GitHub Desktop.
Grab Amazon Cover Image - Safari
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