Remove Grooveshark Ad

By Seth Stevenson Last update Dec 19, 2008 — Installed 2,429 times.

Script doesn't work anymore

in
Subscribe to Script doesn't work anymore 3 posts, 3 voices



itsjareds Scriptwright

I actually already wrote a script for removing the grooveshark ad before I found this. Since yours doesn't work I'll post mine.


// ==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("adBar");
var mainContent = document.getElementById("mainContentWrapper");

adBar.style.display="none";
mainContent.style.marginRight="0px";

 
Seth Stevenson Script's Author

My script is still working for me. What was it doing wrong for you?

 
Nicholas Moon User

Yep, works great for me too!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel