Skip to content

Instantly share code, notes, and snippets.

@sonadztux
Forked from bekicot/autopuas.js
Created April 8, 2022 05:59
Show Gist options
  • Save sonadztux/96ec48d85cd5e9ae90aa1f07643658e7 to your computer and use it in GitHub Desktop.
Save sonadztux/96ec48d85cd5e9ae90aa1f07643658e7 to your computer and use it in GitHub Desktop.
Javascript Auto Sangat Puas untuk survey ga jelas Igracias.
javascript:(function(){
for(let radio of document.querySelectorAll("[id='radioX']")) {
radio.querySelectorAll('[type="radio"]')[0].checked = true
}
})();
javascript:(function(){for(let a of document.querySelectorAll("[id='radioX']"))a.querySelectorAll("[type=\"radio\"]")[0].checked=!0})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment