Created
October 26, 2018 09:53
-
-
Save fbacall/d53bef7da113474e6524cea9e991482d to your computer and use it in GitHub Desktop.
Click all Doodle poll options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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