Skip to content

Instantly share code, notes, and snippets.

@jansenfelipe
Last active December 30, 2015 05:59
Show Gist options
  • Save jansenfelipe/7786334 to your computer and use it in GitHub Desktop.
Save jansenfelipe/7786334 to your computer and use it in GitHub Desktop.
var inputs = document.getElementsByClassName('uiButton _1sm');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment