Warning: fopen(/www/sites/update.greasyfork.icu/index/store/forever/ef0c9c79ab2b8f389642ec7265fd6a12.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 Instuctions
// @namespace https://
// @version 0.1
// @description Hides Instructions on Hits
// @author kadauchi
// @include https://www.mturkcontent.com/dynamic/*
// @include https://www.mturk.com/*
// @include https://www.pickfu.com/*
// @include https://no1433.crowdcomputingsystems.com/mturk-web/public/*
// @grant none
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// @downloadURL none
// ==/UserScript==
$(".panel-heading").hide();
$(".panel-body").hide();
//Venue Quality
$(".overview-wrapper").hide();
//pickfu (need to finish)
$(".alert alert-info").hide();
$(".alert-heading").hide();
//other stuff
$(".feedback_panel").hide();
$(".toggle-box-container").hide();