how do you make this happen in your browser? I'm only used to downloading scripts from other places and not having to think.WORKING!
You're welcomeCode:// ==UserScript== // @name Yes/No // @namespace http://tampermonkey.net/ // @version 4.20 // @description // @author BlurryFace // @match https://s3.amazonaws.com/mturk_bulk/hits/* // @grant GM_log // @require http://code.jquery.com/jquery-3.1.1.min.js // ==/UserScript== $('input[value="Yes"]').click() $('input[value="Yes"]').click() $('input[value="Yes"]').click();