<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Craigslist image preview 2 | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/24089</link>
    <description>Recent comments on userscript: Craigslist image preview 2</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by speeb</title>
      <description>&lt;p&gt;It was the Craigslist Image Preview from craigstoolbox.com -- which has suddenly become shareware.&lt;/p&gt;</description>
      <pubDate>Thu, 25 Sep 2008 16:22:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35695</guid>
      <author>speeb</author>
      <link>http://userscripts.org/posts/35695</link>
    </item>
    <item>
      <title>Archived Comments, replied by kizer8</title>
      <description>&lt;p&gt;Speeb:  What was the firefox extension you were using?&lt;/p&gt;

&lt;p&gt;Thanks,
&lt;br /&gt;Kizer&lt;/p&gt;</description>
      <pubDate>Thu, 25 Sep 2008 11:24:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35696</guid>
      <author>kizer8</author>
      <link>http://userscripts.org/posts/35696</link>
    </item>
    <item>
      <title>Archived Comments, replied by speeb</title>
      <description>&lt;p&gt;The Firefox extension I was using to do this job seems to have gone the pay route now.  One thing I liked better: the mouseover preview always appeared in the upper right corner of the window, not inline.  How could I get this functionality?  My javascript skills are nearly non-existent.&lt;/p&gt;</description>
      <pubDate>Tue, 23 Sep 2008 16:04:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35697</guid>
      <author>speeb</author>
      <link>http://userscripts.org/posts/35697</link>
    </item>
    <item>
      <title>Archived Comments, replied by kizer8</title>
      <description>&lt;p&gt;Hello, is there a script like this that will allow me to preview any link and not just links on craigslist?&lt;/p&gt;

&lt;p&gt;Thanks,
&lt;br /&gt;Kizer&lt;/p&gt;</description>
      <pubDate>Wed, 10 Sep 2008 14:14:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35698</guid>
      <author>kizer8</author>
      <link>http://userscripts.org/posts/35698</link>
    </item>
    <item>
      <title>Archived Comments, replied by VTHokieTL</title>
      <description>&lt;p&gt;MonkeyThumper, remove this section of code to get rid of the mouseover enlargement:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;          img.addEventListener(&quot;mouseover&quot;, function() {
                                 mouseMoves = 0;
                                 if (lastImg) {
                                   lastImg.style.maxHeight = size + &quot;px&quot;;
                                   lastImg = null;
                                 }
                                 this.style.maxHeight = 550 + &quot;px&quot;;
                                 if (!keepAspectRatio) {
                                   this.style.maxWidth = 600 + &quot;px&quot;;
                                 } 
                               },true);&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 07 Sep 2008 15:23:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35699</guid>
      <author>VTHokieTL</author>
      <link>http://userscripts.org/posts/35699</link>
    </item>
    <item>
      <title>Archived Comments, replied by MonkeyThumper</title>
      <description>&lt;p&gt;Is there a way to cut off the mouseover enlargement of the pictures?  I like seeing the pictures, but don't care to have them enlarge when I move the mouse over them.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</description>
      <pubDate>Thu, 21 Aug 2008 18:32:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35700</guid>
      <author>MonkeyThumper</author>
      <link>http://userscripts.org/posts/35700</link>
    </item>
    <item>
      <title>Archived Comments, replied by SteveB</title>
      <description>&lt;p&gt;I use and like the original script. How do I install this revised one?&lt;/p&gt;</description>
      <pubDate>Mon, 11 Aug 2008 18:54:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35701</guid>
      <author>SteveB</author>
      <link>http://userscripts.org/posts/35701</link>
    </item>
    <item>
      <title>Archived Comments, replied by Kite</title>
      <description>&lt;p&gt;dpfox - Adding a delay is possible, but complicated. Here's a much simpler solution: 
&lt;br /&gt;Put your mouse clear over to the right edge of the window, and you should be able to avoid the thumbnails as you mouse-wheel up &amp;amp; down.&lt;/p&gt;</description>
      <pubDate>Mon, 14 Apr 2008 21:44:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35702</guid>
      <author>Kite</author>
      <link>http://userscripts.org/posts/35702</link>
    </item>
    <item>
      <title>Archived Comments, replied by dpfox</title>
      <description>&lt;p&gt;I meant an actual delay - when I have a page with search results and scroll it down (with a wheel); every time mouse gets over a picture it blows up; then I scroll down more, it eventually goes away, but now whole page shifts up&lt;/p&gt;

&lt;p&gt;I had to just disable the &quot;blow up&quot; part of the code and browse with just thumbnails&lt;/p&gt;</description>
      <pubDate>Mon, 14 Apr 2008 16:37:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35703</guid>
      <author>dpfox</author>
      <link>http://userscripts.org/posts/35703</link>
    </item>
    <item>
      <title>Archived Comments, replied by Kite</title>
      <description>&lt;p&gt;I just fixed a bug where the last image on the line would sometimes jump to the next line when blown up. This would remove it from under the cursor, making it shrink down again. Very annoying. Is this what you were talking about, dpfox?
&lt;br /&gt;As far as compatability with Autopagerize and Craigslist skin BETA, I'll look into it. tobias_funke, are you talking about &lt;a href=&quot;http://userscripts.org/scripts/show/8551&quot;&gt;http://userscripts.org/scripts/show/8551&lt;/a&gt;?&lt;/p&gt;</description>
      <pubDate>Mon, 14 Apr 2008 06:53:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35704</guid>
      <author>Kite</author>
      <link>http://userscripts.org/posts/35704</link>
    </item>
    <item>
      <title>Archived Comments, replied by dpfox</title>
      <description>&lt;p&gt;Can you add a delay to automatic enlargement of thumbnails?&lt;/p&gt;</description>
      <pubDate>Tue, 08 Apr 2008 20:43:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35705</guid>
      <author>dpfox</author>
      <link>http://userscripts.org/posts/35705</link>
    </item>
    <item>
      <title>Archived Comments, replied by tobias_funke</title>
      <description>&lt;p&gt;this is great, thanks!&lt;/p&gt;

&lt;p&gt;Suggestion: could you make it work with the Autopagerize script?&lt;/p&gt;</description>
      <pubDate>Sun, 30 Mar 2008 04:06:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35706</guid>
      <author>tobias_funke</author>
      <link>http://userscripts.org/posts/35706</link>
    </item>
    <item>
      <title>Archived Comments, replied by 360extreme</title>
      <description>&lt;p&gt;Is there a way to get this to run with the Craigslist skin BETA?  (&lt;a href=&quot;http://userscripts.org/scripts/show/24304&quot;&gt;http://userscripts.org/scripts/show/24304&lt;/a&gt;)&lt;/p&gt;</description>
      <pubDate>Wed, 26 Mar 2008 19:54:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35707</guid>
      <author>360extreme</author>
      <link>http://userscripts.org/posts/35707</link>
    </item>
    <item>
      <title>Archived Comments, replied by macm</title>
      <description>&lt;p&gt;Kite, thanks for the ideas. I updated the scripts on my site (&lt;a href=&quot;http://www.craigstoolbox.com&quot;&gt;http://www.craigstoolbox.com&lt;/a&gt;). I wasn't able to use your code... you are much more advanced js programmer than I am. But I did add some additional functionality like larger image preview on mouse over and more efficient rendering.&lt;/p&gt;</description>
      <pubDate>Tue, 25 Mar 2008 09:25:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35708</guid>
      <author>macm</author>
      <link>http://userscripts.org/posts/35708</link>
    </item>
    <item>
      <title>Archived Comments, replied by Kite</title>
      <description>&lt;p&gt;Sure, macm, go for it!&lt;/p&gt;</description>
      <pubDate>Thu, 20 Mar 2008 04:36:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35709</guid>
      <author>Kite</author>
      <link>http://userscripts.org/posts/35709</link>
    </item>
    <item>
      <title>Archived Comments, replied by macm</title>
      <description>&lt;p&gt;Nice Kite! Original download at &lt;a href=&quot;http://www.craigstoolbox.com&quot;&gt;http://www.craigstoolbox.com&lt;/a&gt;. I like your improvements, do you mind if I implement them on the plugin? I inherited the site from my Jeff... so I will be the one adding to it for now on.&lt;/p&gt;</description>
      <pubDate>Wed, 19 Mar 2008 21:28:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35710</guid>
      <author>macm</author>
      <link>http://userscripts.org/posts/35710</link>
    </item>
    <item>
      <title>Archived Comments, replied by lbfree</title>
      <description>&lt;p&gt;Excellent script!  Thanks so much for this wonderful utility.  I've never used any download like this before.  It opens up a whole new world for me of possibility.  You and Jeffery both rawk!&lt;/p&gt;

&lt;p&gt;cheers&lt;/p&gt;

&lt;p&gt;LB&lt;/p&gt;</description>
      <pubDate>Wed, 19 Mar 2008 08:56:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35711</guid>
      <author>lbfree</author>
      <link>http://userscripts.org/posts/35711</link>
    </item>
    <item>
      <title>Archived Comments, replied by Kite</title>
      <description>&lt;p&gt;This is a reworking of &quot;Craigslist image preview&quot; by Jeffrey Palm.
&lt;br /&gt;  I fixed 3 bugs &amp;amp; added 2 improvements.
&lt;br /&gt;  Bug fix #1 (missing thumbnails): the image preview didn't appear if the original img tag in the ad has any attribute (style, border, etc.) before the source attribute.
&lt;br /&gt;  Bug fix #2: Small images were enlarged.
&lt;br /&gt;  Bug fix #3 (internationalize): Now works in Canada too.
&lt;br /&gt;  Improvement #1 (small-pics clutter): filter out small images, so that they don't even appear
&lt;br /&gt;  Improvement #2 (enlarge thumbnail on mouseover): up to 550x600 pixels.&lt;/p&gt;</description>
      <pubDate>Tue, 18 Mar 2008 21:53:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35712</guid>
      <author>Kite</author>
      <link>http://userscripts.org/posts/35712</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:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12479:35694</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/35694</link>
    </item>
  </channel>
</rss>
