- Joined
- Jan 12, 2016
- Messages
- 6,574
- Reaction score
- 20,571
- Points
- 1,213
- Gender
- Female
I'd be interested too if you wanna shareThere's a script for them that I snatch "from another forum" so I'm anxious to have it drop tomorrow so I can give it a shot!
Thank you for your service.Yeah, Active Duty Air Force.
Title: Label Materials in Images | PANDA Requester: KB [A3EG46USIUDWGA] (TO) TO Ratings: ★★★★★ 4.13 Communicativity ★★★★★ 2.66 Generosity ★★★★★ 4.55 Fairness ★★★★★ 4.74 Promptness Number of Reviews: 133 | TOS Flags: 0 Submit a new TO review Description: Label materials in 50 images. Time: 15 minutes HITs Available: 106 Reward: $0.20 Qualifications: HIT approval rate (%) is greater than 95;Total approved HITs is greater than 99 |
// ==UserScript==
// @name Lind
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Might Do Stuff
// @author THFYM
// @include https://www.mturk.com/mturk/previewandaccept?prevRequester=Jeff+Lind*
// @include https://www.mturk.com/mturk/previewandaccept?groupId=3HL3WX653BX7KWVOG5Q0SGXDFGFQP0
// @include https://www.mturkcontent.com/*
// @require http://code.jquery.com/jquery-2.1.0.min.js
// @grant GM_log
// ==/UserScript==
//auto-refresh when you get booted from the batch
jQuery(document).ready(function () {
var title = jQuery(this).attr('title');
if (title === "Amazon Mechanical Turk - HITs Available to You"){
setTimeout(function(){
location.reload();
}, 2000);
}
});
if ($('input[name="userCaptchaResponse"]').length < 1) { //if no Captcha is present
if ($("p:contains(Race Number, Track Name, and Date)").length){ //sanity check
$('input[name="RaceNumber"]').focus(); //focuses first textbox
}
}
"so sekrit"
Code:// ==UserScript== // @name Lind // @namespace http://tampermonkey.net/ // @version 0.1 // @description Might Do Stuff // @author THFYM // @include https://www.mturk.com/mturk/previewandaccept?prevRequester=Jeff+Lind* // @include https://www.mturk.com/mturk/previewandaccept?groupId=3HL3WX653BX7KWVOG5Q0SGXDFGFQP0 // @include https://www.mturkcontent.com/* // @require http://code.jquery.com/jquery-2.1.0.min.js // @grant GM_log // ==/UserScript== //auto-refresh when you get booted from the batch jQuery(document).ready(function () { var title = jQuery(this).attr('title'); if (title === "Amazon Mechanical Turk - HITs Available to You"){ setTimeout(function(){ location.reload(); }, 2000); } }); if ($('input[name="userCaptchaResponse"]').length < 1) { //if no Captcha is present if ($("p:contains(Race Number, Track Name, and Date)").length){ //sanity check $('input[name="RaceNumber"]').focus(); //focuses first textbox } }
Title: Choose between two short text advertisements. | PANDA Requester: ALEKSEY VINOKUROV [AID5MS1IXOIP] (TO) TO Ratings: ★★★★★ 0.00 Communicativity ★★★★★ 4.50 Generosity ★★★★★ 5.00 Fairness ★★★★★ 2.00 Promptness Number of Reviews: 3 | TOS Flags: 0 Submit a new TO review Description: . Your task will be to choose between 2 very short text advertisements (such as those that might appear on popular web search engines) using a specified evaluation criterion. You will be presented with a set of 11 pairs and asked to choose one from. Time: 3 minutes HITs Available: 1 Reward: $0.50 Qualifications: None |
Title: [10 second task] Questions about photos | PANDA Requester: Gunnar Atli Sigurdsson [A2BOSVXE6O85P0] (TO) TO Ratings: ★★★★★ 5.00 Communicativity ★★★★★ 4.20 Generosity ★★★★★ 5.00 Fairness ★★★★★ 4.75 Promptness Number of Reviews: 5 | TOS Flags: 0 Submit a new TO review Description: Select between two photo albums. Time: 15 minutes HITs Available: 14 Reward: $0.02 Qualifications: Total approved HITs is not less than 1000;HIT approval rate (%) is not less than 98;Location is US |