Hide Instuctions

Hides instructions on HITs

当前为 2015-06-14 提交的版本,查看 最新版本

// ==UserScript==
// @name         Hide Instuctions
// @namespace    https://gf.qytechs.cn/users/11580
// @version      0.3
// @description  Hides instructions on HITs
// @author       Kadauchi
// @include      https://www.mturkcontent.com/dynamic/*
// @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
// ==/UserScript==

//General MTurk HIT Layout
$(".panel-heading").hide();
$(".panel-body").hide();        

//Venue Quality
if ($('td:contains("Venue Quality")').length > 0) { 
    $(".overview-wrapper").hide();
}

//pickfu (need to finish)
$(".alert alert-info").hide();
$(".alert-heading").hide();

//other stuff
$(".feedback_panel").hide();
$(".toggle-box-container").hide();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址