Created
December 28, 2019 21:58
-
-
Save Restoration/66a34b71807251e0d31b2a7fab2c0b97 to your computer and use it in GitHub Desktop.
Tinder自動スワイプスクリプト
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
| auto = setInterval(function(){ | |
| let elem= document.getElementsByClassName("recsGamepad__button"); | |
| elem[3].click() | |
| },500); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment