Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

eBay currency converter

Shows the price in your own currency after the USD/GBP/CAD/AUD price on eBay auctions. Exchange rates are updated manually within the file. Preconfigured for SEK with exchange rates as of 2005-08-29.





1 point
login to vote
rfsimoes user
Posted Oct 29, 2007

the hell with it...
you have this
http://userscripts.org/scripts/review/4827
and this
http://userscripts.org/scripts/show/2600
a bit slow but it is auto-updatable and works everywhere.

1 point
login to vote
Posted Jul 11, 2007

rfsimoes:
8< cut and paste this into the script in between any of the currency conversions for £ conversion.
Please note that I'm not a script author, I trail and errored until this worked for me :)

// GBP 2
if (s.match(/£\d+\.\d+/)) {
var GBP = s.replace(/(.*£)(\d+\.\d+)(.*)/, '$2'); // Extract
var myCurrency = roundC(GBP * perGBP); // Convert
s = s.replace(/(£)(\d+\.\d+)/, '$1$2 ('+ myCurrencyPrefix + myCurrency + myCurrencySuffix +')'); // Replace
}

1 point
login to vote
rfsimoes user
Posted May 26, 2007

Now i've got it. is just not working in ebay.co.uk because there is no match with the £.
Could any one post the if (s.match..... for pouds?

1 point
login to vote
rfsimoes user
Posted May 26, 2007

Is it just me or this script doesn't work at all?
I've tried ebay.com ebay.co.uk and ebay.es and nothing ever hapens.
Is there a debuger I can use to go throw the code?

1 point
login to vote
Henrik N script's author
Posted Mar 28, 2007

Auto-update would definitely be cool. I'll add it to my todo list (which is, alas, rather long).

1 point
login to vote
Posted Mar 21, 2007

This script kicks ass!
I've also added EUR along with "£" since brittish pounds was only recognised through GBP which obviously is not the case on ebay.co.uk .
Maybe you could include this in a newer version?
And like Plawer said, an auto-update would be a dream...

1 point
login to vote
darshil scriptwright
Posted Jun 27, 2006

awesome!

1 point
login to vote
Plawer user
Posted Jan 2, 2006

Another bug: Prices on Ebay sites using comma as decimal symbol are not converted (e.g. ebay.de, ebay.at)

1 point
login to vote
Plawer user
Posted Dec 25, 2005

Great tool. I've added EUR currency to my own. One bug: Prices over 999.99 are not calculated.
One suggestion: Use XML data from the European Central Bank so the user only has to update his own home currency once, and data is kept consistent. http://www.ecb.int/stats/eurofxref/eurofxref-da...

You could comment on this script if you were logged in.