<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Amazon Local Currency - Dynamic version | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/1476</link>
    <description>Recent comments on userscript: Amazon Local Currency - Dynamic version</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Amazon.de, replied by Ori Avtalion</title>
      <description>&lt;p&gt;John, the script has been updated to support Amazon.de :)&lt;/p&gt;</description>
      <pubDate>Sat, 02 May 2009 12:12:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25662:117051</guid>
      <author>Ori Avtalion</author>
      <link>http://userscripts.org/posts/117051</link>
    </item>
    <item>
      <title>Amazon.de, replied by Ori Avtalion</title>
      <description>&lt;p&gt;Hi John.&lt;/p&gt;

&lt;p&gt;The issue is probably Amazon.de using a comma as the floating point sign instead of a period. I'll try and address that.&lt;/p&gt;</description>
      <pubDate>Sat, 02 May 2009 09:40:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25662:117031</guid>
      <author>Ori Avtalion</author>
      <link>http://userscripts.org/posts/117031</link>
    </item>
    <item>
      <title>Amazon.de, replied by John Keye</title>
      <description>&lt;p&gt;I've tried to get it to work with the following bit:
&lt;br /&gt;// amazon.de
&lt;br /&gt;} else if (document.domain.endsWith(&quot;de&quot;)) {
&lt;br /&gt;	currencyFrom = &quot;EUR&quot;;
&lt;br /&gt;	currencyFromSymbol = &quot;EUR&quot;;
&lt;br /&gt;	currencyFromSymbolForRegex = &quot;EUR&quot;;&lt;/p&gt;

&lt;p&gt;The only problem is that the evaluated 100 times greater in the local currency than the real result. Any clues?&lt;/p&gt;</description>
      <pubDate>Mon, 27 Apr 2009 16:35:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:25662:115294</guid>
      <author>John Keye</author>
      <link>http://userscripts.org/posts/115294</link>
    </item>
    <item>
      <title>Amazon.ca, replied by wickedbob</title>
      <description>&lt;p&gt;Thanks Ori
&lt;br /&gt;That is very good of you.
&lt;br /&gt;This is a fantastic tool!&lt;/p&gt;</description>
      <pubDate>Mon, 15 Dec 2008 03:51:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18973:83555</guid>
      <author>wickedbob</author>
      <link>http://userscripts.org/posts/83555</link>
    </item>
    <item>
      <title>Amazon.ca, replied by Ori Avtalion</title>
      <description>&lt;p&gt;wickedbob, I updated the script to work with amazon.ca.
&lt;br /&gt;Enjoy!&lt;/p&gt;</description>
      <pubDate>Sun, 14 Dec 2008 23:59:38 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18973:83486</guid>
      <author>Ori Avtalion</author>
      <link>http://userscripts.org/posts/83486</link>
    </item>
    <item>
      <title>Amazon.ca, replied by wickedbob</title>
      <description>&lt;p&gt;Any chance I can get some help on how to make this work with Amazon Canada?&lt;/p&gt;</description>
      <pubDate>Sun, 14 Dec 2008 03:30:00 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18973:83317</guid>
      <author>wickedbob</author>
      <link>http://userscripts.org/posts/83317</link>
    </item>
    <item>
      <title>Archived Comments, replied by stars4lucky</title>
      <description>&lt;p&gt;Cooooooool Dude Thanks Its Very Useful&lt;/p&gt;</description>
      <pubDate>Wed, 22 Oct 2008 03:19:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59167</guid>
      <author>stars4lucky</author>
      <link>http://userscripts.org/posts/59167</link>
    </item>
    <item>
      <title>Archived Comments, replied by Qurao</title>
      <description>&lt;p&gt;Just what I needed... great work. Thanks a lot!&lt;/p&gt;</description>
      <pubDate>Sun, 20 Jul 2008 23:38:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59168</guid>
      <author>Qurao</author>
      <link>http://userscripts.org/posts/59168</link>
    </item>
    <item>
      <title>Archived Comments, replied by fuxxi</title>
      <description>&lt;p&gt;Great +++&lt;/p&gt;

&lt;p&gt;Thank You !!&lt;/p&gt;</description>
      <pubDate>Thu, 20 Mar 2008 19:20:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59169</guid>
      <author>fuxxi</author>
      <link>http://userscripts.org/posts/59169</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ori Avtalion</title>
      <description>&lt;p&gt;The script now has combined support for Amazon.com and Amazon.co.uk!&lt;/p&gt;</description>
      <pubDate>Tue, 18 Mar 2008 21:51:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59170</guid>
      <author>Ori Avtalion</author>
      <link>http://userscripts.org/posts/59170</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ori Avtalion</title>
      <description>&lt;p&gt;fuxxi, I'm glad you like it!&lt;/p&gt;

&lt;p&gt;The script for Amazon UK is probably not as recent as this one. The .com script is easy to change:&lt;/p&gt;

&lt;p&gt;1. Change the @include's to use .co.uk instead of .com
&lt;br /&gt;2. Change USD to GBP.
&lt;br /&gt;3. Change $ to &#163; in the following manner (this is IMPORTANT for the new version of the script):&lt;/p&gt;

&lt;p&gt;-var currencyFromSymbol = &quot;\$&quot;;
&lt;br /&gt;-var currencyFromSymbolForRegex = &quot;\\$&quot;;
&lt;br /&gt;+var currencyFromSymbol = &quot;\&#163;&quot;;
&lt;br /&gt;+var currencyFromSymbolForRegex = &quot;\&#163;&quot;;&lt;/p&gt;

&lt;p&gt;Should I maintain a seperate script for Amazon UK?&lt;/p&gt;</description>
      <pubDate>Sat, 15 Mar 2008 23:53:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59171</guid>
      <author>Ori Avtalion</author>
      <link>http://userscripts.org/posts/59171</link>
    </item>
    <item>
      <title>Archived Comments, replied by fuxxi</title>
      <description>&lt;p&gt;nevermind, i found the script for the .uk website :)&lt;/p&gt;</description>
      <pubDate>Sat, 15 Mar 2008 18:07:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59172</guid>
      <author>fuxxi</author>
      <link>http://userscripts.org/posts/59172</link>
    </item>
    <item>
      <title>Archived Comments, replied by fuxxi</title>
      <description>&lt;p&gt;Hi, great script! Is it also available for amazon.co.uk?&lt;/p&gt;</description>
      <pubDate>Sat, 15 Mar 2008 17:53:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59173</guid>
      <author>fuxxi</author>
      <link>http://userscripts.org/posts/59173</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ori Avtalion</title>
      <description>&lt;p&gt;If anyone subscribes to this feed, I just updated the script.
&lt;br /&gt;The converted price now appears right next to the original price. Download away!&lt;/p&gt;</description>
      <pubDate>Fri, 14 Mar 2008 18:39:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59174</guid>
      <author>Ori Avtalion</author>
      <link>http://userscripts.org/posts/59174</link>
    </item>
    <item>
      <title>Archived Comments, replied by Johannes</title>
      <description>&lt;p&gt;It would be nice with a choice to place the currency symbol to either the right or the left of the text.&lt;/p&gt;</description>
      <pubDate>Mon, 24 Sep 2007 11:29:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59175</guid>
      <author>Johannes</author>
      <link>http://userscripts.org/posts/59175</link>
    </item>
    <item>
      <title>Archived Comments, replied by kcoldie</title>
      <description>&lt;p&gt;Hi. I want to love this script too but I don't know how. Is there a beginner's guide to how to run a script? I've installed it. I just need to know how to run it.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Apr 2007 00:12:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59176</guid>
      <author>kcoldie</author>
      <link>http://userscripts.org/posts/59176</link>
    </item>
    <item>
      <title>Archived Comments, replied by n0nick</title>
      <description>&lt;p&gt;it seems that there's a problem with the script file...
&lt;br /&gt;however, i managed to find a working old version! :)
&lt;br /&gt;go here:
&lt;br /&gt;&lt;a href=&quot;http://web.archive.org/web/20060216110706/http://userscripts.org/scripts/source/1476.user.js&quot;&gt;http://web.archive.org/web/20060216110706/http:...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 09 Nov 2006 19:53:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59177</guid>
      <author>n0nick</author>
      <link>http://userscripts.org/posts/59177</link>
    </item>
    <item>
      <title>Archived Comments, replied by Simon Pope</title>
      <description>&lt;p&gt;The script is not installing :-(  The script contents show a Rails error inside some HTML. This appears to be localized to your script and not to the site in general. Any ideas?&lt;/p&gt;</description>
      <pubDate>Thu, 26 Oct 2006 00:54:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59178</guid>
      <author>Simon Pope</author>
      <link>http://userscripts.org/posts/59178</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ori Avtalion</title>
      <description>&lt;p&gt;Alex, fixed!&lt;/p&gt;

&lt;p&gt;Claudia: Are you reffering to Amazon pages? Is there a website where you see two foreign currencies at the same time?&lt;/p&gt;</description>
      <pubDate>Sat, 25 Feb 2006 06:58:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59179</guid>
      <author>Ori Avtalion</author>
      <link>http://userscripts.org/posts/59179</link>
    </item>
    <item>
      <title>Archived Comments, replied by Alex G Wei</title>
      <description>&lt;p&gt;It works! Almost on all occasions where prices are displayed.&lt;/p&gt;

&lt;p&gt;The only place I complain about is that when displaying a wish list, the prices are not converted. I viewed the source code and the script and found that the prices in the wishlist are not the first node...&lt;/p&gt;</description>
      <pubDate>Sun, 19 Feb 2006 19:14:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59180</guid>
      <author>Alex G Wei</author>
      <link>http://userscripts.org/posts/59180</link>
    </item>
    <item>
      <title>Archived Comments, replied by Claudia Enk de Aguiar</title>
      <description>&lt;p&gt;I love this Script. Is easy to configure (just click in Tools/User Script Commands and change your local currency) and search by Yahoo the tax rate so you don't need to worry about it.
&lt;br /&gt;Wish there were a similar script for converting from various diferent currencys (since local currency don't change so much, but i wanted to see prices of various currencys converted to my own, specially Japanese Yen).&lt;/p&gt;</description>
      <pubDate>Sat, 21 Jan 2006 07:11:01 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59181</guid>
      <author>Claudia Enk de Aguiar</author>
      <link>http://userscripts.org/posts/59181</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:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14624:59166</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/59166</link>
    </item>
  </channel>
</rss>
