Not working in ebay.it
|
|
Hi.
Thanks
|
|
|
That happens on eBay.com too. To fix it change the line
|
![]() ![]() |
to make it work on many more countries, i fixed an issue with the parsefloat funtion which didnt worked correctly. It struggled converting floating point numbers in string form to real floating point number variables. I replaced "," with "." and vice versa. just replace "var price = parseFloat(rows[i].getElemen..... .......col.innerHTML = '$'+ total;" with .. var price = rows[i].getElementsByClassName('prices')[0].innerHTML.match(/\d+.?\d*/);
Vicious's part is already included. It should work on all europoean ebay sites. |
![]() ![]() |
Vicious' correction fixed it for ebay.com (US). Thank you! |
![]() ![]() |
The script needs an update, I'll try to get to it in the next couple weeks. |
![]() ![]() |
Appears to have stopped working on ebay.com (US). =( |
![]() ![]() |
Yep...not working for US eBay. |
![]() ![]() |
My own version of the script here:
|


