Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save johanoloflindberg/146099c096fa6004fa37902263b9aa5f to your computer and use it in GitHub Desktop.

Select an option

Save johanoloflindberg/146099c096fa6004fa37902263b9aa5f to your computer and use it in GitHub Desktop.
console script
a = setInterval( function () { var o = document.getElementsByClassName("recsGamepad__button--like"); o[0].click() }, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment