Skip to content

Instantly share code, notes, and snippets.

@vjyanand
Last active November 1, 2022 03:06
Show Gist options
  • Save vjyanand/853789154de2609bba7d0b10c0c2ec0a to your computer and use it in GitHub Desktop.
Save vjyanand/853789154de2609bba7d0b10c0c2ec0a to your computer and use it in GitHub Desktop.
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