<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on last.fm - radio lyrics | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/36102</link>
    <description>Recent comments on userscript: last.fm - radio lyrics</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>More Lyrics, replied by Death86</title>
      <description>&lt;p&gt;&lt;a href=&quot;http://lyricsfly.com&quot;&gt;http://lyricsfly.com&lt;/a&gt;  is ok, I mean the first 4 songs I listened to didn't have lyrics for them. Would it be possible to use a more popular lyrics site?&lt;/p&gt;

&lt;p&gt;Such as lyrics.wikia.com etc.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Sat, 21 Nov 2009 17:40:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:39992:192100</guid>
      <author>Death86</author>
      <link>http://userscripts.org/posts/192100</link>
    </item>
    <item>
      <title>Archived Comments, replied by lctm</title>
      <description>&lt;p&gt;This script is awesome! that's exactly what I was looking for.
&lt;br /&gt;And I got some inspiration as to how to get information about the song in the script... using the document.title =)&lt;/p&gt;</description>
      <pubDate>Tue, 11 Nov 2008 22:35:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17529:76946</guid>
      <author>lctm</author>
      <link>http://userscripts.org/posts/76946</link>
    </item>
    <item>
      <title>Archived Comments, replied by katasta</title>
      <description>&lt;p&gt;thank you so much for this great script. i've been looking for something like this for ages! &lt;/p&gt;

&lt;p&gt;i made some slight adjustments though. first, i wanted to have the lyrics in the right column, so my line 17 now reads: &lt;pre&gt;if (div_wrapper[i].className==&quot;rightCol&quot;){&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;next i put an edit button in. i simply copied the code from the last.fm - lyrics gm script, so line 43 to 51 are now like this:
&lt;br /&gt;&lt;pre&gt;var lyrics = responseDoc.getElementsByTagName(&quot;lyrics&quot;)[0].childNodes[0].nodeValue; 
var sourceURL = responseDoc.getElementsByTagName(&quot;url&quot;)[0].childNodes[0].nodeValue;
lyrics_text=document.getElementById(&quot;lyrics_text&quot;);
lyrics_text.innerHTML=lyrics.replace(/\n/g, &quot;&amp;lt;br /&amp;gt;&quot;)
            + '&amp;lt;br/&amp;gt;&amp;lt;span class=&quot;moduleOptions&quot;&amp;gt;'
            + '&amp;lt;a href=&quot;' + sourceURL + '&quot; class=&quot;icon&quot;&amp;gt;'
            + '&amp;lt;img width=&quot;19&quot; height=&quot;19&quot; '
            + 'src=&quot;http://cdn.last.fm/flatness/icons/pencil.gif&quot; '
            + 'class=&quot;edit_icon transparent_png&quot; /&amp;gt;&amp;lt;span&amp;gt;Edit&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;';
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;i also changed the look (which needs to be updated anyway since last.fm made some design changes again), so my lyrics wrapper is like this:
&lt;br /&gt;&lt;pre&gt;lyrics_wrapper='&amp;lt;div id=&quot;lyrics_wrapper&quot;&amp;gt;'+
    '&amp;lt;h2 class=&quot;heading&quot;&amp;gt;'+
    '&amp;lt;span class=&quot;h2Wrapper&quot;&amp;gt;Lyrics&amp;lt;/span&amp;gt;'+
    '&amp;lt;/h2&amp;gt;'+
    '&amp;lt;div id=&quot;lyrics_text&quot; class=&quot;stats&quot;&amp;gt;&amp;lt;/div&amp;gt;'+
    '&amp;lt;/div&amp;gt;';
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 07 Nov 2008 09:09:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17529:76947</guid>
      <author>katasta</author>
      <link>http://userscripts.org/posts/76947</link>
    </item>
    <item>
      <title>Archived Comments, replied by alala</title>
      <description>&lt;p&gt;great script. can I persuade you to join the Greasemonkey group on last.fm where we try to consolidate all last.fm related scripts and keep everyone informed of updates.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.last.fm/group/Greasemonkeys&quot;&gt;http://www.last.fm/group/Greasemonkeys&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 29 Oct 2008 19:33:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17529:76948</guid>
      <author>alala</author>
      <link>http://userscripts.org/posts/76948</link>
    </item>
    <item>
      <title>Archived Comments, replied by reeloo</title>
      <description>Additional info at &lt;a href=&quot;http://www.reeloo.net/wordpress/lyrics-for-lastfm-radio&quot;&gt;http://www.reeloo.net/wordpress/lyrics-for-lastfm-radio&lt;/a&gt;&lt;br /&gt;&lt;img src=&quot;http://www.reeloo.net/share/20081027-last.fm-lyrics.png&quot; /&gt;</description>
      <pubDate>Mon, 27 Oct 2008 06:50:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17529:76949</guid>
      <author>reeloo</author>
      <link>http://userscripts.org/posts/76949</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:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17529:76945</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/76945</link>
    </item>
  </channel>
</rss>
