Skip to content

Instantly share code, notes, and snippets.

@sakex
Created February 26, 2018 13:59
Show Gist options
  • Save sakex/6ce984fb0aa4f102112a0e49b78f1646 to your computer and use it in GitHub Desktop.
Save sakex/6ce984fb0aa4f102112a0e49b78f1646 to your computer and use it in GitHub Desktop.
One liner script to automatically swipe right every half seconds on tinder web
setInterval(() => {document.getElementsByClassName("recsGamepad__button--like")[0].click()}, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment