Triple Alert!

Places additional scheduled maintenance alerts at the top and bottom of mturk pages for triple alerting power.

  1. // ==UserScript==
  2. // @name Triple Alert!
  3. // @description Places additional scheduled maintenance alerts at the top and bottom of mturk pages for triple alerting power.
  4. // @version 1.2
  5. // @author DCI
  6. // @namespace http://www.mturkgrind.com/members/15-DCI
  7. // @include https://www.mturk.com/mturk/*
  8. // @require http://code.jquery.com/jquery-latest.min.js
  9. // ==/UserScript==
  10.  
  11. $(".warning.message").clone().appendTo("body");
  12. $(".warning.message").clone().prependTo("body");