Skip to content

Instantly share code, notes, and snippets.

@edo9k
Created April 1, 2019 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edo9k/6f32403d6d4cc583541a23f5a6445c0a to your computer and use it in GitHub Desktop.
Save edo9k/6f32403d6d4cc583541a23f5a6445c0a to your computer and use it in GitHub Desktop.
Tinder auto like one-liner
setInterval(() => document.getElementsByClassName("recsGamepad__button")[2].click(), 2000)
// wrapping a bookmarklet boilerplate around this is a good idea.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment