Skip to content

Instantly share code, notes, and snippets.

@fbacall
Created October 26, 2018 09:53
Show Gist options
  • Select an option

  • Save fbacall/d53bef7da113474e6524cea9e991482d to your computer and use it in GitHub Desktop.

Select an option

Save fbacall/d53bef7da113474e6524cea9e991482d to your computer and use it in GitHub Desktop.
Click all Doodle poll options
// Put this in JavaScript console (F12 -> "Console")
document.querySelectorAll('.d-options input').forEach(function (input) { input.click(); })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment