(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.

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