Hide the annoying Amazon Global Message

hides the amazon global message

  1. // ==UserScript==
  2. // @name Hide the annoying Amazon Global Message
  3. // @namespace http://use.i.E.your.homepage/
  4. // @version 3.14
  5. // @description hides the amazon global message
  6. // @require http://code.jquery.com/jquery-latest.min.js
  7. // @match https://www.mturk.com/*
  8. // @match https://www.mturk.com/mturk*
  9. // @match https://www.mturk.com/mturk/findhits?match=false*
  10. // @match https://www.mturk.com/mturk/dashboard*
  11. // @match https://www.mturk.com/mturk/findquals?requestable=false&earned=true*
  12. // @match https://www.mturk.com/mturk/myhits*
  13. // @match https://www.mturk.com/mturk/findhits?match=true*
  14. // @match https://www.mturk.com/mturk/searchbar*
  15. // @copyright 2012+, You
  16. // ==/UserScript==
  17.  
  18.  
  19. $('h3:contains("Scheduled Maintenance between 12:30am PDT and 1:30am PST on Sunday November 2, 2014")').parent().hide();