Skip to content

Instantly share code, notes, and snippets.

@jellyninjadev
Last active December 26, 2015 17:19
Show Gist options
  • Save jellyninjadev/7186000 to your computer and use it in GitHub Desktop.
Save jellyninjadev/7186000 to your computer and use it in GitHub Desktop.
function like() {
document.getElementsByClassName("set-like")[0].click(); console.log('liked')
}
setInterval(like, 5000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment