Skip to content

Instantly share code, notes, and snippets.

@Xhendos
Created April 18, 2017 17:30
Show Gist options
  • Save Xhendos/3cdd66ad3636179b4db4340ef3e13618 to your computer and use it in GitHub Desktop.
Save Xhendos/3cdd66ad3636179b4db4340ef3e13618 to your computer and use it in GitHub Desktop.
var buttons = document.getElementsByClassName("btn");
for(var i = 0; i <= buttons.length; i++){ buttons[i].click(); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment