Skip to content

Instantly share code, notes, and snippets.

@excenter
Created December 17, 2018 12:55
Show Gist options
  • Save excenter/8da91499873b14ebc562dbc93312ff7d to your computer and use it in GitHub Desktop.
Save excenter/8da91499873b14ebc562dbc93312ff7d to your computer and use it in GitHub Desktop.
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