Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save npasserini/996f132072d4b11a54808be307bb2f14 to your computer and use it in GitHub Desktop.

Select an option

Save npasserini/996f132072d4b11a54808be307bb2f14 to your computer and use it in GitHub Desktop.
Array.prototype.slice
.apply(document.querySelectorAll('.js-subscription-row'))
.filter(el => el.querySelector('a[href^="/dds-utn"]'))
.map(el => el.querySelector('button'))
.forEach(btn => btn.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment