<?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</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 15:28:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71935</guid>
      <author>Stephen Paulger</author>
      <link>http://userscripts.org/posts/71935</link>
    </item>
    <item>
      <title>Archived Comments, replied by Arvid</title>
      <description>&lt;p&gt;Thanks for fixing my script david!&lt;/p&gt;</description>
      <pubDate>Tue, 15 Nov 2005 14:15:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71936</guid>
      <author>Arvid</author>
      <link>http://userscripts.org/posts/71936</link>
    </item>
    <item>
      <title>Archived Comments, replied by Golanlan</title>
      <description>&lt;p&gt;cool :}&lt;/p&gt;</description>
      <pubDate>Fri, 04 Nov 2005 06:27:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71937</guid>
      <author>Golanlan</author>
      <link>http://userscripts.org/posts/71937</link>
    </item>
    <item>
      <title>Archived Comments, replied by Andrew Wilkinson</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 08:45:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71938</guid>
      <author>Andrew Wilkinson</author>
      <link>http://userscripts.org/posts/71938</link>
    </item>
    <item>
      <title>Archived Comments, replied by david 2</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 15:40:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71939</guid>
      <author>david 2</author>
      <link>http://userscripts.org/posts/71939</link>
    </item>
    <item>
      <title>Archived Comments, replied by TS2Master</title>
      <description>&lt;p&gt;Brilliant thanks a lot!&lt;/p&gt;</description>
      <pubDate>Sun, 02 Oct 2005 19:36:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71940</guid>
      <author>TS2Master</author>
      <link>http://userscripts.org/posts/71940</link>
    </item>
    <item>
      <title>Archived Comments, replied by Xon</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 19:28:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71941</guid>
      <author>Xon</author>
      <link>http://userscripts.org/posts/71941</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:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16732:71934</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/71934</link>
    </item>
  </channel>
</rss>
