Skip to content

Instantly share code, notes, and snippets.

@co3moz
Created January 19, 2016 09:53
Show Gist options
  • Save co3moz/9f967294564fb2fc7c23 to your computer and use it in GitHub Desktop.
Save co3moz/9f967294564fb2fc7c23 to your computer and use it in GitHub Desktop.
Ignore sabis's poll
Array.from(document.querySelectorAll("[type=radio]")).forEach(function(x){x.checked=true;});
document.querySelector("[type=submit]").click()
// press f12 type this :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment