<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on eBay - Display Totals with Shipping | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/4838</link>
    <description>Recent comments on userscript: eBay - Display Totals with Shipping</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by ladiko</title>
      <description>&lt;p&gt;i added all named changes to this file: &lt;a href=&quot;http://phpfi.com/330812&quot;&gt;http://phpfi.com/330812&lt;/a&gt;
&lt;br /&gt;works on ebay.de and ebay.com&lt;/p&gt;</description>
      <pubDate>Thu, 10 Jul 2008 08:47:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31296</guid>
      <author>ladiko</author>
      <link>http://userscripts.org/posts/31296</link>
    </item>
    <item>
      <title>Archived Comments, replied by bestfacts</title>
      <description>&lt;p&gt;&gt;&gt; any one added currency convertion to this?&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://addons.update.mozilla.org/en-US/firefox/addon/5497&quot;&gt;https://addons.update.mozilla.org/en-US/firefox...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 06 Jul 2008 06:22:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31297</guid>
      <author>bestfacts</author>
      <link>http://userscripts.org/posts/31297</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ben Shepherd</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I made some changes to your Greasemonkey script &quot;eBay - Display Totals with Shipping&quot;. I've uploaded the new version here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/23223&quot;&gt;http://userscripts.org/scripts/show/23223&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hope this is okay - if you don't want the altered script to be posted, I'll take it down.&lt;/p&gt;

&lt;p&gt;(I've added support for auctions in UK pounds, and made it so it replaces the shipping column.)&lt;/p&gt;

&lt;p&gt;ben&lt;/p&gt;</description>
      <pubDate>Mon, 25 Feb 2008 00:10:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31298</guid>
      <author>Ben Shepherd</author>
      <link>http://userscripts.org/posts/31298</link>
    </item>
    <item>
      <title>Archived Comments, replied by rfsimoes</title>
      <description>&lt;p&gt;Yes but the add-on for firefox does not make currency convertions.
&lt;br /&gt;any one added currency convertion to this?&lt;/p&gt;</description>
      <pubDate>Sat, 26 May 2007 17:59:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31299</guid>
      <author>rfsimoes</author>
      <link>http://userscripts.org/posts/31299</link>
    </item>
    <item>
      <title>Archived Comments, replied by pandaking</title>
      <description>&lt;p&gt;&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/2949&quot;&gt;https://addons.mozilla.org/en-US/firefox/addon/...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 21 May 2007 11:56:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31300</guid>
      <author>pandaking</author>
      <link>http://userscripts.org/posts/31300</link>
    </item>
    <item>
      <title>Archived Comments, replied by Martin</title>
      <description>Sorry,&lt;br /&gt;
no possibility for correcting&lt;br /&gt;

...&lt;br /&gt;

createTextNode(&quot;$&quot; + biddingTotal) &#228;ndern zu&lt;br /&gt;
createTextNode((&quot;EUR &quot; + biddingTotal).replace(/\./,&quot;,&quot;))&lt;br /&gt;
und &lt;br /&gt;
createTextNode(&quot;$&quot; + buyItNowTotal) &#228;ndern zu&lt;br /&gt;
createTextNode((&quot;EUR &quot; + buyItNowTotal).replace(/\./,&quot;,&quot;))</description>
      <pubDate>Wed, 18 Apr 2007 19:55:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31301</guid>
      <author>Martin</author>
      <link>http://userscripts.org/posts/31301</link>
    </item>
    <item>
      <title>Archived Comments, replied by Martin</title>
      <description>F&#252;r W&#228;hrungen, die mit Komma &quot;,&quot; getrennt sind:
replace(/\$/g,&quot;&quot;) wie folgt erg&#228;nzen (4x):&lt;br /&gt;
replace(/\$/g,&quot;&quot;).replace(/\,/g,&quot;.&quot;)&lt;br /&gt;
$ kann stehenbleiben, da &quot;EUR&quot; einen Knoten tiefer enthalten ist.
F&#252;r die Ausgabe:&lt;br /&gt;
createTextNode(&quot;$&quot; + biddingTotal) &#228;ndern zu&lt;br /&gt;
createTextNode((&quot;EUR &quot; + biddingTotal).replace(/\./,&quot;,&quot;))&lt;br /&gt;
und&lt;br /&gt;
createTextNode(&quot;$&quot; + buyItNowTotal) &#228;ndern zu&lt;br /&gt;
createTextNode((&quot;EUR &quot; + biddingTotal).replace(/\./,&quot;,&quot;))</description>
      <pubDate>Wed, 18 Apr 2007 19:52:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31302</guid>
      <author>Martin</author>
      <link>http://userscripts.org/posts/31302</link>
    </item>
    <item>
      <title>Archived Comments, replied by Sohail Hussain</title>
      <description>&lt;p&gt;I've enhanced this script - it addresses some of the comments made here.&lt;/p&gt;</description>
      <pubDate>Thu, 22 Mar 2007 16:14:10 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31303</guid>
      <author>Sohail Hussain</author>
      <link>http://userscripts.org/posts/31303</link>
    </item>
    <item>
      <title>Archived Comments, replied by Nyks</title>
      <description>&lt;p&gt;Dear MattC,&lt;/p&gt;

&lt;p&gt;thanks for the tipp, but it doesnt work :(
&lt;br /&gt;I replaced all &quot;$&quot; with &quot;EUR&quot;, but it doesnt work.&lt;/p&gt;

&lt;p&gt;Now, it only shows &quot;EUR?&quot; in the search-results.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Mar 2007 03:20:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31304</guid>
      <author>Nyks</author>
      <link>http://userscripts.org/posts/31304</link>
    </item>
    <item>
      <title>Archived Comments, replied by MattC</title>
      <description>&lt;p&gt;This works for other countries if you go in and edit the script.. simply replace occurrences of $ with your local currency symbol.&lt;/p&gt;

&lt;p&gt;At line 96, you can add something like this to change the font size of the total:&lt;/p&gt;

&lt;p&gt;totalTdNode.setAttribute(&quot;style&quot;, &quot;font-size: 10px&quot;);&lt;/p&gt;</description>
      <pubDate>Wed, 28 Feb 2007 12:34:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31305</guid>
      <author>MattC</author>
      <link>http://userscripts.org/posts/31305</link>
    </item>
    <item>
      <title>Archived Comments, replied by Nyks</title>
      <description>&lt;p&gt;I really would like to have this; but it unfortunately fails on ebay.de (while it works on ebay.com) :(&lt;/p&gt;

&lt;p&gt;Could anyone adapt it for ebay.de ?&lt;/p&gt;</description>
      <pubDate>Mon, 26 Feb 2007 03:15:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31306</guid>
      <author>Nyks</author>
      <link>http://userscripts.org/posts/31306</link>
    </item>
    <item>
      <title>Archived Comments, replied by kLAcK</title>
      <description>&lt;p&gt;Can we get an update on this script?  Ebay changed their layout...&lt;/p&gt;</description>
      <pubDate>Sun, 14 Jan 2007 04:57:43 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31307</guid>
      <author>kLAcK</author>
      <link>http://userscripts.org/posts/31307</link>
    </item>
    <item>
      <title>Archived Comments, replied by R Davis</title>
      <description>&lt;p&gt;It would be cool if it could display an average cost of all items on the page too.&lt;/p&gt;</description>
      <pubDate>Fri, 17 Nov 2006 19:46:01 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31308</guid>
      <author>R Davis</author>
      <link>http://userscripts.org/posts/31308</link>
    </item>
    <item>
      <title>Archived Comments, replied by Justin Goldberg</title>
      <description>&lt;p&gt;Can we PLEASE Sort by total cost?!@#!@#!@&lt;/p&gt;

&lt;p&gt;This is the WORST problem with ebay's interface!&lt;/p&gt;</description>
      <pubDate>Wed, 15 Nov 2006 16:57:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31309</guid>
      <author>Justin Goldberg</author>
      <link>http://userscripts.org/posts/31309</link>
    </item>
    <item>
      <title>Archived Comments, replied by hhp211</title>
      <description>&lt;p&gt;Nice, using FF 2.0
&lt;br /&gt;I only get 20 Items with a total. I also thought you would be able to Sort by total price, but there is no heading.&lt;/p&gt;</description>
      <pubDate>Sat, 21 Oct 2006 06:29:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31310</guid>
      <author>hhp211</author>
      <link>http://userscripts.org/posts/31310</link>
    </item>
    <item>
      <title>Archived Comments, replied by Thomas Brooks</title>
      <description>&lt;p&gt;Not sure if it's just me, but this script offsets the shipping row just a little bit, putting the total almost underneath the shipping cost. I expected it in an easier to see column, but, it does display the total, and for that it's great.
&lt;br /&gt;Using Firefox 1.5.0.6&lt;/p&gt;</description>
      <pubDate>Mon, 11 Sep 2006 01:35:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31311</guid>
      <author>Thomas Brooks</author>
      <link>http://userscripts.org/posts/31311</link>
    </item>
    <item>
      <title>Archived Comments, replied by mar 1</title>
      <description>&lt;p&gt;Five Stars!
&lt;br /&gt;This script has changed my life :)&lt;/p&gt;

&lt;p&gt;Thanks man, this is so useful!&lt;/p&gt;</description>
      <pubDate>Tue, 29 Aug 2006 22:03:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31312</guid>
      <author>mar 1</author>
      <link>http://userscripts.org/posts/31312</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:04:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12051:31295</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/31295</link>
    </item>
  </channel>
</rss>
