Skip to content

Instantly share code, notes, and snippets.

@msqr1
Last active June 6, 2025 04:28
Show Gist options
  • Select an option

  • Save msqr1/65f5cdc87670915c475fb99406f180d4 to your computer and use it in GitHub Desktop.

Select an option

Save msqr1/65f5cdc87670915c475fb99406f180d4 to your computer and use it in GitHub Desktop.
CollegeBoard select all question on one page (SAT, PSAT/NMSQT).
// Open console and paste this in, do 50 question per page to go faster
document.getElementById("questions-table").querySelectorAll('input[type="checkbox"]').forEach(c => c.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment