Double Alert

Places additional scheduled maintenance alert at the bottom of mturk pages for double alerting power.

目前為 2014-10-31 提交的版本,檢視 最新版本

// ==UserScript==
// @name        Double Alert
// @description Places additional scheduled maintenance alert at the bottom of mturk pages for double alerting power.
// @version     1.0
// @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");