>>22972
I use this inline script in the browser console
var next = document.getElementById('720931'); next = next.nextElementSibling; while (next) {next.getElementsByClassName("deletionCheckBox")[0].checked = true; next = next.nextElementSibling;}