Created
December 17, 2018 12:55
-
-
Save excenter/8da91499873b14ebc562dbc93312ff7d 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(){ | |
var buttons = document.getElementsByClassName('liked'); | |
var i = 0; buttons[i].scrollIntoView(); buttons[i].click(); | |
},250); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment