Hides the promoted HITs that appear at the top of mturk pages.
// ==UserScript==
// @name Hide Promoted Hits
// @author jawz
// @version 1.2
// @description Hides the promoted HITs that appear at the top of mturk pages.
// @match https://www.mturk.com/*
// @namespace https://greasyfork.org/users/1997
// ==/UserScript==
$('div:contains("Requesters: Interested in promoting your HITs? Inquire")').hide();