Sooo, I broke it. I'm guessing formatting?
// ==UserScript==
//
@Name Amazon Requester Inc.- Tops
// @namespace
http://tampermonkey.net/
// @version 1.0
// @description
// @author Egryan1
// @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="NoZipper"]').click();
$('input[value="NoButtons"]').click();
$('input[value="NoHood"]').click();
window.onkeydown = function (event) {
if(event.which == 97){
$('input[value="MoreThanOne"]').click();
}
i don't know how to make my spacing show up in the forum