Skip to content

Instantly share code, notes, and snippets.

@Synvox
Created January 13, 2016 06:56
Show Gist options
  • Save Synvox/3b7257588bae86fa1083 to your computer and use it in GitHub Desktop.
Save Synvox/3b7257588bae86fa1083 to your computer and use it in GitHub Desktop.
var links = document.querySelectorAll('.uiIconText.addButton')
for(var i in links) links[i].click()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment