Sunday, December 20, 2009

Remove Ads from GrooveShark without payment.

I don't want to hamper the business of Grooveshark by providing the solution. I want them to improve their site by alternative ways. The following solution is only for the firefox users and the solution is already available across the websites.

1. Go to Tools and select Add-ons.
2. Search for Firebug and install it.(requires restarting the browser)
3. Go to www.grooveshark.com and then click F12.
4. Enable console for grooveshark.com
5. run the following script: $('#adBar').remove(); or jQuery('#adBar').remove();

I guess it would be better for GrooveShark to stream ads through the Flex application.

-kaps

No comments:

Post a Comment