GrooveShark No Ads ! works dec 2011

By UnLoCo Last update Dec 14, 2010 — Installed 2,207 times.

There are 1 previous version of this script.

// ==UserScript==
// @name           GrooveShark No Ads !
// @namespace      GrooveSharkNoAds
// @description    Removes the ads from groove shark site
// @include        http://*grooveshark.com/*
// ==/UserScript==
var capital = document.getElementById("capital")
capital.parentNode.removeChild(capital)
var application = document.getElementById("application")
application.style.width = "100%"