Y
Hacker News
new
|
ask
|
show
|
jobs
by
jkochis
1971 days ago
I seem to always have this handy snippet in my dev tools history:
document.querySelectorAll('input[type=checkbox]').forEach(el => el.removeAttribute('checked'))