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();