Created
January 28, 2018 01:49
-
-
Save osanyin/deb75469eaaec99e0aa9d5239db3b88d to your computer and use it in GitHub Desktop.
Tinder auto-swipe
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
var likebutton = $('.recsGamepad__button--like') | |
function swipe() { likebutton.click() } | |
setInterval(swipe, 150) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment