Format Amazon Wishlist

By JordanReiter Last update Dec 1, 2009 — Installed 7,610 times.

Amazon.de

in
Subscribe to Amazon.de 3 posts, 3 voices



Hendrik Bilges User

Hi,

how can this work with Amazon.de?

Changing

--
if (location.hostname.indexOf('uk') > 0 || location.hostname.indexOf('ca') > 0)
--

to

--
if (location.hostname.indexOf('uk') > 0 || location.hostname.indexOf('ca') > 0 || location.hostname.indexOf('de') > 0)
--

didn't work, even though it seems that "buttonLocationString" and "wishlistLocationString" should have the same value like for the .ca and .uk domains.

 
JordanReiter Script's Author
FirefoxMacintosh

Just wrote a new version, just for amazon.de
http://userscripts.org/scripts/show/56695
Please test it and let me know if it works.

 
masterjo User
FirefoxWindows

The script doesn't work for me.
Result: page with only the word "Wunschzettel" (which is german for wishlist) is displayed, the title is "Click back to return to normal page."
The page keeps loading but nothing happens (kept waiting for 5 minutes just to be sure).
Can I do anything to help you debug this?