05/24 - The Great Owl Tuesday!

Status
Not open for further replies.

BrewMeister

1) d4
Contributor
Joined
May 1, 2016
Messages
1,987
Reaction score
5,130
Points
838
Gender
Male
Title: Review Moderation Test C-3 | PANDA
Requester: VDX [A3AGILFBOVKI09] (TO)
TO Ratings:

☢☢☢☢☢ 4.32 Communicativity
☢☢☢☢☢ 3.68 Generosity
☢☢☢☢☢ 4.93 Fairness
☢☢☢☢☢ 4.96 Promptness
Number of Reviews: 62
(Submit a new TO rating for this requester)
Description: Review Moderation Qualification
Time: 15 minutes
Hits Available: 682
Reward: $0.02
Qualifications: 2016 Qualification is not less than 90; Total approved HITs is not less than 500; HIT approval rate (%) is not less than 98; Location is US
And yet again a qual to get a qual....... Ughh.......


 
  • Like
Reactions: GenericPear

sryan66611

Well-Known Member
Contributor
Joined
Feb 13, 2016
Messages
3,412
Reaction score
5,893
Points
838
Age
37
Gender
Male
They are throttling again... here is Kaudachi's script with the updated groupID for the .02 centers.


Code:
// ==UserScript==
// @name         No HIT Reloader
// @namespace    http://kadauchi.com/
// @version      1.0.0
// @description  Reloads pages automatically if no HIT is loaded for provided GroupIds.
// @author       Kadauchi
// @icon         http://kadauchi.com/avatar.jpg
// @include      https://www.mturk.com/mturk/previewandaccept*
// @include      https://www.mturk.com/mturk/accept*
// @include      https://www.mturk.com/mturk/preview*
// @grant        GM_log
// @require      https://code.jquery.com/jquery-2.1.4.min.js
// ==/UserScript==

// Add the group id for the HITs you want to be reloaded here.
var GroupID = [
    "372BFDRITDWG830EQNGKBX9BAFJ1C0", //A9
    "3WY138MABEE4BCXHUMJF0NIGU5JYI4", //A9
    "3D00S7P7YGMS0X50UPV7TFTQ47DZEI"  //A9
];

console.log("The script [No HIT Reloader] has been loaded.");

if (!$("iframe").length){
    for (var i = 0; i < GroupID.length; i++){
        if (window.location.href.indexOf(GroupID[i]) !== -1){
            location.reload();
        }
    }
}
else {
    document.title = "HIT Loaded";
}
 

redtokyoboxers

the güero you cannot sweat-o
Contributor
Champion
Joined
Jan 13, 2016
Messages
1,655
Reaction score
4,329
Points
588
Age
36
Gender
Male
Weirdest one yet. A grown woman nude on a toilet. Mirror behind her reveals that the photog is, at oldest, 10 years old. huh
 

Pleco

Friendly Neighborhood Rat
Contributor
Crowd Pleaser
Joined
Jan 23, 2016
Messages
19,190
Reaction score
76,218
Points
1,588
Age
37
Gender
Male
How are they getting these pictures for A9s? Or is that not something you're not supposed to talk about, because they're watching...
Well considering I saw a blurry picture of a naked woman putting her hand in front of the camera as if she didn't want her pic taken. I'd say they're not getting them from the most legit sources.
 

MindNumbing

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
5,971
Reaction score
10,565
Points
1,013
Gender
Female
How many are you all completing an hour?
 
Status
Not open for further replies.