03/19 - Majestic Monday!

Which is better?


  • Total voters
    131
  • Poll closed .
Status
Not open for further replies.

JCGrey

Active Member
Contributor
Joined
Jan 12, 2018
Messages
962
Reaction score
2,414
Points
518
Gender
Female
Code:
// ==UserScript==
// @name         john doe
// @version      4
// @description  1 for foreign, 2 for no visible text
// @author       SarahAshlee90
// @include     https://www.google.com/*
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

var submit_Hotkey = false;
setTimeout(function(){

$('div[id="video-placeholder"]').click();

$('input[value="PLAYABLE"]').eq(0).click();
$('input[value="ENGLISH"]').eq(0).click();
$('input[value="ENGLISH"]').eq(1).click();
$('input[value="NOT_SENSITIVE"]').click();

window.onkeydown = function (event) {
        if(event.which == 97){
            $('input[value="PLAYABLE"]').eq(0).click();
            $('input[value="FOREIGN"]').eq(0).click();
            $('input[value="FOREIGN"]').eq(1).click();
            $('input[value="NOT_SENSITIVE"]').click();
        }
    if(event.which == 98){
        $('input[value="NO_LANGUAGE_PRESENT"]').eq(1).click();
    }
    if(event.which == 13){
            console.log('enter was pressed');
            if (submit_Hotkey === true){
                $("#submit").click();
            }
        }
};


}, 888);
Change the word "false" on line #11 to "true" to make enter submit the hit. Otherwise numpad 1 for foreign, numpad 2 for no visible text.
Thank you!
 
  • Like
Reactions: SarahAshlee90

themildone

the real Jaded
Contributor
HIT Poster
Joined
Jan 12, 2016
Messages
19,285
Reaction score
46,776
Points
1,438
Age
29
Location
Indiana
Gender
Female
Title: Please take this 10 minute survey for $1 and up to a $0.60 bonus(~ 10 minutes) | Accept
Requester: Berkeley Dietvorst [A3EKLYB6P787W8] Contact
TV: [Hrly: $11.67] [Pay: 3.65] [Fast: 5.00] [Comm: null] [Rej: 0] [ToS: 0] [Blk: 0]
TO: [Pay: 3.87] [Fast: 4.85] [Comm: 4.00] [Fair: 4.73] [Reviews: 35] [ToS: 0]
TO2: [Hrly: $5.06] [Pen: 0.04 days] [Res: ---] [Rec: 100% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
Reward:
$1.00
Duration: 35 minutes
Available: 67
Description: Read short scenario and answer questions
Requirements: Total approved HITs GreaterThanOrEqualTo 100; Exc: [71539916-79305] DoesNotExist; HIT approval rate (%) GreaterThanOrEqualTo 90; SurveyGroup [836] DoesNotExist; Location In US
[tr][td]
HIT exported from Mturk Suite v2.1.17
[/td][/tr]
[tr][td][/td][/tr]
 

InfiniteChanges

Hiding In Your Ceiling
Contributor
Joined
May 1, 2017
Messages
3,426
Reaction score
8,150
Points
888
Gender
Male
Title: Please take this 10 minute survey for $1 and up to a $0.60 bonus(~ 10 minutes) | PANDA
Requester: Berkeley Dietvorst [A3EKLYB6P787W8] (Req TV): $11.67/hr
(TO): [Pay: 3.87] [Fair: 4.73] [Comm: 4.00] [Fast: 4.85]
Description:
Read short scenario and answer questions
Time: 35 minutes(s)
HITs Available: 64
Reward: $1.00
Qualifications: Total approved HITs GreaterThanOrEqualTo 100; Exc: [71539916-79305] DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 90; SurveyGroup [836] DoesNotExist ; Location In US;

4-5 minutes.
 

themildone

the real Jaded
Contributor
HIT Poster
Joined
Jan 12, 2016
Messages
19,285
Reaction score
46,776
Points
1,438
Age
29
Location
Indiana
Gender
Female
Pretty sure he's a great dane. We don't have a name yet... going to see the vet today. He's going to be a big boy...
that's what I was going to guess :) He's a cutie!
 
  • Like
Reactions: kryss

DareAngel3

Well-Known Member
Contributor
Mentor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
5,553
Reaction score
11,231
Points
2,713
Age
36
Location
Central IL
Gender
Female
Pretty sure he's a great dane. We don't have a name yet... going to see the vet today. He's going to be a big boy...
I currently have a 12 week old Great Dane sitting next to me. Can confirm: he does indeed look like a Dane.
 

themildone

the real Jaded
Contributor
HIT Poster
Joined
Jan 12, 2016
Messages
19,285
Reaction score
46,776
Points
1,438
Age
29
Location
Indiana
Gender
Female
Title: Deception Detection Accuracy (Online Research Study)(~ 5 minutes) | Accept
Requester: Alliyza [AKX3TCGKQ78PZ] Contact
TV: [Hrly: $12.06] [Pay: 4.00] [Fast: null] [Comm: null] [Rej: 0] [ToS: 0] [Blk: 0]
TO: [Pay: 5.00] [Fast: 5.00] [Comm: 0.00] [Fair: 5.00] [Reviews: 2] [ToS: 0]
TO2: [Hrly: ---] [Pen: ---] [Res: ---] [Rec: ---] [Rej: 0] [ToS: 0] [Brk: 0]
Reward:
$0.65
Duration: 30 minutes
Available: 28
Description: This is a research study. You will be shown a short video segment of an interview and asked to identify whether the person in the interview is telling the truth.
Requirements: Total approved HITs GreaterThanOrEqualTo 5000; Location In AU, CA, GB, IN, US; HIT approval rate (%) GreaterThanOrEqualTo 97; Exc: [394790387-79245] DoesNotExist
[tr][td]
HIT exported from Mturk Suite v2.1.17
[/td][/tr]
[tr][td][/td][/tr]
 
Status
Not open for further replies.