Skip to content

Instantly share code, notes, and snippets.

@osanyin
Created January 28, 2018 01:49
Show Gist options
  • Save osanyin/deb75469eaaec99e0aa9d5239db3b88d to your computer and use it in GitHub Desktop.
Save osanyin/deb75469eaaec99e0aa9d5239db3b88d to your computer and use it in GitHub Desktop.
Tinder auto-swipe
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