Skip to content

Instantly share code, notes, and snippets.

@gdoteof
Created October 28, 2013 00:22
Show Gist options
  • Save gdoteof/7189561 to your computer and use it in GitHub Desktop.
Save gdoteof/7189561 to your computer and use it in GitHub Desktop.
Automatic five star rating for okcupid. this will just click 5 stars over and over forever.. adjust the 300 (in microseconds) to maike it go faster/slower
window.setInterval(function(){$(document.getElementById('stars').childElements()[4]).click()},300)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment