Skip to content

Instantly share code, notes, and snippets.

@hogashi
Created September 6, 2016 14:07
Show Gist options
  • Save hogashi/35b9f649f68f22fcb66ebe1f9d07ca1a to your computer and use it in GitHub Desktop.
Save hogashi/35b9f649f68f22fcb66ebe1f9d07ca1a to your computer and use it in GitHub Desktop.
setInterval(() => {
document.getElementsByTagName('frame')[0].contentWindow
.document.getElementsByTagName('input')[4].click();
console.log('clicked')
}, 60000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment