Hide Promoted Hits

enter something useful

当前为 2015-02-10 提交的版本,查看 最新版本

// ==UserScript==
// @name       Hide Promoted Hits
// @author	   jawz
// @version    1.1
// @description  enter something useful
// @match      https://www.mturk.com/*
// @namespace https://greasyfork.org/users/1997
// ==/UserScript==

$('div:contains("Requesters: Interested in promoting your HITs? Inquire")').hide();