// ==UserScript== // @name Remove Dashboard Banner // @version 0.1 // @description Remove the dashboard banner element. // @author zerocat // @include https://www.mturk.com/mturk/dashboard* // @namespace https://greasyfork.org/users/9005 // @downloadURL none // ==/UserScript== $( ".warning" ).remove();