Skip to content

Instantly share code, notes, and snippets.

@tetsu5555
Created September 12, 2019 17:28
Show Gist options
  • Save tetsu5555/ca1953e3ca9b3aff17898c1a1cb9d061 to your computer and use it in GitHub Desktop.
Save tetsu5555/ca1953e3ca9b3aff17898c1a1cb9d061 to your computer and use it in GitHub Desktop.
setInterval(function(){
var elm = document.querySelector('[aria-label="いいね!"]')
console.log(elm)
elm.click()
}, 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment