Figured now was a good time to try to write a script for A9's. The script below isn't auto-selecting No for the 'Double-Breast'. What did I miss?
// ==UserScript==
//
@Name A9 Data Validation Waterfall
// @version .01
// @description waterfall No radio checked
// @author SilverLax
// @include *s3.amazonaws.com*
// @require
https://code.jquery.com/jquery-3.0.0-alpha1.min.js
// ==/UserScript==
$('input[value="NoWaterfall"]').click();
$('input[value="NoDouble"]').click();
$('input[value="NoHood"]').click();