Skip to content

Instantly share code, notes, and snippets.

@ragmha
Forked from osanyin/tinder.js
Created May 23, 2018 20:45
Show Gist options
  • Save ragmha/8e5c04cbfe8118507341814d30d8dfac to your computer and use it in GitHub Desktop.
Save ragmha/8e5c04cbfe8118507341814d30d8dfac 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