<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Script Update Checker | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/20145</link>
    <description>Recent comments on userscript: Script Update Checker</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by greasefury @ Tue, 21 Oct 2008 06:57:20 -0500</title>
      <description>&lt;p&gt;Hi!
&lt;br /&gt;Thank you for your great script! I just added it to my &lt;a href=&quot;http://userscripts.org/scripts/show/32535&quot;&gt;dummy_free_fm4_notes&lt;/a&gt; script. 
&lt;br /&gt;Great how easy to use it is!&lt;/p&gt;</description>
      <pubDate>Tue, 21 Oct 2008 06:57:20 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13608:43915</guid>
      <author>greasefury</author>
      <link>http://userscripts.org/topics/13608</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jarett @ Wed, 20 Aug 2008 22:29:40 -0500</title>
      <description>&lt;p&gt;Cool, thanks.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Aug 2008 22:29:40 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13608:43916</guid>
      <author>Jarett</author>
      <link>http://userscripts.org/topics/13608</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mario Huys @ Wed, 20 Aug 2008 04:47:06 -0500</title>
      <description>&lt;p&gt;Because updating timestamps by hand is tedious, I've made the &quot;Script Timestamp Updater&quot; script ( &lt;a href=&quot;http://userscripts.org/scripts/show/32137&quot;&gt;http://userscripts.org/scripts/show/32137&lt;/a&gt; ). Each time you &quot;manually&quot; edit a script and save it, it will update the version_timestamp variable. Does not work when uploading a script file.&lt;/p&gt;

&lt;p&gt;Contains its own Script Update Checker snippet, so anyone who downloads it will be duly informed of any updates. Note the extra 'if(version_timestamp){...}' around the Checker code. As the script developer I don't want to be informed of any updates, hence my master copy has version_timestamp set to 0 and the extra if() takes care of the rest. Could also be done by setting an extremely high timestamp, but I like to make things explicit.&lt;/p&gt;

&lt;p&gt;Edit: Now also updates the script number. It's now ok to set both variables to 0 in your master script, and leave the rest to the script. If you upload from file, after saving return once more to the 'Edit source' page and push the Save button again to ensure that these variables are correctly updated.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Aug 2008 04:47:06 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13608:43917</guid>
      <author>Mario Huys</author>
      <link>http://userscripts.org/topics/13608</link>
    </item>
    <item>
      <title>Archived Comments, replied by jesus2099 @ Sat, 28 Jun 2008 01:30:33 -0500</title>
      <description>&lt;p&gt;Hi Jarett !&lt;/p&gt;

&lt;p&gt;I'm using Opera which does not have support for &lt;code&gt;GM_*&lt;/code&gt; functions. As you script is nice it's getting spread in many other scripts now.&lt;/p&gt;

&lt;p&gt;Maybe you would like to add a &lt;code&gt;try { &#8230; } catche(e) {}&lt;/code&gt; around the &lt;code&gt;function updateCheck(forced) { &#8230;&lt;/code&gt; in order not to make those scripts fail, even if they would be Opera friendly otherwise (ie. not using any &lt;code&gt;GM_*&lt;/code&gt; function).&lt;/p&gt;

&lt;p&gt;Example: &lt;a href=&quot;http://userscripts.org/scripts/show/8266&quot;&gt;MusicBrainz Subscriptions&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 28 Jun 2008 01:30:33 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13608:43918</guid>
      <author>jesus2099</author>
      <link>http://userscripts.org/topics/13608</link>
    </item>
    <item>
      <title>Archived Comments, replied by Astaroth @ Mon, 10 Mar 2008 09:06:39 -0500</title>
      <description>&lt;p&gt;I'm start using your script with a less modification in my &quot;BattleKnight Autologin&quot; Script ( &lt;a href=&quot;http://userscripts.org/scripts/show/23744&quot;&gt;http://userscripts.org/scripts/show/23744&lt;/a&gt; ).&lt;/p&gt;</description>
      <pubDate>Mon, 10 Mar 2008 09:06:39 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13608:43919</guid>
      <author>Astaroth</author>
      <link>http://userscripts.org/topics/13608</link>
    </item>
    <item>
      <title>Archived Comments, replied by Vaughan Chandler @ Sun, 09 Mar 2008 16:42:28 -0500</title>
      <description>&lt;p&gt;Hi, thanks a lot for this script. I started using it in my script Facebook Fixer today ( &lt;a href=&quot;http://userscripts.org/scripts/show/8861&quot;&gt;http://userscripts.org/scripts/show/8861&lt;/a&gt; ) and I included a links to your profile and to this script. I would greatly appreciate a link back in your &quot;scripts using update checker&quot; section. Thanks :)&lt;/p&gt;</description>
      <pubDate>Sun, 09 Mar 2008 16:42:28 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13608:43920</guid>
      <author>Vaughan Chandler</author>
      <link>http://userscripts.org/topics/13608</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jarett @ Sat, 16 Feb 2008 17:41:24 -0600</title>
      <description>&lt;p&gt;Thanks! I think both of those are useful additions. I was also going to change it to take the user to the script page instead of the actual script if it's hosted on userscrips.org; that way they can see what changes have been made to the script before they upgrade. I'll include your changes in the update.&lt;/p&gt;</description>
      <pubDate>Sat, 16 Feb 2008 17:41:24 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13608:43921</guid>
      <author>Jarett</author>
      <link>http://userscripts.org/topics/13608</link>
    </item>
    <item>
      <title>Archived Comments, replied by ngattuso @ Fri, 15 Feb 2008 23:20:10 -0600</title>
      <description>&lt;p&gt;Nice script. I extended it a little to add error handling and messages for forced updates through the menu. I kept it generic so you could include it here for everyone. The src is at the bottom of my Facebook GM script. Good work&lt;/p&gt;</description>
      <pubDate>Fri, 15 Feb 2008 23:20:10 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13608:43922</guid>
      <author>ngattuso</author>
      <link>http://userscripts.org/topics/13608</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jarett @ Sun, 27 Jan 2008 00:01:19 -0600</title>
      <description>&lt;p&gt;That's the entire Greasemonkey philosophy.&lt;/p&gt;

&lt;p&gt;Or, at least, it's my philosophy that I apply to Greasemonkey scripts. :P&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jan 2008 00:01:19 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13608:43923</guid>
      <author>Jarett</author>
      <link>http://userscripts.org/topics/13608</link>
    </item>
    <item>
      <title>Archived Comments, replied by `Mods @ Sat, 26 Jan 2008 13:45:13 -0600</title>
      <description>&lt;p&gt;Very good idea.
&lt;br /&gt;And very simple to use.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jan 2008 13:45:13 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13608:43924</guid>
      <author>`Mods</author>
      <link>http://userscripts.org/topics/13608</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jarett @ Wed, 16 Jan 2008 20:15:58 -0600</title>
      <description>&lt;p&gt;Oh, I didn't even know about that function. I have actually been looking for a way around the popup blocker, so I'll change it in the source.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</description>
      <pubDate>Wed, 16 Jan 2008 20:15:58 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13608:43925</guid>
      <author>Jarett</author>
      <link>http://userscripts.org/topics/13608</link>
    </item>
    <item>
      <title>Archived Comments, replied by BlindWanderer @ Wed, 16 Jan 2008 09:42:13 -0600</title>
      <description>&lt;p&gt;I had problems with window.open (popup blocker) so I'm using GM_openInTab instead.&lt;/p&gt;</description>
      <pubDate>Wed, 16 Jan 2008 09:42:13 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13608:43926</guid>
      <author>BlindWanderer</author>
      <link>http://userscripts.org/topics/13608</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:13 -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:13 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13608:43914</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/13608</link>
    </item>
  </channel>
</rss>
