Skip to content

Instantly share code, notes, and snippets.

@buithehoa
Created December 30, 2020 05:13
Show Gist options
  • Save buithehoa/0d52a9d940ffaf4c2095838c7220f827 to your computer and use it in GitHub Desktop.
Save buithehoa/0d52a9d940ffaf4c2095838c7220f827 to your computer and use it in GitHub Desktop.
var x = document.querySelectorAll('button.artdeco-button--secondary'); for (var i=0 ; i<x.length; i++) x[i].click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment