(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-21 提交的版本,查看 最新版本

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