- Joined
- Jan 15, 2016
- Messages
- 822
- Reaction score
- 1,225
- Points
- 418
- Age
- 31
// ==UserScript==
// @name leonid
// @namespace http://tampermonkey.net/
// @version 0.4.2.0
// @description Puts cursor in writing area
// @author ShereKahn
// @include *.mturkcontent.com/*
// @include https://s3.amazonaws.com/mturk_bulk/*
// @require http://code.jquery.com/jquery-2.1.0.min.js
// @grant GM_log
// ==/UserScript==
$("textarea[name='WritingTexts']").focus();
Makes it so that you don't have to click on the text area to start writing.
I also have a ahk that does send{tab} send {enter} so I don't have to take my hands off the keyboard. Gets them down to about 5 sec a peice if you can stay focused and stop putting all your secrets on the forum
Last edited: