Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/03afc24a2f6e5c5a18e18446dabdfc4b.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==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 https://update.greasyfork.icu/scripts/7980/Remove%20Dashboard%20Banner.user.js // @updateURL https://update.greasyfork.icu/scripts/7980/Remove%20Dashboard%20Banner.meta.js // ==/UserScript== $( ".warning" ).remove();