<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Remove Grooveshark Ad | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/36910</link>
    <description>Recent comments on userscript: Remove Grooveshark Ad</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Script doesn't work anymore, replied by Nicholas Moon</title>
      <description>&lt;p&gt;Yep, works great for me too!&lt;/p&gt;</description>
      <pubDate>Wed, 31 Dec 2008 19:56:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18152:87236</guid>
      <author>Nicholas Moon</author>
      <link>http://userscripts.org/posts/87236</link>
    </item>
    <item>
      <title>Script doesn't work anymore, replied by Seth Stevenson</title>
      <description>&lt;p&gt;My script is still working for me. What was it doing wrong for you?&lt;/p&gt;</description>
      <pubDate>Mon, 01 Dec 2008 16:06:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18152:80849</guid>
      <author>Seth Stevenson</author>
      <link>http://userscripts.org/posts/80849</link>
    </item>
    <item>
      <title>Script doesn't work anymore, replied by itsjareds</title>
      <description>&lt;p&gt;I actually already wrote a script for removing the grooveshark ad before I found this. Since yours doesn't work I'll post mine.&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
&lt;code&gt;
// ==UserScript==
// @name           Grooveshark ad remover
// @author         KnifeySpooney
// @version        1.0
// @description    Removes ads from Grooveshark
// @namespace      http://itsjareds.scienceontheweb.net/
// @include        http://listen.grooveshark.com/*
// ==/UserScript==

var adBar = document.getElementById(&quot;adBar&quot;);
var mainContent = document.getElementById(&quot;mainContentWrapper&quot;);

adBar.style.display=&quot;none&quot;;
mainContent.style.marginRight=&quot;0px&quot;;
&lt;/code&gt;
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 23 Nov 2008 05:52:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18152:79617</guid>
      <author>itsjareds</author>
      <link>http://userscripts.org/posts/79617</link>
    </item>
    <item>
      <title>Archived Comments, replied by Seth Stevenson</title>
      <description>&lt;p&gt;Glad I could help!&lt;/p&gt;</description>
      <pubDate>Sun, 16 Nov 2008 06:58:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12154:31723</guid>
      <author>Seth Stevenson</author>
      <link>http://userscripts.org/posts/31723</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hellusion</title>
      <description>&lt;p&gt;I removed the Ad with Adblock Plus but it left an ugly empty space but your script removed it :D&lt;/p&gt;</description>
      <pubDate>Sat, 15 Nov 2008 19:37:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12154:31724</guid>
      <author>Hellusion</author>
      <link>http://userscripts.org/posts/31724</link>
    </item>
    <item>
      <title>Archived Comments, replied by Seth Stevenson</title>
      <description>&lt;p&gt;Thanks for the suggestion, but without the adBar grooveshark fails to load.&lt;/p&gt;</description>
      <pubDate>Fri, 14 Nov 2008 06:40:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12154:31725</guid>
      <author>Seth Stevenson</author>
      <link>http://userscripts.org/posts/31725</link>
    </item>
    <item>
      <title>Archived Comments, replied by glitterkitty</title>
      <description>&lt;p&gt;If you add the line &lt;code&gt;adBar.innerHTML = &quot;&quot;;&lt;/code&gt;, you'll save a little bandwidth cause it won't even try to load the ad at all.&lt;/p&gt;</description>
      <pubDate>Fri, 14 Nov 2008 04:34:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12154:31726</guid>
      <author>glitterkitty</author>
      <link>http://userscripts.org/posts/31726</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:00 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12154:31722</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/31722</link>
    </item>
  </channel>
</rss>
