(mTurk) Shows the captcha and accept buttons on hits ASAP instead of waiting for the page to fully load.
// ==UserScript==
// @name (mTurk) Show captcha and accept button ASAP
// @namespace http://ericfraze.com
// @version 0.2
// @description (mTurk) Shows the captcha and accept buttons on hits ASAP instead of waiting for the page to fully load.
// @author Eric Fraze
// @match https://www.mturk.com/*
// @grant GM_addStyle
// ==/UserScript==
// Proprietary GreaseMonkey function to add a style element to the page.
GM_addStyle("#javascriptDependentFunctionality { display: block !important; }");