ANSWERED: Javascript Bookmarklets to autocheck boxes, etc.
Have you ever contributed to an IMDB page only to find yourself having to click a crap ton of yellow Warning checkboxes? This happened to me so I wrote a little javascript bookmarklet to help with that. Obviously reading the warnings is still required, but this will help you do fewer mouse clicks. Just create a new bookmark and paste this into the location attribute.
javascript:(function(){var%20a=window.document.querySelectorAll('input[type=checkbox]');for(var%20i=0;i