<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Last.fm  play statistics! | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/1843</link>
    <description>Recent comments on userscript: Last.fm  play statistics!</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Stephen Paulger @ Thu, 01 Dec 2005 09:28:58 -0600</title>
      <description>&lt;p&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/2252&quot;&gt;http://userscripts.org/scripts/show/2252&lt;/a&gt; The site was update today it seems. I fixed the script.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Dec 2005 09:28:58 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71935</guid>
      <author>Stephen Paulger</author>
      <link>http://userscripts.org/topics/16732</link>
    </item>
    <item>
      <title>Archived Comments, replied by Arvid @ Tue, 15 Nov 2005 08:15:09 -0600</title>
      <description>&lt;p&gt;Thanks for fixing my script david!&lt;/p&gt;</description>
      <pubDate>Tue, 15 Nov 2005 08:15:09 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71936</guid>
      <author>Arvid</author>
      <link>http://userscripts.org/topics/16732</link>
    </item>
    <item>
      <title>Archived Comments, replied by Golanlan @ Fri, 04 Nov 2005 00:27:36 -0600</title>
      <description>&lt;p&gt;cool :}&lt;/p&gt;</description>
      <pubDate>Fri, 04 Nov 2005 00:27:36 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71937</guid>
      <author>Golanlan</author>
      <link>http://userscripts.org/topics/16732</link>
    </item>
    <item>
      <title>Archived Comments, replied by Andrew Wilkinson @ Mon, 17 Oct 2005 03:45:07 -0500</title>
      <description>&lt;p&gt;Below is a patch that makes the script use the 'stats reset on' date if available.&lt;/p&gt;

&lt;p&gt;--- 1843.user.js        2005-10-17 13:41:28.000000000 +0100
&lt;br /&gt;+++ stats.user.js       2005-10-17 13:38:53.000000000 +0100
&lt;br /&gt;@@ -70,7 +70,11 @@
&lt;br /&gt; if (!tracksplayed)
&lt;br /&gt;        return;&lt;/p&gt;

&lt;p&gt;-var reg_date = panel.getElementsByTagName(&quot;p&quot;)[0].innerHTML.match(/Registered on (.*)/)[1];
&lt;br /&gt;+var reg_date_match = panel.getElementsByTagName(&quot;p&quot;)[0].innerHTML.match(/Stats reset on (.*)/);
&lt;br /&gt;+if(!reg_date_match) {
&lt;br /&gt;+    var reg_date_match = panel.getElementsByTagName(&quot;p&quot;)[0].innerHTML.match(/Registered on (.*)/);
&lt;br /&gt;+}
&lt;br /&gt;+var reg_date = reg_date_match[1];
&lt;br /&gt; var reg_date_ms = Date.parse(reg_date);
&lt;br /&gt; var now = new Date();&lt;/p&gt;</description>
      <pubDate>Mon, 17 Oct 2005 03:45:07 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71938</guid>
      <author>Andrew Wilkinson</author>
      <link>http://userscripts.org/topics/16732</link>
    </item>
    <item>
      <title>Archived Comments, replied by david 2 @ Tue, 04 Oct 2005 10:40:23 -0500</title>
      <description>&lt;p&gt;You're welcome. 
&lt;br /&gt;I just changed the expression that searches for &quot;registered&quot; date. I'm not sure if the HTML change or if anything else caused the bug, though.&lt;/p&gt;</description>
      <pubDate>Tue, 04 Oct 2005 10:40:23 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71939</guid>
      <author>david 2</author>
      <link>http://userscripts.org/topics/16732</link>
    </item>
    <item>
      <title>Archived Comments, replied by TS2Master @ Sun, 02 Oct 2005 14:36:21 -0500</title>
      <description>&lt;p&gt;Brilliant thanks a lot!&lt;/p&gt;</description>
      <pubDate>Sun, 02 Oct 2005 14:36:21 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71940</guid>
      <author>TS2Master</author>
      <link>http://userscripts.org/topics/16732</link>
    </item>
    <item>
      <title>Archived Comments, replied by Xon @ Sun, 02 Oct 2005 14:28:22 -0500</title>
      <description>&lt;p&gt;Thanks a lot David. Works great. What was wrong with it?&lt;/p&gt;</description>
      <pubDate>Sun, 02 Oct 2005 14:28:22 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71941</guid>
      <author>Xon</author>
      <link>http://userscripts.org/topics/16732</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:42 -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:42 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71934</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/16732</link>
    </item>
  </channel>
</rss>
