GrooveShark Hide Ads Bookmarklet

I love the Mp3 streaming site GrooveShark.com a lot.  The UI is clean and when my playlist isn’t skipping tracks it’s a beautiful application.

What I don’t love is: the get ripped in two weeks, here are my dentures, how many eyes does this girl have, which picture is Obama, ads that are displayed on the right side.

Now I could do like they want (and probably need) and go VIP for a couple of bucks a month but it was much faster to just write a Firefox Bookmarklet to get rid of those things for me.

So if you want it too, drag this link: GrooveShark No Ads to you bookmark toolbar. You can click it once to visit Grooveshark, then hit it again to remove the ads and make your player go fullscreen.  Hot stuff!

And here is the code:

javascript:(function(){if(window.location.hostname!="listen.grooveshark.com"){window.location="http://listen.grooveshark.com"}else{document.getElementById('adBar').style.display='none';document.getElementById('mainContentWrapper').style.margin='0px';}})();

Leave a Reply