Skip to content

Instantly share code, notes, and snippets.

@macolyte
Created November 25, 2011 18:04
Show Gist options
  • Save macolyte/1394089 to your computer and use it in GitHub Desktop.
Save macolyte/1394089 to your computer and use it in GitHub Desktop.
Grab Amazon Cover Image - Chrome
set theURL to "http://images.amazon.com/images/P/" & (the clipboard) & ".01.LZZZZZZZ.jpg"
tell application "Google Chrome"
set URL of last tab of window 1 totheURL
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment