Hide Instuctions

Hides Instructions on Hits

当前为 2015-05-20 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Hide Instuctions
  3. // @namespace https://
  4. // @version 0.1
  5. // @description Hides Instructions on Hits
  6. // @author kadauchi
  7. // @include https://www.mturkcontent.com/dynamic/*
  8. // @include https://www.mturk.com/*
  9. // @include https://www.pickfu.com/*
  10. // @include https://no1433.crowdcomputingsystems.com/mturk-web/public/*
  11. // @grant none
  12. // @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
  13. // ==/UserScript==
  14.  
  15.  
  16. $(".panel-heading").hide();
  17. $(".panel-body").hide();
  18.  
  19. //Venue Quality
  20. $(".overview-wrapper").hide();
  21.  
  22.  
  23. //pickfu (need to finish)
  24. $(".alert alert-info").hide();
  25. $(".alert-heading").hide();
  26.  
  27. //other stuff
  28. $(".feedback_panel").hide();
  29. $(".toggle-box-container").hide();

QingJ © 2025

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