(mTurk) Show captcha and accept button ASAP

(mTurk) Shows the captcha and accept buttons on hits ASAP instead of waiting for the page to fully load.

目前为 2014-10-20 提交的版本。查看 最新版本

// ==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==

GM_addStyle("#javascriptDependentFunctionality { display: block !important; }");