06/18 - Sideshow Bob Saturday!

Status
Not open for further replies.

C to the J

Outlaw Turker
Contributor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
53,045
Reaction score
163,717
Points
3,238
Age
37
Gender
Male
the humidity is the worst...............:sweat::sweat::sweat:
I dont know where you are but the last couple days in Memphis have been tough.

Spent the first 29 years of my life in California, didn't know what humidity was.
Now I know it's the devil.
 

MikeC44

Belt of Scotch?
Contributor
Joined
Jan 12, 2016
Messages
935
Reaction score
2,359
Points
568
Age
33
Location
Baltimore
Gender
Male

ShanaMarie

Not all who wander are lost.
Contributor
Joined
Apr 19, 2016
Messages
1,927
Reaction score
2,378
Points
438
Age
56
Location
Camas, WA
Gender
Female

ShanaMarie

Not all who wander are lost.
Contributor
Joined
Apr 19, 2016
Messages
1,927
Reaction score
2,378
Points
438
Age
56
Location
Camas, WA
Gender
Female
Okay, you scripters. I'm trying to make a script for the Shiver hits. I based it off of one for Lind - although, I don't really care about the auto-refresh portion. I want the cursor to go directly into the "phrase" box upon open, but no go. Anybody see what I did incorrectly? Be nice so as to not crush my delicate ego.:bookworm:


Code:
// ==UserScript==
// @name         Shiver
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Might Do Stuff
// @author       Shana296
// @include      https://www.mturk.com/mturk/previewandaccept?prevRequester=Shiver*
// @include      https://www.mturk.com/mturk/previewandaccept?groupId=3K3R2QNK8CBTJD4D55M56KOL78F9
// @include      https://www.mturkcontent.com/*
// @require      http://code.jquery.com/jquery-2.1.0.min.js
// @grant        GM_log
// ==/UserScript==

//auto-refresh when you get booted from the batch
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 ($('input[name="userCaptchaResponse"]').length < 1) { //if no Captcha is present
    if ($("p:contains(Phrase)").length){ //sanity check
        $('input[name="Phrase"]').focus(); //focuses first textbox
        }
    }
 
Last edited:

Barbwire

Averagely-known member
Contributor
Joined
Jan 12, 2016
Messages
4,775
Reaction score
8,288
Points
838
Title: COMPANY EVALUATIONS(~ 15 minutes) | PANDA
Requester: Sankar Sen [A1HN6IJW3IBVK3] (TO)
TO Ratings:
★★★★★ 0.00 Communicativity
★★★★ 4.10 Generosity
★★★★★ 5.00 Fairness
★★★★★ 5.00 Promptness
Number of Reviews: 10 | TOS Flags: 0
Submit a new TO review
Description: You are invited to complete a survey asking your general opinion on various activities of corporations.
Time: 45 minutes
HITs Available: 1
Reward: $1.00
Qualifications: Exc: [15351-14787] has not been granted;Location is one of: US
anyone have a time on this
 

Jesicu

Active Member
Contributor
Joined
Apr 6, 2016
Messages
649
Reaction score
1,736
Points
468
Age
44
Gender
Female
Title: Survey 6/18/16 | PANDA
Requester: Julian [A2WTMKPAYVA2BB] (TO)
TO Ratings:
★★★★★ 5.00 Communicativity
★★★★★ 3.93 Generosity
★★★★ 4.80 Fairness
★★★★ 4.89 Promptness
Number of Reviews: 28 | TOS Flags: 0
Submit a new TO review
Description: Take an 8-9 min survey for $.85!
Time: 60 minutes
HITs Available: 27
Reward: $0.85
Qualifications: None
 
  • Like
Reactions: OvreHimle

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
36
Gender
Female
hmmm alcohol... nursing the kids so no alcohol for me, but yea my kids are gonna get in the kiddie pool later. may even drag the dogs into it.
Everyone has their own opinion but the newest research shows that not that much alcohol goes into your milk.
They say, "Safe to drive safe to nurse".

I'll have a glass of wine with dinner and still nurse.
 
  • Like
Reactions: PhantomCatt

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
Anyone know the code someone put to work around broken Sergey? I can't find it.
 

hkybaby21

Member
Joined
May 28, 2016
Messages
206
Reaction score
279
Points
263
Age
37
Gender
Female
I dont know where you are but the last couple days in Memphis have been tough.

Spent the first 29 years of my life in California, didn't know what humidity was.
Now I know it's the devil.
i lived/live in the deserts of socal and went to college in upstate new york.. ithought i was gonna die with the humidity
 
  • Like
Reactions: C to the J

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
Everyone has their own opinion but the newest research shows that not that much alcohol goes into your milk.
They say, "Safe to drive safe to nurse".

I'll have a glass of wine with dinner and still nurse.
Helps em sleep through the night too.

TOTALLY kidding btw.... :D It's awesome youre nursing...I only managed 2 of my six kids and felt like crap abt it
 

kryss

carburante al fuoco
Former Admin
Joined
Jan 10, 2016
Messages
20,910
Reaction score
61,580
Points
1,488
Okay, you scripters. I'm trying to make a script for the Shiver hits. I based it off of one for Lind - although, I don't really care about the auto-refresh portion. I want the cursor to go directly into the "phrase" box upon open, but no go. Anybody see what I did incorrectly? Be nice so as to not crush my delicate ego.:bookworm:


Code:
// ==UserScript==
// @name         Shiver
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Might Do Stuff
// @author       Shana296
// @include      https://www.mturk.com/mturk/previewandaccept?prevRequester=Shiver*
// @include      https://www.mturk.com/mturk/previewandaccept?groupId=3K3R2QNK8CBTJD4D55M56KOL78F9
// @include      https://www.mturkcontent.com/*
// @require      http://code.jquery.com/jquery-2.1.0.min.js
// @grant        GM_log
// ==/UserScript==

//auto-refresh when you get booted from the batch
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 ($('input[name="userCaptchaResponse"]').length < 1) { //if no Captcha is present
    if ($("p:contains(Phrase)").length){ //sanity check
        $('input[name="Phrase"]').focus(); //focuses first textbox
        }
    }
You could do that with ahk.

1::
send {click}
send {tab}
return
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Okay, you scripters. I'm trying to make a script for the Shiver hits. I based it off of one for Lind - although, I don't really care about the auto-refresh portion. I want the cursor to go directly into the "phrase" box upon open, but no go. Anybody see what I did incorrectly? Be nice so as to not crush my delicate ego.:bookworm:


Code:
// ==UserScript==
// @name         Shiver
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Might Do Stuff
// @author       Shana296
// @include      https://www.mturk.com/mturk/previewandaccept?prevRequester=Shiver*
// @include      https://www.mturk.com/mturk/previewandaccept?groupId=3K3R2QNK8CBTJD4D55M56KOL78F9
// @include      https://www.mturkcontent.com/*
// @require      http://code.jquery.com/jquery-2.1.0.min.js
// @grant        GM_log
// ==/UserScript==

//auto-refresh when you get booted from the batch
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 ($('input[name="userCaptchaResponse"]').length < 1) { //if no Captcha is present
    if ($("p:contains(Phrase)").length){ //sanity check
        $('input[name="Phrase"]').focus(); //focuses first textbox
        }
    }
add
Code:
// @include https://s3.amazonaws.com/*
 
Status
Not open for further replies.