Script to set all types of all ready-to-upload pictures?

It is now possible to enter the number for the checkbox you want to activate.
No need to change the bookmarklet-code anymore:
javascript: var val=prompt("# of Checkbox to activate or deactivate \n(Front=1, Back=2, Booklet=3...)",""); [].forEach.call(document.querySelectorAll('input[value="'+val+'"]'), function(el) {el.click();});

3 Likes