Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/79d985e0755559a2803856e99e4e5b62.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript==
// @name MTurk resize iframe and setfocus
// @namespace na
// @include http://www.mturk.com/mturk/*
// @version 1
// @grant none
// @description Resizes the Mechanical Turk (MTurk) HIT iframe to 1200 and automatically sets the focus to the iframe.
// @downloadURL https://update.greasyfork.icu/scripts/6198/MTurk%20resize%20iframe%20and%20setfocus.user.js
// @updateURL https://update.greasyfork.icu/scripts/6198/MTurk%20resize%20iframe%20and%20setfocus.meta.js
// ==/UserScript==
var a = document.getElementsByTagName("IFRAME");
for (var i=0, len=a.length; i