Created
October 28, 2013 00:22
-
-
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
This file contains 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
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