<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Format Amazon Wishlist | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/17278</link>
    <description>Recent comments on userscript: Format Amazon Wishlist</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Small Issues, replied by wrongindustries</title>
      <description>&lt;p&gt;For whatever it is worth, I am having the same 'hanging' problem. I looked through the Amazon code for the page and they may have changed 'tiny' to 'small' but changing that in the script just breaks the script.&lt;/p&gt;

&lt;p&gt;**Edit: I found a way to get this working again, you just need to make some small changes to the script. All I had to do was change what the script was searching for as a title.&lt;/p&gt;

&lt;p&gt;Instead of searching for a titleStart span of &quot;tiny&quot;, replace that tiny with &quot;small productTitle&quot; (sans quotes. This is in the processObject function.&lt;/p&gt;</description>
      <pubDate>Mon, 23 Nov 2009 16:11:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:30220:192675</guid>
      <author>wrongindustries</author>
      <link>http://userscripts.org/posts/192675</link>
    </item>
    <item>
      <title>Small Issues, replied by brightblue</title>
      <description>&lt;p&gt;Thanks for developing this, its a much needed idea.  I'm finding that it hangs, also, regardless of whether there is a price or not, I waited a few minutes for just a list that had three items, and it never came up.  Perhaps Amazon changed their HTML again.&lt;/p&gt;</description>
      <pubDate>Sat, 03 Oct 2009 23:42:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:30220:175890</guid>
      <author>brightblue</author>
      <link>http://userscripts.org/posts/175890</link>
    </item>
    <item>
      <title>Amazon.de, replied by Deathalicious</title>
      <description>&lt;p&gt;Just wrote a new version, just for amazon.de
&lt;br /&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/56695&quot;&gt;http://userscripts.org/scripts/show/56695&lt;/a&gt;
&lt;br /&gt;Please test it and let me know if it works.&lt;/p&gt;</description>
      <pubDate>Sun, 30 Aug 2009 13:53:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:26498:164259</guid>
      <author>Deathalicious</author>
      <link>http://userscripts.org/posts/164259</link>
    </item>
    <item>
      <title>Small Issues, replied by Deathalicious</title>
      <description>&lt;p&gt;Hanging appeared to happen when a product didn't have a price anymore. I've rewritten the script to try to ignore when a product doesn't have a price.&lt;/p&gt;</description>
      <pubDate>Sun, 30 Aug 2009 13:04:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:30220:164253</guid>
      <author>Deathalicious</author>
      <link>http://userscripts.org/posts/164253</link>
    </item>
    <item>
      <title>Where are the buttons?, replied by Deathalicious</title>
      <description>&lt;p&gt;Amazon rewrote the code for the wishlist page, so I had to update part of the script to work again. The buttons should show up now.&lt;/p&gt;</description>
      <pubDate>Sun, 30 Aug 2009 13:03:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:32254:164252</guid>
      <author>Deathalicious</author>
      <link>http://userscripts.org/posts/164252</link>
    </item>
    <item>
      <title>Where are the buttons?, replied by caseyallen</title>
      <description>&lt;p&gt;I concur.  I don't see them anywhere...&lt;/p&gt;</description>
      <pubDate>Sat, 15 Aug 2009 08:50:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:32254:158623</guid>
      <author>caseyallen</author>
      <link>http://userscripts.org/posts/158623</link>
    </item>
    <item>
      <title>Where are the buttons?, replied by liviaalexandra</title>
      <description>&lt;p&gt;I have installed the script, but i dont know how to use it...where are the buttons that enable me to export the wishlist?&lt;/p&gt;</description>
      <pubDate>Wed, 05 Aug 2009 20:03:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:32254:155013</guid>
      <author>liviaalexandra</author>
      <link>http://userscripts.org/posts/155013</link>
    </item>
    <item>
      <title>Small Issues, replied by Roger Carstairs</title>
      <description>&lt;p&gt;This is, hands down, my favourite Greasemonkey script, However it only seems to be working half the time at the moment. It just seems to stall on the &quot;Loading Wishlist items&quot; screen. &lt;/p&gt;

&lt;p&gt;I can't tell why sometimes it works and sometimes it doesn't, any chance of a quick update?&lt;/p&gt;</description>
      <pubDate>Sun, 05 Jul 2009 19:13:10 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:30220:142763</guid>
      <author>Roger Carstairs</author>
      <link>http://userscripts.org/posts/142763</link>
    </item>
    <item>
      <title>Amazon.de, replied by Hendrik Bilges</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;how can this work with Amazon.de?&lt;/p&gt;

&lt;p&gt;Changing&lt;/p&gt;

&lt;p&gt;--
&lt;br /&gt;if (location.hostname.indexOf('uk') &gt; 0 || location.hostname.indexOf('ca') &gt; 0)
&lt;br /&gt;--&lt;/p&gt;

&lt;p&gt;to&lt;/p&gt;

&lt;p&gt;--
&lt;br /&gt;if (location.hostname.indexOf('uk') &gt; 0 || location.hostname.indexOf('ca') &gt; 0 || location.hostname.indexOf('de') &gt; 0)
&lt;br /&gt;--&lt;/p&gt;

&lt;p&gt;didn't work, even though it seems that &quot;buttonLocationString&quot; and &quot;wishlistLocationString&quot; should have the same value like for the .ca and .uk domains.&lt;/p&gt;</description>
      <pubDate>Sat, 09 May 2009 14:11:52 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:26498:119552</guid>
      <author>Hendrik Bilges</author>
      <link>http://userscripts.org/posts/119552</link>
    </item>
    <item>
      <title>Archived Comments, replied by Deathalicious</title>
      <description>&lt;p&gt;Actually, looks like this was because of changes to amazon.com, not FF3. I believe the script should be working now.&lt;/p&gt;</description>
      <pubDate>Thu, 06 Nov 2008 23:48:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14860:60626</guid>
      <author>Deathalicious</author>
      <link>http://userscripts.org/posts/60626</link>
    </item>
    <item>
      <title>Archived Comments, replied by Brandon 1</title>
      <description>&lt;p&gt;I have to agree with both of the comments so far.  I would love to see it work for the entire wishlist, but I understand the limitations of just using the page given to you, but it appears to be broken in FF3 anyways.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Jul 2008 18:00:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14860:60627</guid>
      <author>Brandon 1</author>
      <link>http://userscripts.org/posts/60627</link>
    </item>
    <item>
      <title>Archived Comments, replied by murth</title>
      <description>&lt;p&gt;Stopped working for me.  Am I alone?  I'm using FF3.&lt;/p&gt;</description>
      <pubDate>Mon, 21 Jul 2008 20:50:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14860:60628</guid>
      <author>murth</author>
      <link>http://userscripts.org/posts/60628</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ajijic</title>
      <description>&lt;p&gt;Any chance you can make an ENTIRE wish list printable, not just the particular page on the screen?  Thanks.&lt;/p&gt;</description>
      <pubDate>Sat, 10 May 2008 22:24:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14860:60629</guid>
      <author>Ajijic</author>
      <link>http://userscripts.org/posts/60629</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14860:60625</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/60625</link>
    </item>
  </channel>
</rss>
