Skip to content

Instantly share code, notes, and snippets.

@podolskyi
Created September 3, 2019 09:55
Show Gist options
  • Save podolskyi/e683240585a2326961cd7e32d1eda521 to your computer and use it in GitHub Desktop.
Save podolskyi/e683240585a2326961cd7e32d1eda521 to your computer and use it in GitHub Desktop.
let allShareButtons = document.getElementsByClassName('share');
for (let currentItem = 0; currentItem < allShareButtons.length; currentItem++) {
allShareButtons[currentItem].click();
console.log(`Next item ${currentItem}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment