Remove Dashboard Banner

Remove the dashboard banner element.

  1. // ==UserScript==
  2. // @name Remove Dashboard Banner
  3. // @version 0.1
  4. // @description Remove the dashboard banner element.
  5. // @author zerocat
  6. // @include https://www.mturk.com/mturk/dashboard*
  7. // @namespace https://greasyfork.org/users/9005
  8. // ==/UserScript==
  9. $( ".warning" ).remove();