// ==UserScript== // @name (mTurk) Show captcha and accept button ASASP // @namespace http://ericfraze.com // @version 0.1 // @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 // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js // @downloadURL none // ==/UserScript== GM_addStyle("#javascriptDependentFunctionality { display: block !important; }");