grooveshark no pauseJavaScript
2012-02-23
wtfil
If you are tired of advertising of Grooveshark, you can use this code as bookmark to play/ pause sounds
Copy code
- (function(){var but = jQuery('#player_play_pause'); if(window.hackInterval){ clearInterval(window.hackInterval); but.trigger('click'); delete window.hackInterval; }else{ window.hackInterval = setInterval(function(){ if(but[0].className.match('main_asset play')){ but.trigger('click'); } },250); }})();
JS GROOVESHARK
Recent comments: ( 0 )
Please loggin to leave a comment!!