<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on yahoo Image Relinker | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/5082</link>
    <description>Recent comments on userscript: yahoo Image Relinker</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by thorbenhauer</title>
      <description>&lt;p&gt;It rewrites yahoo image search links to point straight to the pictures.&lt;/p&gt;</description>
      <pubDate>Mon, 17 Mar 2008 07:35:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16567:71063</guid>
      <author>thorbenhauer</author>
      <link>http://userscripts.org/posts/71063</link>
    </item>
    <item>
      <title>Archived Comments, replied by love prone</title>
      <description>&lt;p&gt;sorry..But what this script do ?&lt;/p&gt;</description>
      <pubDate>Sat, 15 Mar 2008 10:11:01 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16567:71064</guid>
      <author>love prone</author>
      <link>http://userscripts.org/posts/71064</link>
    </item>
    <item>
      <title>Archived Comments, replied by thorbenhauer</title>
      <description>&lt;p&gt;New version up and running. Hopefully without any problems. If so just leave another comment. I'll look into it.&lt;/p&gt;</description>
      <pubDate>Sat, 03 Nov 2007 07:11:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16567:71065</guid>
      <author>thorbenhauer</author>
      <link>http://userscripts.org/posts/71065</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dan 1</title>
      <description>&lt;p&gt;This is no longer working as of a few days ago (today is 2007-11-01).  Yahoo must have changed some code.  Can we get an update?&lt;/p&gt;</description>
      <pubDate>Fri, 02 Nov 2007 20:35:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16567:71066</guid>
      <author>Dan 1</author>
      <link>http://userscripts.org/posts/71066</link>
    </item>
    <item>
      <title>Archived Comments, replied by thorbenhauer</title>
      <description>&lt;p&gt;Thanks Nimit Maru!
&lt;br /&gt;You're right! I changed the mentioned line as you've advised.&lt;/p&gt;</description>
      <pubDate>Wed, 19 Sep 2007 05:55:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16567:71067</guid>
      <author>thorbenhauer</author>
      <link>http://userscripts.org/posts/71067</link>
    </item>
    <item>
      <title>Archived Comments, replied by Nimit Maru</title>
      <description>&lt;p&gt;Hey, sorry for the late response, I didn't realize you had asked me this question. &lt;/p&gt;

&lt;p&gt;The reason the line I suggested works better is that it lets the browser itself do the URI decoding. There are usually more characters to decode than just the &quot;/&quot;. For a sample query (this may be different if you try this too many days after I suggest this), try this query in Y! image search: &quot;Coffee Mug Black $10.jpg&quot;. It should return just one image. Now try clicking on that img with your line in, and then with my line instead, and you'll see that it breaks with the line that you have.&lt;/p&gt;

&lt;p&gt;Hope that helps, thanks!&lt;/p&gt;</description>
      <pubDate>Sat, 15 Sep 2007 03:05:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16567:71068</guid>
      <author>Nimit Maru</author>
      <link>http://userscripts.org/posts/71068</link>
    </item>
    <item>
      <title>Archived Comments, replied by thorbenhauer</title>
      <description>&lt;p&gt;Hello Nimit! Thank you for your comments. Could you please explain why&lt;/p&gt;

&lt;p&gt;link.href = &quot;http://&quot; + decodeURIComponent(decodeURIComponent(ymatch[1]));&lt;/p&gt;

&lt;p&gt;works &quot;a lot better&quot;? Do you have some examples on which the code&lt;/p&gt;

&lt;p&gt;link.href = &quot;http://&quot; + ymatch[1].replace( /%252F/g , &quot;/&quot;);&lt;/p&gt;

&lt;p&gt;doesn't work?&lt;/p&gt;

&lt;p&gt;In addition, I've removed the question marks, thanks for the hint!&lt;/p&gt;</description>
      <pubDate>Mon, 25 Jun 2007 11:04:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16567:71069</guid>
      <author>thorbenhauer</author>
      <link>http://userscripts.org/posts/71069</link>
    </item>
    <item>
      <title>Archived Comments, replied by Nimit Maru</title>
      <description>&lt;p&gt;Oh yes, you also need to remove the &quot;?&quot; from the end of the urls, because yahoo inserts ylt link tracking on the image search urls.&lt;/p&gt;</description>
      <pubDate>Fri, 22 Jun 2007 23:10:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16567:71070</guid>
      <author>Nimit Maru</author>
      <link>http://userscripts.org/posts/71070</link>
    </item>
    <item>
      <title>Archived Comments, replied by Nimit Maru</title>
      <description>&lt;p&gt;Hey, thanks for the yahoo version of the script. Just wanted to let you know that this script works a lot better in the url decoding when the last line looks like this:&lt;/p&gt;

&lt;p&gt;link.href = &quot;http://&quot; + decodeURIComponent(decodeURIComponent(ymatch[1]));&lt;/p&gt;</description>
      <pubDate>Fri, 22 Jun 2007 22:12:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16567:71071</guid>
      <author>Nimit Maru</author>
      <link>http://userscripts.org/posts/71071</link>
    </item>
    <item>
      <title>Archived Comments, replied by thorbenhauer</title>
      <description>&lt;p&gt;:-)&lt;/p&gt;</description>
      <pubDate>Thu, 10 Aug 2006 17:10:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16567:71072</guid>
      <author>thorbenhauer</author>
      <link>http://userscripts.org/posts/71072</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dan 1</title>
      <description>&lt;p&gt;Woohoo!!!! Nice!!!&lt;/p&gt;</description>
      <pubDate>Thu, 10 Aug 2006 15:09:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16567:71073</guid>
      <author>Dan 1</author>
      <link>http://userscripts.org/posts/71073</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:05:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16567:71062</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/71062</link>
    </item>
  </channel>
</rss>
