Skip to content

Instantly share code, notes, and snippets.

@0x7466
Created October 10, 2015 21:35
Show Gist options
  • Save 0x7466/7f647995451c01831005 to your computer and use it in GitHub Desktop.
Save 0x7466/7f647995451c01831005 to your computer and use it in GitHub Desktop.
javascript: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