Skip to content

Instantly share code, notes, and snippets.

@drinks
Created August 19, 2011 17:30
Show Gist options
  • Save drinks/1157417 to your computer and use it in GitHub Desktop.
Save drinks/1157417 to your computer and use it in GitHub Desktop.
Auto-Awesome in turntable.fm
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();
@desandro
Copy link

yesssssssssssssss

@btjones
Copy link

btjones commented Aug 19, 2011

"awesome"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment