-
-
Save ragmha/8e5c04cbfe8118507341814d30d8dfac 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