Hide Promoted Hits

enter something useful

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

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

$('div:contains("Hello Workers! Earn money by helping A9 (an Amazon.com subsidiary) collect images.")').hide();