<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on NO LONGER WORKS - ebaySearchPictures | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/1363</link>
    <description>Recent comments on userscript: NO LONGER WORKS - ebaySearchPictures</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Updated version as Firefox addon, replied by NettiCat</title>
      <description>&lt;p&gt;To remember the original author Johnny Bravo I updated his brilliant script, but released it as Firefox addon:
&lt;br /&gt;&lt;a href=&quot;http://netticat.ath.cx/EbaySearchPictures/EbaySearchPictures.htm&quot;&gt;http://netticat.ath.cx/EbaySearchPictures/EbayS...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It needed only a few fixes to work again. However it is tested with german ebay only (where it works fine) and I have no clue which other countries would work. There will be no way to simply adapt the script, since eBay uses significantly different scripts in some other countries.
&lt;br /&gt;So just try it, maybe you're a lucky user and the addon works for your country too.&lt;/p&gt;</description>
      <pubDate>Tue, 14 Jul 2009 17:43:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:30786:146164</guid>
      <author>NettiCat</author>
      <link>http://userscripts.org/posts/146164</link>
    </item>
    <item>
      <title>eBay - AU, replied by mp3dewd</title>
      <description>&lt;p&gt;Johnny, from what I can tell, the thumbnails are now using the following URL as the concept:
&lt;br /&gt;'thumbs.ebaystatic.com/pict/itemnumber6464_1.jpg', for example visit &lt;a href=&quot;http://thumbs.ebaystatic.com/pict/2003546640656464_1.jpg&quot;&gt;http://thumbs.ebaystatic.com/pict/2003546640656...&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Fri, 26 Jun 2009 21:50:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:29433:138960</guid>
      <author>mp3dewd</author>
      <link>http://userscripts.org/posts/138960</link>
    </item>
    <item>
      <title>eBay - AU, replied by mp3dewd</title>
      <description>&lt;p&gt;That is a real shame. This is probably the best GM script ever written. I hope that one day you can resurrect this script.&lt;/p&gt;</description>
      <pubDate>Thu, 25 Jun 2009 23:52:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:29433:138460</guid>
      <author>mp3dewd</author>
      <link>http://userscripts.org/posts/138460</link>
    </item>
    <item>
      <title>eBay - AU, replied by Johnny Bravo</title>
      <description>&lt;p&gt;Seems like ebay have rewritten the page significantly&lt;/p&gt;

&lt;p&gt;Too bad, I declare this script DEAD at the hands of ebay pricks&lt;/p&gt;</description>
      <pubDate>Thu, 25 Jun 2009 06:04:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:29433:138079</guid>
      <author>Johnny Bravo</author>
      <link>http://userscripts.org/posts/138079</link>
    </item>
    <item>
      <title>eBay - AU, replied by Johnny Bravo</title>
      <description>&lt;p&gt;How odd. being an aussie, that's where I test it.&lt;/p&gt;

&lt;p&gt;But you are right. I'm getting an error now as well. Will investigate the problem&lt;/p&gt;</description>
      <pubDate>Thu, 25 Jun 2009 05:44:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:29433:138072</guid>
      <author>Johnny Bravo</author>
      <link>http://userscripts.org/posts/138072</link>
    </item>
    <item>
      <title>eBay - AU, replied by mp3dewd</title>
      <description>&lt;p&gt;For some reason this does not work on the AU eBay site.&lt;/p&gt;</description>
      <pubDate>Tue, 23 Jun 2009 22:02:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:29433:137343</guid>
      <author>mp3dewd</author>
      <link>http://userscripts.org/posts/137343</link>
    </item>
    <item>
      <title>Archived Comments, replied by madhatter 2</title>
      <description>&lt;p&gt;@ladiko this seems to work very well here. Thank you!!!&lt;/p&gt;</description>
      <pubDate>Mon, 01 Sep 2008 13:45:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75905</guid>
      <author>madhatter 2</author>
      <link>http://userscripts.org/posts/75905</link>
    </item>
    <item>
      <title>Archived Comments, replied by ladiko</title>
      <description>&lt;p&gt;for german ebay replace line 111 to 113 with:
&lt;br /&gt;&lt;code&gt;'//IMG[@src=&quot;http://pics.ebaystatic.com/aw/pics/icon/iconPic_20x20.gif&quot;',
&lt;br /&gt;'@src=&quot;http://pics.ebaystatic.com/aw/pics/de/icon/iconPic_20x20.gif&quot;',
&lt;br /&gt;'@src=&quot;http://pics.ebaystatic.com/aw/pics/de/lst/_p__64x15.gif&quot;',
&lt;br /&gt;'@src=&quot;http://pics.ebaystatic.com/aw/pics/lst/_p__64x15.gif&quot;'&lt;/code&gt;
&lt;br /&gt;and add
&lt;br /&gt;&lt;code&gt;http://*shop.ebay.*/*&lt;/code&gt; to the applied web sites.&lt;/p&gt;

&lt;p&gt;full code: &lt;a href=&quot;http://phpfi.com/349977&quot;&gt;http://phpfi.com/349977&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;for other countries:
&lt;br /&gt;replace &lt;code&gt;/de/&lt;/code&gt; with your country code. to get your country code, right click on the camera picture that you want to replace and select &quot;properties&quot;. there you can find the image url including the correct country code.&lt;/p&gt;</description>
      <pubDate>Wed, 27 Aug 2008 14:15:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75906</guid>
      <author>ladiko</author>
      <link>http://userscripts.org/posts/75906</link>
    </item>
    <item>
      <title>Archived Comments, replied by vitaly</title>
      <description>&lt;p&gt;I can confirm dexter crowley.
&lt;br /&gt;It no more works for German Ebay, even if adding additional URL patterns :(
&lt;br /&gt;A fix would be great!&lt;/p&gt;</description>
      <pubDate>Sat, 23 Aug 2008 09:31:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75907</guid>
      <author>vitaly</author>
      <link>http://userscripts.org/posts/75907</link>
    </item>
    <item>
      <title>Archived Comments, replied by dexter crowley</title>
      <description>&lt;p&gt;madhatter: Nope, I tried that before and it didn't do the trick.&lt;/p&gt;

&lt;p&gt;Example: &lt;a href=&quot;http://shop.ebay.de/?_from=R40&amp;amp;_trksid=m38.l1313&amp;amp;_nkw=whatever&amp;amp;_sacat=See-All-Categories&quot;&gt;http://shop.ebay.de/?_from=R40&amp;amp;_trksid=m38.l131...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Does that work for you?&lt;/p&gt;</description>
      <pubDate>Thu, 14 Aug 2008 18:42:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75908</guid>
      <author>dexter crowley</author>
      <link>http://userscripts.org/posts/75908</link>
    </item>
    <item>
      <title>Archived Comments, replied by madhatter 2</title>
      <description>&lt;p&gt;If you add &lt;a href=&quot;http://shop.ebay.de/&quot;&gt;http://shop.ebay.de/&lt;/a&gt;* and &lt;a href=&quot;http://*.shop.ebay.de/&quot;&gt;http://*.shop.ebay.de/&lt;/a&gt;* it seems to work again&lt;/p&gt;</description>
      <pubDate>Wed, 13 Aug 2008 10:08:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75909</guid>
      <author>madhatter 2</author>
      <link>http://userscripts.org/posts/75909</link>
    </item>
    <item>
      <title>Archived Comments, replied by dexter crowley</title>
      <description>&lt;p&gt;Stopped working with the new eBay search display in Germany.&lt;/p&gt;

&lt;p&gt;Try &lt;a href=&quot;http://shop.ebay.de/items/_W0QQ_nkwZC902QQ_armrsZ1QQ_fromZQQ_mdoZ&quot;&gt;http://shop.ebay.de/items/_W0QQ_nkwZC902QQ_armr...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 13 Aug 2008 00:33:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75910</guid>
      <author>dexter crowley</author>
      <link>http://userscripts.org/posts/75910</link>
    </item>
    <item>
      <title>Archived Comments, replied by zas-kar</title>
      <description>&lt;p&gt;still works in Germany..  i like it  :-)  Thanks Johnny!&lt;/p&gt;</description>
      <pubDate>Tue, 12 Aug 2008 06:41:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75911</guid>
      <author>zas-kar</author>
      <link>http://userscripts.org/posts/75911</link>
    </item>
    <item>
      <title>Archived Comments, replied by skism</title>
      <description>&lt;p&gt;don't work on uk ebay.&lt;/p&gt;</description>
      <pubDate>Mon, 11 Aug 2008 07:29:52 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75912</guid>
      <author>skism</author>
      <link>http://userscripts.org/posts/75912</link>
    </item>
    <item>
      <title>Archived Comments, replied by Fizziwig</title>
      <description>&lt;p&gt;I cannot seem to get it working on the UK?&lt;/p&gt;</description>
      <pubDate>Mon, 28 Jul 2008 21:31:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75913</guid>
      <author>Fizziwig</author>
      <link>http://userscripts.org/posts/75913</link>
    </item>
    <item>
      <title>Archived Comments, replied by bumwer</title>
      <description>&lt;p&gt;Doesn't work with eBay.de. Try this:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://m6n.ebay.de/items/___W0QQ_nkwZamyQ20winehouse&quot;&gt;http://m6n.ebay.de/items/___W0QQ_nkwZamyQ20wine...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 29 May 2008 22:31:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75914</guid>
      <author>bumwer</author>
      <link>http://userscripts.org/posts/75914</link>
    </item>
    <item>
      <title>Archived Comments, replied by Petri Lagren</title>
      <description>&lt;p&gt;Doesn't seem to work on global.ebay.com. :-/&lt;/p&gt;

&lt;p&gt;EDIT: Nevermind that - looks like global.ebay.com has recently started showing previews on all items.&lt;/p&gt;</description>
      <pubDate>Mon, 19 May 2008 04:22:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75915</guid>
      <author>Petri Lagren</author>
      <link>http://userscripts.org/posts/75915</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tim Costello</title>
      <description>&lt;p&gt;still works just fine for me&lt;/p&gt;</description>
      <pubDate>Sat, 15 Mar 2008 17:57:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75916</guid>
      <author>Tim Costello</author>
      <link>http://userscripts.org/posts/75916</link>
    </item>
    <item>
      <title>Archived Comments, replied by bobielawlintine</title>
      <description>&lt;p&gt;Excellent script but unfortunately it stopped working today. I added
&lt;br /&gt;// @include       &lt;a href=&quot;http://*m6n.ebay.*/&quot;&gt;http://*m6n.ebay.*/&lt;/a&gt;*
&lt;br /&gt;to the script so it's active on the artile list but the imaged aren't displayed. :-(&lt;/p&gt;</description>
      <pubDate>Fri, 14 Mar 2008 14:11:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75917</guid>
      <author>bobielawlintine</author>
      <link>http://userscripts.org/posts/75917</link>
    </item>
    <item>
      <title>Archived Comments, replied by Kevin 1</title>
      <description>&lt;p&gt;Amazingly still works great! One of the first scripts I grab after a new firefox install.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jan 2008 03:58:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75918</guid>
      <author>Kevin 1</author>
      <link>http://userscripts.org/posts/75918</link>
    </item>
    <item>
      <title>Archived Comments, replied by Max Kueng</title>
      <description>&lt;p&gt;Works for me. Thanks John!&lt;/p&gt;</description>
      <pubDate>Sun, 11 Nov 2007 14:09:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75919</guid>
      <author>Max Kueng</author>
      <link>http://userscripts.org/posts/75919</link>
    </item>
    <item>
      <title>Archived Comments, replied by fatts mcgee</title>
      <description>&lt;p&gt;i think ebay just rolled out an update and this doesnt work now.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Nov 2007 17:00:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75920</guid>
      <author>fatts mcgee</author>
      <link>http://userscripts.org/posts/75920</link>
    </item>
    <item>
      <title>Archived Comments, replied by DocX</title>
      <description>&lt;p&gt;Great script!&lt;/p&gt;

&lt;p&gt;Works on German ebay, too!&lt;/p&gt;</description>
      <pubDate>Thu, 17 May 2007 10:33:43 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75921</guid>
      <author>DocX</author>
      <link>http://userscripts.org/posts/75921</link>
    </item>
    <item>
      <title>Archived Comments, replied by Nyks</title>
      <description>&lt;p&gt;I tested it out: &lt;/p&gt;

&lt;p&gt;It works on english Ebay (.com), but it doensnt work on german Ebay (.de), also not after fixing the &quot;watched websites&quot;.&lt;/p&gt;</description>
      <pubDate>Mon, 26 Feb 2007 02:51:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75922</guid>
      <author>Nyks</author>
      <link>http://userscripts.org/posts/75922</link>
    </item>
    <item>
      <title>Archived Comments, replied by Nyks</title>
      <description>&lt;p&gt;I'm tried to use this with Greasemonkey 0.6.7 and geran Ebay, and it doesnt work :(&lt;/p&gt;</description>
      <pubDate>Mon, 26 Feb 2007 02:39:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17357:75923</guid>
      <author>Nyks</author>
      <link>http://userscripts.org/posts/75923</link>
    </item>
  </channel>
</rss>
