enter something useful
当前为
// ==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();