Skip to content

Instantly share code, notes, and snippets.

@kdxu
Created April 15, 2015 07:24
Show Gist options
  • Save kdxu/a99310422e83fcb11938 to your computer and use it in GitHub Desktop.
Save kdxu/a99310422e83fcb11938 to your computer and use it in GitHub Desktop.
function poke(){
var a = document.getElementsByTagName('a');
for (var i=0;i<a.length;i++) { if (a[i].text == "Pokeを返す") a[i].click()}
}
setInterval(poke, 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment