Skip to content

Instantly share code, notes, and snippets.

@pocke
Created May 18, 2014 02:21
Show Gist options
  • Save pocke/b887f98dda15f278549e to your computer and use it in GitHub Desktop.
Save pocke/b887f98dda15f278549e to your computer and use it in GitHub Desktop.
function auto_poke(){var sel = document.getElementsByClassName('selected'); for(var i = 0; i < sel.length; i++){var item = sel[i]; if(item.text == 'Pokeを返す'){item.click();} } setTimeout(auto_poke, 100); }; auto_poke();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment