Skip to content

Instantly share code, notes, and snippets.

@Sharp0802
Created December 13, 2023 01:02
Show Gist options
  • Save Sharp0802/35590774d6a2786177912a7a11471cc9 to your computer and use it in GitHub Desktop.
Save Sharp0802/35590774d6a2786177912a7a11471cc9 to your computer and use it in GitHub Desktop.
학생설문도조사 bypass script for Benedu
document.querySelectorAll("div.timeline-item > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > label:nth-child(1)").forEach(e => e.click());
document.querySelector("#btn-submit").click();
setTimeout(function(){document.querySelector(".btn-primary").click()}, 200);

To copy paste to your browser, type below:

  • firefox:
allow paste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment