<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on eBay Auction Enhancer | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/1650</link>
    <description>Recent comments on userscript: eBay Auction Enhancer</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by JP Bourgeois</title>
      <description>&lt;p&gt;I don't think its working...  an updated version would be nice.&lt;/p&gt;</description>
      <pubDate>Wed, 22 Oct 2008 01:15:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21835</guid>
      <author>JP Bourgeois</author>
      <link>http://userscripts.org/posts/21835</link>
    </item>
    <item>
      <title>Archived Comments, replied by fauxmccoy</title>
      <description>&lt;p&gt;have used this for quite some time, but does not appear to be working recently :(&lt;/p&gt;</description>
      <pubDate>Mon, 30 Jun 2008 01:32:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21836</guid>
      <author>fauxmccoy</author>
      <link>http://userscripts.org/posts/21836</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hanjo</title>
      <description>&lt;p&gt;Thanks jwo, it's working for me :-)
&lt;br /&gt;But it have been lines 412/413 on my source...&lt;/p&gt;</description>
      <pubDate>Fri, 25 Apr 2008 12:44:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21837</guid>
      <author>Hanjo</author>
      <link>http://userscripts.org/posts/21837</link>
    </item>
    <item>
      <title>Archived Comments, replied by jwo</title>
      <description>&lt;p&gt;Hi, at the german eBay-Site, the script will only work for 'buy it now'-articles.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;The following code fixed the problem for instance:&lt;/p&gt;

&lt;p&gt;var enter = false;
&lt;br /&gt;if(endTimeNode != null)
&lt;br /&gt;{
&lt;br /&gt; if(endTimeNode.textContent != null)
&lt;br /&gt;  {
&lt;br /&gt;    endTimeREMatch = END_TIME_RE.exec((endTimeNode.textContent).replace(SPACE_RE, &quot; &quot;));
&lt;br /&gt;  
&lt;br /&gt;    if(endTimeREMatch != null)
&lt;br /&gt;    {
&lt;br /&gt;	enter = true;
&lt;br /&gt;    }
&lt;br /&gt;  }
&lt;br /&gt;  if(enter == false &amp;amp;&amp;amp; endTimeNode.innerHTML != null)
&lt;br /&gt;  {
&lt;br /&gt;    endTimeREMatch = END_TIME_RE.exec((endTimeNode.innerHTML).replace(SPACE_RE, &quot; &quot;));&lt;/p&gt;

&lt;p&gt;     if(endTimeREMatch != null)
&lt;br /&gt;     {
&lt;br /&gt;       enter = true;
&lt;br /&gt;     }
&lt;br /&gt;  }
&lt;br /&gt;	
&lt;br /&gt;  if(enter == false &amp;amp;&amp;amp; endTimeNode.nodeValue != null)
&lt;br /&gt;  {
&lt;br /&gt;    endTimeREMatch = END_TIME_RE.exec((endTimeNode.innerHTML).replace(SPACE_RE, &quot; &quot;));
&lt;br /&gt;					   
&lt;br /&gt;    if(endTimeREMatch != null)
&lt;br /&gt;    {
&lt;br /&gt;      enter = true;
&lt;br /&gt;    }
&lt;br /&gt;  }
&lt;br /&gt;}&lt;/p&gt;

&lt;p&gt;if(enter){
&lt;br /&gt;  while (endTimeNode &amp;amp;&amp;amp; endTimeNode.nodeType != 
&lt;br /&gt;...&lt;/p&gt;</description>
      <pubDate>Tue, 26 Feb 2008 22:07:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21838</guid>
      <author>jwo</author>
      <link>http://userscripts.org/posts/21838</link>
    </item>
    <item>
      <title>Archived Comments, replied by vzjrz</title>
      <description>&lt;p&gt;I don't know how but it now works for me...&lt;/p&gt;</description>
      <pubDate>Sun, 24 Feb 2008 03:39:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21839</guid>
      <author>vzjrz</author>
      <link>http://userscripts.org/posts/21839</link>
    </item>
    <item>
      <title>Archived Comments, replied by pandaking</title>
      <description>&lt;p&gt;Dead for me also...&lt;/p&gt;</description>
      <pubDate>Tue, 08 Jan 2008 17:57:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21840</guid>
      <author>pandaking</author>
      <link>http://userscripts.org/posts/21840</link>
    </item>
    <item>
      <title>Archived Comments, replied by LenR</title>
      <description>&lt;p&gt;broken. i'd love to see it though.&lt;/p&gt;</description>
      <pubDate>Mon, 07 Jan 2008 07:35:38 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21841</guid>
      <author>LenR</author>
      <link>http://userscripts.org/posts/21841</link>
    </item>
    <item>
      <title>Archived Comments, replied by Brian Quigley</title>
      <description>&lt;p&gt;Yea, doesn't work for me anymore either... hah I sure put some good use to it though :P&lt;/p&gt;</description>
      <pubDate>Fri, 19 Oct 2007 08:44:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21842</guid>
      <author>Brian Quigley</author>
      <link>http://userscripts.org/posts/21842</link>
    </item>
    <item>
      <title>Archived Comments, replied by Chris Bartlett</title>
      <description>&lt;p&gt;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?&lt;/p&gt;</description>
      <pubDate>Sat, 15 Sep 2007 01:45:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21843</guid>
      <author>Chris Bartlett</author>
      <link>http://userscripts.org/posts/21843</link>
    </item>
    <item>
      <title>Archived Comments, replied by tims0n</title>
      <description>&lt;p&gt;In-place bid? Sounds good, but it seems like it isn't working for me.
&lt;br /&gt;The timer works excellent, but I don't get what is meant with in-place bid.&lt;/p&gt;

&lt;p&gt;Could somebody make a screenshot or sth. like that?&lt;/p&gt;</description>
      <pubDate>Sun, 19 Aug 2007 22:16:01 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21844</guid>
      <author>tims0n</author>
      <link>http://userscripts.org/posts/21844</link>
    </item>
    <item>
      <title>Archived Comments, replied by sid</title>
      <description>&lt;p&gt;BUG: removes links from auction titles in &quot;My eBay&quot;&lt;/p&gt;</description>
      <pubDate>Sat, 16 Jun 2007 17:05:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21845</guid>
      <author>sid</author>
      <link>http://userscripts.org/posts/21845</link>
    </item>
    <item>
      <title>Archived Comments, replied by Richard Gibson</title>
      <description>&lt;p&gt;Thanks for the bug report and fix, Pawe&#322; Kubisz. The script has been updated.&lt;/p&gt;</description>
      <pubDate>Sat, 02 Jun 2007 20:36:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21846</guid>
      <author>Richard Gibson</author>
      <link>http://userscripts.org/posts/21846</link>
    </item>
    <item>
      <title>Archived Comments, replied by pandaking</title>
      <description>&lt;p&gt;Great script thanks :)&lt;/p&gt;</description>
      <pubDate>Mon, 21 May 2007 12:02:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21847</guid>
      <author>pandaking</author>
      <link>http://userscripts.org/posts/21847</link>
    </item>
    <item>
      <title>Archived Comments, replied by Pawe&#322; Kubisz</title>
      <description>&lt;p&gt;Poland has different date pattern: dd-mm-yyyy hh:mm:ss CEST&lt;/p&gt;

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

&lt;p&gt;nice script - thanks for your work!&lt;/p&gt;</description>
      <pubDate>Wed, 25 Apr 2007 00:52:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21848</guid>
      <author>Pawe&#322; Kubisz</author>
      <link>http://userscripts.org/posts/21848</link>
    </item>
    <item>
      <title>Archived Comments, replied by Richard Gibson</title>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Tue, 30 Jan 2007 21:51:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21849</guid>
      <author>Richard Gibson</author>
      <link>http://userscripts.org/posts/21849</link>
    </item>
    <item>
      <title>Archived Comments, replied by dai007</title>
      <description>&lt;p&gt;makedjakila, could you post the fix?&lt;/p&gt;

&lt;p&gt;Im getting 	
&lt;br /&gt;??:00:20 &#177; 00:00:02&lt;/p&gt;</description>
      <pubDate>Fri, 19 Jan 2007 02:14:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21850</guid>
      <author>dai007</author>
      <link>http://userscripts.org/posts/21850</link>
    </item>
    <item>
      <title>Archived Comments, replied by online auction</title>
      <description>&lt;p&gt;I love this one. It will deffinately help me for my &lt;a href=&quot;http://www.oltiby.com&quot;&gt;http://www.oltiby.com&lt;/a&gt; coding.&lt;/p&gt;</description>
      <pubDate>Mon, 25 Dec 2006 18:19:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21851</guid>
      <author>online auction</author>
      <link>http://userscripts.org/posts/21851</link>
    </item>
    <item>
      <title>Archived Comments, replied by makedjakila</title>
      <description>&lt;p&gt;I fixed it and I sent a copy of the modified script to the author, but if someone is interested I can send him !&lt;/p&gt;</description>
      <pubDate>Wed, 20 Dec 2006 23:28:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21852</guid>
      <author>makedjakila</author>
      <link>http://userscripts.org/posts/21852</link>
    </item>
    <item>
      <title>Archived Comments, replied by makedjakila</title>
      <description>&lt;p&gt;Thanks for this very wonderful script !&lt;/p&gt;

&lt;p&gt;But this is what I get : 	
&lt;br /&gt;??:06:53 &#177; 00:00:01&lt;/p&gt;

&lt;p&gt;Can U explain me why I get those question marks ? I come from Paris...&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Tue, 19 Dec 2006 22:03:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21853</guid>
      <author>makedjakila</author>
      <link>http://userscripts.org/posts/21853</link>
    </item>
    <item>
      <title>Archived Comments, replied by Andy 3</title>
      <description>&lt;p&gt;Thanks....it works great!&lt;/p&gt;</description>
      <pubDate>Wed, 14 Jun 2006 16:24:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21854</guid>
      <author>Andy 3</author>
      <link>http://userscripts.org/posts/21854</link>
    </item>
    <item>
      <title>Archived Comments, replied by Richard Gibson</title>
      <description>&lt;p&gt;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!&lt;/p&gt;</description>
      <pubDate>Fri, 02 Jun 2006 04:09:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21855</guid>
      <author>Richard Gibson</author>
      <link>http://userscripts.org/posts/21855</link>
    </item>
    <item>
      <title>Archived Comments, replied by Andy 3</title>
      <description>&lt;p&gt;This Script does not function with Firefox 1.5.0.1!! Change please...&lt;/p&gt;</description>
      <pubDate>Wed, 01 Mar 2006 22:27:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21856</guid>
      <author>Andy 3</author>
      <link>http://userscripts.org/posts/21856</link>
    </item>
    <item>
      <title>Archived Comments, replied by WattNow</title>
      <description>&lt;p&gt;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!&lt;/p&gt;</description>
      <pubDate>Sat, 11 Feb 2006 14:10:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21857</guid>
      <author>WattNow</author>
      <link>http://userscripts.org/posts/21857</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dre9872</title>
      <description>&lt;p&gt;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 !!!!!&lt;/p&gt;</description>
      <pubDate>Thu, 02 Feb 2006 05:47:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21858</guid>
      <author>Dre9872</author>
      <link>http://userscripts.org/posts/21858</link>
    </item>
    <item>
      <title>Archived Comments, replied by Richard Gibson</title>
      <description>&lt;p&gt;Oliver Auth, eanklin... thank you for the ideas.  I will try to incorporate them into the next release.&lt;/p&gt;</description>
      <pubDate>Mon, 23 Jan 2006 10:04:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10316:21859</guid>
      <author>Richard Gibson</author>
      <link>http://userscripts.org/posts/21859</link>
    </item>
  </channel>
</rss>
