I found this on mturkgrind if anyone else needs it.
// ==UserScript==
// @name A9 Image Survey Clothes
// @namespace
http://tampermonkey.net/
// @version 0.1
// @description Might Do Stuff
// @author THFYM
// @include *.mturkcontent.com/*
// @include
https://s3.amazonaws.com/mturk_bulk/*
// @require
http://code.jquery.com/jquery-2.1.0.min.js
// @grant GM_log
// ==/UserScript==
if ($("h4:contains(Picture of a picture is acceptable. Mannequin is acceptable.)").length){
$(".btn:contains('No')").click();
}