Showing posts with label online hindi songs. Show all posts
Showing posts with label online hindi songs. Show all posts

Tuesday, March 9, 2010

GrooveShark online music Player in True Sense!!!

Yesterday i came across an online music player http://listen.grooveshark.com/ thanks to bhasad!!!!
It is just an online music player which i ever wanted.
I usually listen to hindi as well as english songs.I have tried several music websites like phulki.com and others english ones.But hindi ones don't contain english songs library and the english ones don't contain hindi song library.

Grooveshark has quite a good collection of hindi as well as english.Also the User Interface is purely awesome!!!!

Although i didn't like the add bar at the side of the player.So thought of removing it.
So in chrome i opened the javascript console(it is control->developer->javascript console)
Or if you have firebug plugin installed in FF.Then open firebug javascript console there.
I remember IE8 also has javascript console.
Anyways wrote the following two javascript statements in th console and the add bar disappeared and the music player was visible on full screen.

document.getElementById("sidebar").style.display = "none";
document.getElementById("mainContentWrapper").style.marginRight = "0px";

Note:This change will remain only for the time the site is there in the browser.If you will open the site again you have to run the command again.

Thinking of writing a plugin for chrome on this.So that it can work automatically.

Will let you know guys.

Till that time groove guys...cheers!!!!!