Forked from xaif/gist:e01e5b9233f10d9f4143df9945f32979
Created
July 23, 2018 22:33
-
-
Save johanoloflindberg/146099c096fa6004fa37902263b9aa5f to your computer and use it in GitHub Desktop.
console script
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
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