(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
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
// ==/UserScript==
// Proprietary GreaseMonkey function to add a style element to the page.
GM_addStyle("#javascriptDependentFunctionality { display: block !important; }");