Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/a2f53f97431d54442a69f1da4be0ed80.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==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 // @downloadURL https://update.greasyfork.icu/scripts/7979/Hide%20Promoted%20Hits.user.js // @updateURL https://update.greasyfork.icu/scripts/7979/Hide%20Promoted%20Hits.meta.js // ==/UserScript== $('div:contains("Requesters: Interested in promoting your HITs? Inquire")').hide();