Whenever I get one of these and a ton of stuff is on by default and there's no reject all button, then hopefully they're using actual checkboxes, so I can do this in the console:
[...document.querySelectorAll('[type=checkbox]')].forEach(c => c.checked = false)
Magic! ✨