<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Reload Every | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/22832</link>
    <description>Recent comments on userscript: Reload Every</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by LuckyShot</title>
      <description>&lt;p&gt;Hi Glendon,&lt;/p&gt;

&lt;p&gt;I really like your script. It has a pretty nice and simple code and it works great.&lt;/p&gt;

&lt;p&gt;Having a look at it, I have had the need to allow me to type minutes too.
&lt;br /&gt;So I have included this code which prompts you for minutes, then seconds and then shows the total:
&lt;br /&gt;&lt;pre&gt;
var timeoutm = GM_getValue('timeoutm'+thepage, 5);

if (!timeoutset) {
timeoutm = prompt('How often would you like your page to reload?  Type in minutes.', timeoutm);
timeout = prompt('How often would you like your page to reload?  Type in seconds.', timeout);
alert('Page will reload in ' + (parseInt(timeout)+parseInt(timeoutm)*60) + ' seconds (' + (timeoutm) + ' minutes and ' + (timeout) + ' seconds).');
	timeout = parseInt(timeout)+parseInt(timeoutm)*60;

	GM_setValue('timeout'+thepage, timeout);
	GM_setValue('timeoutset'+thepage,1);
	GM_setValue('timeoutm'+thepage, timeoutm);
}
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;If you consider this being a good idea, please include it or take it in mind for future updates :P
&lt;br /&gt;Also, &lt;code&gt;window.status&lt;/code&gt; doesn't work for me. How about adding a little text into the page?&lt;/p&gt;

&lt;p&gt;Very thanks and regards! :-)&lt;/p&gt;</description>
      <pubDate>Sun, 09 Nov 2008 01:15:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16285:69487</guid>
      <author>LuckyShot</author>
      <link>http://userscripts.org/posts/69487</link>
    </item>
    <item>
      <title>Archived Comments, replied by Glendon</title>
      <description>&lt;p&gt;berto -&lt;/p&gt;

&lt;p&gt;When it prompts you for the time, the current time is listed.  By default, it's 300 seconds (5 minutes).&lt;/p&gt;</description>
      <pubDate>Tue, 30 Sep 2008 16:38:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16285:69488</guid>
      <author>Glendon</author>
      <link>http://userscripts.org/posts/69488</link>
    </item>
    <item>
      <title>Archived Comments, replied by berto</title>
      <description>&lt;p&gt;How to know when you hit Shift S what is the reload time? I do it once install the script but do not know if it is performed. Thank you.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Sep 2008 07:32:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16285:69489</guid>
      <author>berto</author>
      <link>http://userscripts.org/posts/69489</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:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16285:69486</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/69486</link>
    </item>
  </channel>
</rss>
