Mturk Block Ads

Block the new ads on the top of mturk

  1. // ==UserScript==
  2. // @name Mturk Block Ads
  3. // @description Block the new ads on the top of mturk
  4. // @version 0.1
  5. // @include https://www.mturk.com*
  6. // @exclude https://www.mturk.com/mturk/findquals?requestable=false&earned=true
  7. // @author Cristo
  8. // @grant GM_addStyle
  9. // @run-at document-start
  10. // @copyright 2012+, You
  11. // @namespace https://greasyfork.org/users/1973
  12. // ==/UserScript==
  13.  
  14. GM_addStyle(".message.warning:not(#alertBox) { display: none !important; }");