Skip to content

Instantly share code, notes, and snippets.

@Verssae
Created March 2, 2022 04:34
Show Gist options
  • Save Verssae/f21ccf7151a4efe76399ea267e09fdc1 to your computer and use it in GitHub Desktop.
Save Verssae/f21ccf7151a4efe76399ea267e09fdc1 to your computer and use it in GitHub Desktop.
Add this script to bookmark bar; Click this bookmark button to check all radio buttons in COVID-19 self-check sheet of Hanyang portal
javascript: document.querySelectorAll("input[type='radio'][value='b']").forEach((x) => {x.checked = true});document.getElementById("btn_confirm").click()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment