Amazon International Links

By chocolateboy Last update May 5, 2012 — Installed 1,989 times.


Script Summary: Add international links to Amazon product pages

Version: 1.0.1

Copyright: chocolateboy

License: GPL: http://www.gnu.org/copyleft/gpl.html

Script homepage

Thumb Thumb Thumb

This script adds links from Amazon product pages to the same page (if available) on other Amazon sites around the world.

The location of the links depends on the Amazon site design. For the "classic" design, the links are added to the row of cross-site links in the top right-hand corner of the page (to the left of the localized version of the Your Account link). For the "modern" design, they are added to the row of cross-site links in the top left-hand corner of the page (to the right of the localized version of the Help link)

The links can be used from any product page, but many products are either not available in other markets, or are not available under the same Amazon identifier. Books, CDs and DVD/Blu-ray discs tend to produce the best results.

By default, links to the US and UK sites are added, but links to any of the following international Amazon sites can be configured:

To modify the displayed sites, navigate to a product page and open the preferences dialog by running the Configure Amazon International Links command. This can either be done by right-clicking on the Greasemonkey icon and selecting it from the User Script Commands menu, or via Tools -> Greasemonkey -> User Script Commands.

See Also

Changelog

  • 1.0.1 2012-05-05
    • fix link style for modern design
    • minor code cleanup
  • 1.0.0 2012-02-09
    • support both the "classic" and "modern" site designs
    • update jQuery to 1.7.1
  • 0.44 2011-11-08
    • support latest cross-site design
    • remove Austria
    • add Spain
    • add Italy
  • 0.43 2011-07-30
    • use minified jQuery
  • 0.42 2011-07-30
    • link fix
  • 0.41 2011-07-30
    • comment tweaks
  • 0.40 2011-07-30
    • fix broken HTML
    • upgrade jQuery to 1.6.2 to fix Scriptish compatibility
  • 0.32 2011-07-30
    • fix GM_config link
  • 0.31 2011-04-11
    • rm unused var
  • 0.30 2011-04-11
    • fix display on sites with extra navbar entries
  • 0.20 2011-03-24
    • fix missing/broken dependencies
  • 0.13 2010-09-25
    • comments, cleanup
  • 0.12 2010-09-24
    • fix command name
  • 0.11 2010-09-24
    • UI tweaks
  • 0.10 2010-09-24
    • snip/clean up TLD validation code obsoleted by explicit @includes
  • 0.04 2010-09-24
    • preserve the protocol
    • restrict @includes to known Amazon domains
  • 0.03 2010-09-24
    • fix truthiness
  • 0.02 2010-09-24
    • grab the ASIN from the HTML rather than the URI (wenoki++)
  • 0.01 2010-09-24
    • initial version