<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on phpBB image resizer | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/2430</link>
    <description>Recent comments on userscript: phpBB image resizer</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Ed Smilde @ Tue, 13 Jun 2006 11:32:48 -0500</title>
      <description>&lt;p&gt;Finally!  This is what I need!&lt;/p&gt;</description>
      <pubDate>Tue, 13 Jun 2006 11:32:48 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:12386:33498</guid>
      <author>Ed Smilde</author>
      <link>http://userscripts.org/topics/12386</link>
    </item>
    <item>
      <title>Archived Comments, replied by Grauw @ Mon, 09 Jan 2006 08:41:56 -0600</title>
      <description>&lt;p&gt;Heh, just some fun. Oh goody.&lt;/p&gt;</description>
      <pubDate>Mon, 09 Jan 2006 08:41:56 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12386:33499</guid>
      <author>Grauw</author>
      <link>http://userscripts.org/topics/12386</link>
    </item>
    <item>
      <title>Archived Comments, replied by Grauw @ Mon, 09 Jan 2006 08:30:24 -0600</title>
      <description>&lt;p&gt;Hi Glodenox,&lt;/p&gt;&lt;p&gt;I added the title change when clicking, but I&#194;&#8217;m not able to read the rest of your code (between for j=0; j &amp;lt; and &amp;gt; maxWidth). It seems that userscripts.org&#194;&#8217;s comment system accepts HTML, and breaks miserably when you provide invalid HTML such as yours with unescaped &amp;lt;&#194;&#8217;s.&lt;/p&gt;&lt;p&gt;I wonder what this means for security... Surely I can make a script this way which catches your login data and sends them to a server of mine?&lt;/p&gt;&lt;p&gt;Ehehehe&#194;&#8230; &lt;span&gt;\^_^/&lt;/span&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 09 Jan 2006 08:30:24 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12386:33500</guid>
      <author>Grauw</author>
      <link>http://userscripts.org/topics/12386</link>
    </item>
    <item>
      <title>Archived Comments, replied by Glodenox @ Sat, 07 Jan 2006 02:25:10 -0600</title>
      <description>&lt;p&gt;I added some more tags by accident because I didn't understand where to put a comment...
&lt;br /&gt;I could no longer remove the tags which were placed twice or more :(&lt;/p&gt;

&lt;p&gt;However, about the userscript:
&lt;br /&gt;I added two extra lines of code (and some lines with closing tags of course):&lt;/p&gt;

&lt;p&gt;for (j=0; j&amp;lt;aimg&gt;&lt;br /&gt; // only change things if the width is longer than it may be
&lt;br /&gt; if (aImg[j].width &gt; maxWidth) {&lt;/p&gt;

&lt;p&gt;and a bit further in the code:
&lt;br /&gt; // change title when clicked at image for original size and vice versa
&lt;br /&gt;if (event.currentTarget.style.maxWidth == 'none') {
&lt;br /&gt;  event.currentTarget.style.maxWidth = maxWidth + 'px';
&lt;br /&gt;  event.currentTarget.title = 'Click for the original size';
&lt;br /&gt;} else {
&lt;br /&gt;  event.currentTarget.style.maxWidth = 'none';
&lt;br /&gt;  event.currentTarget.title = 'Click for the restricted size';
&lt;br /&gt;}&lt;/p&gt;</description>
      <pubDate>Sat, 07 Jan 2006 02:25:10 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12386:33501</guid>
      <author>Glodenox</author>
      <link>http://userscripts.org/topics/12386</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:02 -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:05:02 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:12386:33497</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/12386</link>
    </item>
  </channel>
</rss>
