Don't tag me. @Kerek is the one that got everyone all dependent on scrapers. There's nothing I can do about it.
Don't tag me. @Kerek is the one that got everyone all dependent on scrapers. There's nothing I can do about it.
Glad to know I didn't mess something up, but some people need to start working on those so they get off of my pages. ha!They're taking up about 2100 of the newest 2300 search results on mturk right now.
The correct response wasDon't tag me. @Kerek is the one that got everyone all dependent on scrapers. There's nothing I can do about it.
Except I was doing them right and there seem to be no more percys. I love Percys now, they're so cute.Good. Looks like all the people doing Percys wrong/not at all have given up!
I did 1 once.Glad to know I didn't mess something up, but some people need to start working on those so they get off of my pages. ha!
is this it?do you have a script for the penny a9s
// ==UserScript==
// @name A9 Image Survey places
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Might Do Stuff
// @author JQKILL
// @include https://s3.amazonaws.com/mturk_bulk/*
// @require http://code.jquery.com/jquery-2.1.0.min.js
// @grant GM_log
// ==/UserScript==
$(document).ready(function() {
if ($("h4:contains('What location is present in the image on the left?')").length) {
var autosub = false; //change to true to submit on choice
var $sel = $("select[data-reactid='.0.0.1.2:$q1scene.2']");
$("select").after("<span>1-Bedroom 2-Bathroom 3-kitchen 4-livingroom 5-dining 6-store 7-other 8-unknown</span>");
$sel.val("context_other");
window.focus();
$(document).keydown(function(e){
switch(e.which){
case 49: // 1
case 97: // Numpad1
$sel.val("context_bedroom").change();
if (autosub) {
$("input[value='Submit']").click();
}
break;
case 50: // 2
case 98: // Numpad2
$sel.val("context_bathroom");
if (autosub) {
$("input[value='Submit']").click();
}
break;
case 51: // 3
case 99: // Numpad3
$sel.val("context_kitchen");
if (autosub) {
$("input[value='Submit']").click();
}
break;
case 52: // 4
case 100: // Numpad4
$sel.val("context_living_room");
if (autosub) {
$("input[value='Submit']").click();
}
break;
case 53: // 5
case 101: // Numpad5
$sel.val("context_dining_area");
if (autosub) {
$("input[value='Submit']").click();
}
break;
case 54: // 6
case 102: // Numpad6
$sel.val("context_store");
if (autosub) {
$("input[value='Submit']").click();
}
break;
case 55: // 7
case 103: // Numpad7
$sel.val("context_other");
if (autosub) {
$("input[value='Submit']").click();
}
break;
case 56: // 8
case 104: // Numpad8
$sel.val("context_unknown");
if (autosub) {
$("input[value='Submit']").click();
}
break;
case 13: // Enter
$("input[value='Submit']").click();
break;
default: return;
}
});
}
});
That was the most fun I had all day, and it was a nice round off to nearly having a panic attack cus of Keatings.Ugh. I managed like three Percys before they vanished. And two of the three were assholes. :|
This was the literal cutest thing I have ever read.I just got home from my kid's 6th grade dance. I must say that helps me stay sane with turking. Being able to do the extras for my son and his friends because of the money I make here makes it all worth it. I even got pics of me and my kid together (which is rare as a single mom).
While turking can make me go nuts at times, days like today remind me why this crazy ass second "job" I have chosen is worth it!
But fancy rats are sort of cute... I like them.Ugh, freaks will make a forum about any disgusting thing. Like turking.
I had one that wouldn't go, but I couldn't figure out why.... a few must have been buggyMy last percy showed names in the chat selection that didn't exist on my list and wouldn't progress! Sorry partner, whoever you were!