Skip to content

Instantly share code, notes, and snippets.

View msqr1's full-sized avatar
6️⃣
7

.                                                                                                                               msqr1

6️⃣
7
View GitHub Profile
@msqr1
msqr1 / file.js
Last active June 6, 2025 04:28
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())