Skip to content

Instantly share code, notes, and snippets.

@xaif
Created October 26, 2017 20:26
Show Gist options
  • Save xaif/e01e5b9233f10d9f4143df9945f32979 to your computer and use it in GitHub Desktop.
Save xaif/e01e5b9233f10d9f4143df9945f32979 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