Greasy Fork

MTurk Max Job Window Height

Limit height of job window iFrame on MTurk.com

当前为 2014-10-29 提交的版本,查看 最新版本

// ==UserScript==
// @name        MTurk Max Job Window Height
// @namespace   
// @description Limit height of job window iFrame on MTurk.com
// @include     *.mturk.com/*
// @version     1
// @grant       none
// ==/UserScript==

document.getElementsByName('ExternalQuestionIFrame')[0].style.height='90%';