Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name mTurk Frame->Parent Interface Library
// @namespace salembeats
// @version 5.2
// @description Library to make it easier to send messages to mTurk parent windows from the worker iFrames.
// @author Cuyler Stuwe (salembeats)
// @grant GM_xmlhttpRequest
// @icon http://ez-link.us/sb-png
// ==/UserScript==
@klydeinside
klydeinside / MTCAllWhite
Created June 5, 2018 16:25
MTC All White Background
document.body.style.backgroundColor = "white";
.div {
background: white;
font: red;
}
.messageContent {
background: white;
border: 1px #1496BB dashed;
font: red;
}