05/24 - The Great Owl Tuesday!

Status
Not open for further replies.
D

Deleted member 481

Guest
Which script are you using?
Code:
// ==UserScript==
// @name         A9 Image Survey Clothes
// @namespace    http://tampermonkey.net/
// @version      1.0.2
// @description  Might Do Stuff
// @author       THFYM
// @include      https://s3.amazonaws.com/mturk_bulk/*
// @include      https://www.mturk.com/mturk/previewandaccept?prevRequester=Amazon+Requester+Inc.+A9+Data+Validation*
// @require      http://code.jquery.com/jquery-2.1.0.min.js
// @grant        GM_log
// ==/UserScript==

// Numpad 1-8 for inputs. Will be listed in HIT.
// Enter for Submit.
// Auto-refresh on server glitch

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 ($("h4:contains(Picture of a picture is acceptable. Mannequin is acceptable.)").length){
    $(".btn:contains('No')").click();
    $(".form-group").css('width', '200');
    $(".buttonsWithMargins").css('height', '20');
    window.focus();
    $("h4").eq(0).hide();
    $("h4").eq(1).text("1 - Dress");
    $("h4").eq(2).text("2 - Woman's Top");
    $("h4").eq(3).text("3 - Woman's Bottoms");
    $("h4").eq(4).text("4 - Man's Top");
    $("h4").eq(5).text("5 - Man's Bottoms");
    $("h4").eq(6).text("6 - Watch");
    $("h4").eq(7).text("7 - Shoe");
    $("h4").eq(8).text("8 - Handbag");
    var dress = 0;
    var womTop = 0;
    var womBot = 0;
    var manTop = 0;
    var manBot = 0;
    var watch = 0;
    var shoe = 0;
    var bag = 0;
    $(document).keydown(function(e) {
        if (e.keyCode === 13) { // enter to submit
            $("input[value='Submit']").click();
        }
        if (e.keyCode === 97) { // Numpad 1
            if (dress === 0) {
            $("button[data-reactid='.0.0.1.2:$q1dress_m604.2.$0']").click();
            dress ++;
            }
            else {
                $("button[data-reactid='.0.0.1.2:$q1dress_m604.2.$1']").click();
                dress --;
                }
        }
        if (e.keyCode === 98) { // Numpad 2
            if (womTop === 0) {
            $("button[data-reactid='.0.0.1.2:$q2womens_top_m2662.2.$0']").click();
            womTop ++;
            }
            else {
                $("button[data-reactid='.0.0.1.2:$q2womens_top_m2662.2.$1']").click();
                womTop --;
                }
        }
        if (e.keyCode === 99) { // Numpad 3
            if (womBot === 0) {
            $("button[data-reactid='.0.0.1.2:$q3womens_bottoms_m2663.2.$0']").click();
            womBot ++;
            }
            else {
                $("button[data-reactid='.0.0.1.2:$q3womens_bottoms_m2663.2.$1']").click();
                womBot --;
                }
        }
        if (e.keyCode === 100) { // Numpad 4
            if (manTop === 0) {
            $("button[data-reactid='.0.0.1.2:$q4mens_top_m2664.2.$0']").click();
            manTop ++;
            }
            else {
                $("button[data-reactid='.0.0.1.2:$q4mens_top_m2664.2.$1']").click();
                manTop --;
                }
        }
        if (e.keyCode === 101) { // Numpad 5
            if (manBot === 0) {
            $("button[data-reactid='.0.0.1.2:$q5mens_bottoms_m2665.2.$0']").click();
            manBot ++;
            }
            else {
                $("button[data-reactid='.0.0.1.2:$q5mens_bottoms_m2665.2.$1']").click();
                manBot --;
                }
        }
        if (e.keyCode === 102) { // Numpad 6
            if (watch === 0) {
            $("button[data-reactid='.0.0.1.2:$q6watch_m1597.2.$0']").click();
            watch ++;
            }
            else {
                $("button[data-reactid='.0.0.1.2:$q6watch_m1597.2.$1']").click();
                watch --;
            }
        }
        if (e.keyCode === 103) { // Numpad 7
            if (shoe === 0) {
            $("button[data-reactid='.0.0.1.2:$q7shoe_m1530.2.$0']").click();
            shoe ++;
            }
            else {
                $("button[data-reactid='.0.0.1.2:$q7shoe_m1530.2.$1']").click();
                shoe --;
                }
        }
        if (e.keyCode === 104) { // Numpad 8
            if (bag === 0) {
            $("button[data-reactid='.0.0.1.2:$q8handbag_m786.2.$0']").click();
            bag ++;
            }
            else {
                $("button[data-reactid='.0.0.1.2:$q8handbag_m786.2.$1']").click();
                bag --;
                }
            }
    });
}
 

RaffRiffofTurk

The Lord of Darkness Until 8 AM
Contributor
Joined
Jan 12, 2016
Messages
2,024
Reaction score
3,127
Points
638
Age
37
Location
Panhandle of Florida
Gender
Male

RaffRiffofTurk

The Lord of Darkness Until 8 AM
Contributor
Joined
Jan 12, 2016
Messages
2,024
Reaction score
3,127
Points
638
Age
37
Location
Panhandle of Florida
Gender
Male
Shall we play a game?

Title: The Transfer Game(~ 10 minutes) | PANDA
Requester: Jarid Zimmermann [ASZB56RZ6DH17] (TO)
TO Ratings:
★★★★★ 0.00 Communicativity
★★★★ 4.20 Generosity
★★★★★ 5.00 Fairness
★★★★★ 5.00 Promptness
Number of Reviews: 6 | TOS Flags: 0
Submit a new TO review
Description: You will play an online game with another MTurker.
Time: 30 minutes
HITs Available: 1
Reward: $1.00
Qualifications: Total approved HITs is not less than 100;Total approved HITs is not greater than 10000;Exc: [1614221564-12706] has not been granted;HIT approval rate (%) is not less than 97;Location is one of: US
2:38
 
Last edited:

Azazael

Well-Known Member
Joined
Jan 12, 2016
Messages
3,753
Reaction score
4,991
Points
513
Age
45
Gender
Male
just got my first topless A9, a picture from a magazine lol
 
  • Like
Reactions: Cmoney

RaffRiffofTurk

The Lord of Darkness Until 8 AM
Contributor
Joined
Jan 12, 2016
Messages
2,024
Reaction score
3,127
Points
638
Age
37
Location
Panhandle of Florida
Gender
Male
just got my first topless A9, a picture from a magazine lol
I have been keeping track. I have 3 sets of bare breasts and one naked kid (like very small child not porn) out of 400 done between last night and tonight but I am in no real hurry. A9's are just filling the time and getting me ever closer to the much coveted 5000 point.
 
  • Like
Reactions: Azazael

Azazael

Well-Known Member
Joined
Jan 12, 2016
Messages
3,753
Reaction score
4,991
Points
513
Age
45
Gender
Male
I have been keeping track. I have 3 sets of bare breasts and one naked kid (like very small child not porn) out of 400 done between last night and tonight but I am in no real hurry. A9's are just filling the time and getting me ever closer to the much coveted 5000 point.
yeah im up to 1 magazine picture and 1 what looked like bottomless picture but thats it. its weird that others get all the other stuff and im just here getting nothing but regular pictures lol

*edit*
granted there are some REALLY cute women i've seen
 
Last edited:
  • Like
Reactions: RaffRiffofTurk

loki3404

So Corporate
Contributor
Joined
Jan 12, 2016
Messages
8,264
Reaction score
24,065
Points
1,013
Location
NYC
Gender
Male
Any tales of woe and rejection from the Sunday ones?
 
Status
Not open for further replies.