PI Search

(Hide instructions and mark first bubbles)

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name 		PI Search 
// @version    0.1
// @namespace    Space
// @description  (Hide instructions and mark first bubbles)
// @author     Lowlife
// @include    https://s3.amazonaws.com/*
// @include    https://www.mturkcontent.com/*
// @copyright  2012+, You
// ==/UserScript==


var page = document.getElementById("mturk_form");
var div = page.getElementsByClassName("panel-body")[0];
div.style.display = "none";


document.getElementById('Q1_5').checked = true;
document.getElementById('Q2_5').checked = true;
document.getElementById('Q3_5').checked = true;
document.getElementById('Q4_5').checked = true;
document.getElementById('Q5_5').checked = true;
document.getElementById('Q6_5').checked = true;