<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on images hack | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/26269</link>
    <description>Recent comments on userscript: images hack</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by hosts @ Sun, 09 Nov 2008 04:41:18 -0600</title>
      <description>&lt;p&gt;@avro you have to change the urlRegex (regular expressions) for imagevenue, I don't have time to do it now maybe in the future, give me a link where the imagevenue link types are like you descripe so I can test the script.&lt;/p&gt;</description>
      <pubDate>Sun, 09 Nov 2008 04:41:18 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:11262:27523</guid>
      <author>hosts</author>
      <link>http://userscripts.org/topics/11262</link>
    </item>
    <item>
      <title>Archived Comments, replied by avro @ Sat, 08 Nov 2008 06:28:24 -0600</title>
      <description>&lt;p&gt;I noticed three more imagevenue link types.
&lt;br /&gt;&lt;a href=&quot;http://img24.imagevenue.com/view.php?loc=loc424&amp;amp;image=xxxxxxxxxxxxx.jpg&quot;&gt;http://img24.imagevenue.com/view.php?loc=loc424...&lt;/a&gt;   and 
&lt;br /&gt;&lt;a href=&quot;http://img22.imagevenue.com/view.php?image=xxxxxxxxxxxxxx.jpg&quot;&gt;http://img22.imagevenue.com/view.php?image=xxxx...&lt;/a&gt;
&lt;br /&gt;&lt;a href=&quot;http://img14.imagevenue.com/loc29/xxxxxxxxxxxxxxxxx.jpg&quot;&gt;http://img14.imagevenue.com/loc29/xxxxxxxxxxxxx...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;in addition to these 
&lt;br /&gt;&lt;a href=&quot;http://img159.imagevenue.com/img.php?image=xxxxxxxxxxxxx.jpg&quot;&gt;http://img159.imagevenue.com/img.php?image=xxxx...&lt;/a&gt;
&lt;br /&gt;&lt;a href=&quot;http://img104.imagevenue.com/img.php?loc=loc24&amp;amp;image=xxxxxxxxxxxx.jpg&quot;&gt;http://img104.imagevenue.com/img.php?loc=loc24&amp;amp;...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How can I make all the imagevenue link types work in the images hack script?&lt;/p&gt;</description>
      <pubDate>Sat, 08 Nov 2008 06:28:24 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:11262:27524</guid>
      <author>avro</author>
      <link>http://userscripts.org/topics/11262</link>
    </item>
    <item>
      <title>Archived Comments, replied by avro @ Wed, 05 Nov 2008 23:32:23 -0600</title>
      <description>&lt;p&gt;I really like this script.  I've used Uters suggestion and replaced the 'var notdirectimagevenue = cand.href. . . . ' and it works great.  My one wish with the script is the ability to add and make compatible other image hosting sites.&lt;/p&gt;</description>
      <pubDate>Wed, 05 Nov 2008 23:32:23 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:11262:27525</guid>
      <author>avro</author>
      <link>http://userscripts.org/topics/11262</link>
    </item>
    <item>
      <title>Archived Comments, replied by Uters @ Mon, 20 Oct 2008 14:51:46 -0500</title>
      <description>&lt;p&gt;Great script, but I had to modify it because some imagevenue links have &quot;loc=loc###&amp;amp;image=&quot; instead of just &quot;image=&quot; in the link.  I also included Royal2000H's suggestion for uppercase and lowercase for all the extensions:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;var notdirectimagevenue = cand.href.match(/http\:\/\/img\d*\.imagevenue\.com\/img.php\?(?:image|loc=loc\d*&amp;amp;image)=.*(?:jpg|JPG|png|PNG|gif|GIF|jpeg|JPEG)/);&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Also there seems to be a problem on forums where a pic is posted by one person, then quoted by another person.  The first post only shows the thumbnail, then the second post shows two inline full size pics.  If the original post is quoted twice, the third post shows three inline full size pics of the quoted pic, and so on.&lt;/p&gt;

&lt;p&gt;I would like to modify the script to only show the full size pics and remove the thumbnails completely and also solve the problem I mentioned above.&lt;/p&gt;</description>
      <pubDate>Mon, 20 Oct 2008 14:51:46 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11262:27526</guid>
      <author>Uters</author>
      <link>http://userscripts.org/topics/11262</link>
    </item>
    <item>
      <title>Archived Comments, replied by gregoire @ Mon, 16 Jun 2008 08:11:48 -0500</title>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
&lt;br /&gt;var notdirectimagevenue = cand.href.match(/http\:\/\/img\d*\.imagevenue\.com\/img.php\?image=.*(?:jpg|png|gif|jpeg)/);
&lt;br /&gt;&lt;/code&gt;
&lt;br /&gt;Might be a good alternative because imagevenue also use &quot;-&quot;.&lt;/p&gt;

&lt;p&gt;Great script, thank you very much for it !&lt;/p&gt;</description>
      <pubDate>Mon, 16 Jun 2008 08:11:48 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11262:27527</guid>
      <author>gregoire</author>
      <link>http://userscripts.org/topics/11262</link>
    </item>
    <item>
      <title>Archived Comments, replied by Royal2000H @ Fri, 06 Jun 2008 22:20:46 -0500</title>
      <description>&lt;p&gt;JPG should be an extension too (your .jpg is case sensitive, I edited it for myself, but I think it should be made official).
&lt;br /&gt;great script! your ability to get imagevenue is very unique and I'm surprised this script isn't insanely popular&lt;/p&gt;</description>
      <pubDate>Fri, 06 Jun 2008 22:20:46 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11262:27528</guid>
      <author>Royal2000H</author>
      <link>http://userscripts.org/topics/11262</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dark Defender @ Wed, 14 May 2008 17:07:02 -0500</title>
      <description>&lt;p&gt;tha itan xrisimo ean mporouses na ftiaxeis enan redirector idika ean breis lisi gia to imagevenue,tha itan oraio ean mporouse na ginotan kati me to downthemall&lt;/p&gt;</description>
      <pubDate>Wed, 14 May 2008 17:07:02 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11262:27529</guid>
      <author>Dark Defender</author>
      <link>http://userscripts.org/topics/11262</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:06:09 -0600</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>Tue, 16 Nov 2004 19:06:09 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:11262:27522</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/11262</link>
    </item>
  </channel>
</rss>
