[OBSOLETE] eBay Auction Enhancer

By Richard Gibson Last update Jun 2, 2007 — Installed 25,796 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 34 posts, 26 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
JP Bourgeois User

I don't think its working... an updated version would be nice.

 
fauxmccoy User

have used this for quite some time, but does not appear to be working recently :(

 
Hanjo Scriptwright

Thanks jwo, it's working for me :-)
But it have been lines 412/413 on my source...

 
jwo User

Hi, at the german eBay-Site, the script will only work for 'buy it now'-articles.

There seems to be a problem at line 433 / 434. The properties 'textContent', 'innerHTML' and 'nodeValue' may all be null at regular auction-articles pages which will cause an exception.

The following code fixed the problem for instance:

var enter = false;
if(endTimeNode != null)
{
if(endTimeNode.textContent != null)
{
endTimeREMatch = END_TIME_RE.exec((endTimeNode.textContent).replace(SPACE_RE, " "));

if(endTimeREMatch != null)
{
enter = true;
}
}
if(enter == false && endTimeNode.innerHTML != null)
{
endTimeREMatch = END_TIME_RE.exec((endTimeNode.innerHTML).replace(SPACE_RE, " "));

if(endTimeREMatch != null)
{
enter = true;
}
}

if(enter == false && endTimeNode.nodeValue != null)
{
endTimeREMatch = END_TIME_RE.exec((endTimeNode.innerHTML).replace(SPACE_RE, " "));

if(endTimeREMatch != null)
{
enter = true;
}
}
}

if(enter){
while (endTimeNode && endTimeNode.nodeType !=
...

 
vzjrz User

I don't know how but it now works for me...

 
pandaking User

Dead for me also...

 
LenR Scriptwright

broken. i'd love to see it though.

 
Brian Quigley User

Yea, doesn't work for me anymore either... hah I sure put some good use to it though :P

 
Chris Bartlett User

Hello. Thought I'd report that the script hasn't worked for me (on two machines I have it installed on) for two weeks now. Is this happening to anyone else?

 
tims0n User

In-place bid? Sounds good, but it seems like it isn't working for me.
The timer works excellent, but I don't get what is meant with in-place bid.

Could somebody make a screenshot or sth. like that?

 
sid User

BUG: removes links from auction titles in "My eBay"

 
Richard Gibson Script's Author

Thanks for the bug report and fix, Paweł Kubisz. The script has been updated.

 
pandaking User

Great script thanks :)

 
Paweł Kubisz Scriptwright

Poland has different date pattern: dd-mm-yyyy hh:mm:ss CEST

this proper "re" for Poland is:

{ re: /(^(cgi\d*|www)\.ebay\.pl)$/i,
// Poland: dd-mm-yyyy hh:mm:ss CEST
date: function (strDate) {
var match = /^\D*(\d?\d)\W+(\d?\d)\W+(\d{2,})/i.exec(strDate);
return (match ? (new Date(getFullYear(match[3]), match[2] - 1, match[1])).toDateString()
: strDate);
},
time: function (strTimeWithZone) { return strTimeWithZone.replace(/CEST.*/, "GMT+2"); },
days: "d",
local: "local"
},

nice script - thanks for your work!

 
Richard Gibson Script's Author

Thanks for the bug report and fix, makedjakila. The script should now be able to handle all dates on ebay.fr (and hopefully all other sites as well). Unfortunately, it is hard to test all of them, so please email me if another bug crops up.

 
dai007 User

makedjakila, could you post the fix?

Im getting
??:00:20 ± 00:00:02

 
online auction User

I love this one. It will deffinately help me for my http://www.oltiby.com coding.

 
makedjakila Scriptwright

I fixed it and I sent a copy of the modified script to the author, but if someone is interested I can send him !

 
makedjakila Scriptwright

Thanks for this very wonderful script !

But this is what I get :
??:06:53 ± 00:00:01

Can U explain me why I get those question marks ? I come from Paris...

Thanks

 
Andy 3 Scriptwright

Thanks....it works great!

 
Richard Gibson Script's Author

This script has finally been updated to work with eBay's format change. Sorry it took so long everyone, I was dealing with personal issues. I'll hopefully add new features by the end of July. Enjoy!

 
Andy 3 Scriptwright

This Script does not function with Firefox 1.5.0.1!! Change please...

 
WattNow User

Same here Dre, like having your fingers cut off! I did a system restore to the day before upgrade in XP and everything dropped back into place. Hold your breath and try!

 
Dre9872 User

I'm a bit upset, I've used this load's and have found it really usefull, but since I updated it's not working, I've tried both the version's but to no avail, H E L P !!!!!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel