Places an additional scheduled maintenance alert at the bottom of mturk pages for double alerting power.
当前为
// ==UserScript==
// @name Double Alert
// @description Places an additional scheduled maintenance alert at the bottom of mturk pages for double alerting power.
// @version 1.1
// @author DCI
// @namespace http://www.mturkgrind.com/members/15-DCI
// @include https://www.mturk.com/mturk/*
// @require http://code.jquery.com/jquery-latest.min.js
// ==/UserScript==
$(".warning.message").clone().appendTo("body");