Remove Dashboard Banner

Remove the dashboard banner element.

// ==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
// ==/UserScript==
$( ".warning" ).remove();