Created
April 1, 2019 00:50
-
-
Save edo9k/6f32403d6d4cc583541a23f5a6445c0a to your computer and use it in GitHub Desktop.
Tinder auto like one-liner
This file contains hidden or 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
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