Skip to content

Instantly share code, notes, and snippets.

@jeremyjbowers
Forked from drinks/awesome.js
Created October 31, 2011 14:29
Show Gist options
  • Save jeremyjbowers/1327612 to your computer and use it in GitHub Desktop.
Save jeremyjbowers/1327612 to your computer and use it in GitHub Desktop.
Better AutoAwesome
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