Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
hk1337
on June 26, 2024
|
parent
|
context
|
favorite
| on:
One Million Checkboxes
document.querySelectorAll("input[type=checkbox]").forEach(i => { i.checked = false; });
seems to work for a second. no alert.
Scarblac
on June 26, 2024
[–]
Presumably that skips the code that sends the event to the backend?
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
seems to work for a second. no alert.