-
-
Save vjyanand/853789154de2609bba7d0b10c0c2ec0a to your computer and use it in GitHub Desktop.
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
setInterval(function() {let likeb = document.querySelector('[data-testid="gamepadLike"]');if (likeb) {likeb.click()}}, 2000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment