05/24 - The Great Owl Tuesday!

Status
Not open for further replies.

Pippa

All things lovely and beautiful.
Contributor
Joined
Jan 12, 2016
Messages
7,219
Reaction score
16,375
Points
1,163
Gender
Female
They're taking up about 2100 of the newest 2300 search results on mturk right now. :dead:
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!
 
  • Like
Reactions: aveline

Kessikitty

Issac the Todd
Contributor
Joined
May 21, 2016
Messages
2,502
Reaction score
4,086
Points
738
Age
30
Gender
Male
Good. Looks like all the people doing Percys wrong/not at all have given up!
Except I was doing them right and there seem to be no more percys. I love Percys now, they're so cute.
 

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,621
Reaction score
123,845
Points
1,414
Age
124
Gender
Female
do you have a script for the penny a9s
is this it?

Code:
// ==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;
            }
        });
    }
});
 

KittyRaces

lengthening my shitlist by the minute
Contributor
Joined
Jan 12, 2016
Messages
2,614
Reaction score
1,541
Points
438
Gender
Female
Ugh. I managed like three Percys before they vanished. And two of the three were assholes. :|
 
  • Like
Reactions: Kessikitty

tricker

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
9,279
Reaction score
19,141
Points
1,063
Location
California
Gender
Female
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!
 

Kessikitty

Issac the Todd
Contributor
Joined
May 21, 2016
Messages
2,502
Reaction score
4,086
Points
738
Age
30
Gender
Male
Ugh. I managed like three Percys before they vanished. And two of the three were assholes. :|
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.
 
  • Like
Reactions: JenniLeigh

Kessikitty

Issac the Todd
Contributor
Joined
May 21, 2016
Messages
2,502
Reaction score
4,086
Points
738
Age
30
Gender
Male
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!
This was the literal cutest thing I have ever read.
I'm so happy for you!
 
  • Like
Reactions: tricker

MerryLou

unpalatable
Contributor
Crowd Pleaser
Sole Survivor
Joined
Jan 12, 2016
Messages
11,261
Reaction score
20,520
Points
1,688
Gender
Female
My last percy showed names in the chat selection that didn't exist on my list and wouldn't progress! Sorry partner, whoever you were! :confused:
 

catnapped

Relatively Unknown Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 13, 2016
Messages
20,908
Reaction score
43,057
Points
2,738
Age
52
Location
Pennsylvania
Gender
Male
I had a match at the last second before it timed out :(
 
Status
Not open for further replies.