Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/f488c14b2c94aee605bc0a44896532a2.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript==
// @name Turk - Remove_Warning
// @include https://www.mturk.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js
// @description Hides "Message Warning"
// @version 0.0.1.20141101041655
// @namespace https://greasyfork.org/users/6503
// @downloadURL https://update.greasyfork.icu/scripts/6202/Turk%20-%20Remove_Warning.user.js
// @updateURL https://update.greasyfork.icu/scripts/6202/Turk%20-%20Remove_Warning.meta.js
// ==/UserScript==
// The below removes "Message Warning"
$("div.message.warning:contains(Maintenance)").hide();