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
I like how the A9s have clogged up the pipe for everything else. Zoltars from yesterday taking their sweet time now also......
 
  • Like
Reactions: j0e

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
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";
}
This definitely helps.
 

BrewMeister

1) d4
Contributor
Joined
May 1, 2016
Messages
1,987
Reaction score
5,130
Points
838
Gender
Male
Ice Cold Diet Pepsi, Chocolate Chip Granola Bars, and Cheetos for breakfast. Yup, #turkfit ......

 
  • Like
Reactions: loki3404

GenericPear

Good Boy
Contributor
Joined
Jan 12, 2016
Messages
1,488
Reaction score
3,422
Points
588
Age
31
Gender
Male
how would i bind two different keys on one single key on ahk
 

Carolinec

Member
Joined
Feb 23, 2016
Messages
110
Reaction score
264
Points
313
Location
Tampa
Gender
Female

Metallica

Never free, never me
Contributor
Joined
Jan 17, 2016
Messages
5,319
Reaction score
14,228
Points
1,113
Age
34
Gender
Male
A9 is going to taunt me with the nudes while I try to do them without anyone seeing.
 
  • Like
Reactions: BrewMeister

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

jan

Moderator
Moderator
Joined
Jan 12, 2016
Messages
26,493
Reaction score
50,850
Points
1,463
Gender
Female
virals with writing

Title: Rate the relevance of a concept to a video. | PANDA
Requester: Viral Mturk [A2UFLDVZ75JD9M] (TO)
TO Ratings:

☢☢☢☢☢ 5.00 Communicativity
☢☢☢☢☢ 4.59 Generosity
☢☢☢☢☢ 5.00 Fairness
☢☢☢☢☢ 4.95 Promptness
Number of Reviews: 60
(Submit a new TO rating for this requester)
Description: -
Time: 15 minutes
Hits Available: 289
Reward: $0.10
Qualifications: Total approved HITs is not less than 1; HIT approval rate (%) is not less than 90; Location is US
really? Oh, no........... today was supposed to be the real virals.....................:rain:
 
Status
Not open for further replies.