Created
August 19, 2011 17:30
-
-
Save drinks/1157417 to your computer and use it in GitHub Desktop.
Auto-Awesome in turntable.fm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var loveit = function(){ | |
var e,el,interval=Math.random()*60000; | |
e = new jQuery.Event("click"); | |
e.pageX=1; | |
e.pageY=1; | |
el = jQuery('.record_pile:last').nextAll('a').eq(2); | |
turntable.lastMotionTime=new Date().getTime(); | |
el.hover().trigger(e); | |
setTimeout(loveit, interval); | |
}; | |
loveit(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"awesome"