This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.body.style.backgroundColor = "white"; | |
.div { | |
background: white; | |
font: red; | |
} | |
.messageContent { | |
background: white; | |
border: 1px #1496BB dashed; | |
font: red; | |
} |