03/02 - Kith Friday!

Status
Not open for further replies.

Pleco

Friendly Neighborhood Rat
Contributor
Crowd Pleaser
Joined
Jan 23, 2016
Messages
19,190
Reaction score
76,218
Points
1,588
Age
38
Gender
Male
Title: Open link, review image | Accept
Requester: Sergey Schmidt [A1IFMRTRLY6CMX] Contact
TV: [Hrly: $12.13] [Pay: 4.00] [Fast: null] [Comm: null] [Rej: 0] [ToS: 0] [Blk: 0]
TO: [Pay: 3.66] [Fast: 4.37] [Comm: 1.98] [Fair: 4.19] [Reviews: 285] [ToS: 11]
TO2:
No Reviews
Reward: $0.05
Duration: 1 hour
Available: 233
Description: ---
Requirements: Total approved HITs GreaterThan 1000; HIT approval rate (%) GreaterThan 97
[tr][td]
HIT exported from Mturk Suite v2.1.14
[/td][/tr]
[tr][td][/td][/tr]
Wow, thank you for the batch Sergey, that was great I had a great time. You look so big and strong with such a huge batch.

You jealous yet, Barcodes? Then show the fuck up tomorrow.
 

GRR

Well-Known Member
Joined
Oct 29, 2017
Messages
1,601
Reaction score
2,341
Points
513
Age
69
Gender
Male
This is the first time I have ever seen this type.
thought maybe....I cannot do the other 5's he puts up...thanks for posting
 
  • Like
Reactions: rjd66

Persephone78

Drive By Turker
Contributor
Joined
Dec 16, 2017
Messages
1,704
Reaction score
3,282
Points
588
Location
Michigan
Gender
Female
Title: Psychological Survey(~ 5 minutes) | Accept
Requester: SoBE [A3TTMUT8GE8MRE] Contact
TV: [Hrly: $14.27] [Pay: 4.55] [Fast: 5.00] [Comm: null] [Rej: 0] [ToS: 0] [Blk: 0]
TO: [Pay: 3.89] [Fast: 4.81] [Comm: 5.00] [Fair: 4.85] [Reviews: 37] [ToS: 0]
TO2: [Hrly: $9.82] [Pen: ---] [Res: ---] [Rec: ---] [Rej: 0] [ToS: 0] [Brk: 0]
Reward:
$0.50
Duration: 1 hour
Available: 1
Description: Short
 

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,637
Reaction score
123,874
Points
1,414
Age
124
Gender
Female
PROLIFIC STUDY
Title:
Truth judgment task
Hosted by : Kurt Erbach
Reward : £ 1.70
Avg. Reward Per Hour :
£6.8/hr
Available Places : 11/30
Maximum Allowed Time : 25mins
Avg. Completion Time : 15mins
 

Sebekos

New Member
Joined
Aug 10, 2017
Messages
31
Reaction score
95
Points
268
Gender
Male
How did you do 115 in 10 minutes?
Code:
// ==UserScript==
// @name SERGEY Icon
// @version 1.0
// @include https://www.mturkcontent.com/dynamic/*
// @grant none
// @require https://code.jquery.com/jquery-3.1.1.min.js
// MAIN NOTE Make sure to incude the iframe website when using the clicking stuff, usually right above the tags
// ==/UserScript==


window.addEventListener(`keydown`, e => {
  const key = e.key;
  if (key.length === 1) {
    if (key.match(/[1]/)) {
        $('input[value="yes"]').eq(0).click();
    }
    if (key.match(/[2]/)) {
        $('input[value="maybe"]').eq(0).click();
    }
    if (key.match(/[3]/)) {
        $('input[value="no"]').eq(0).click();
    }
  }
  if (key === `Enter`) {
    document.querySelector(`[type="submit"]`).click();
  }
});

window.focus();
 
  • Like
Reactions: 4ourfuture

Roscoe E Goldchain

Hood Haiku Specialist
Contributor
HIT Poster
Joined
Jan 25, 2016
Messages
11,770
Reaction score
28,998
Points
1,438
Location
VA
Gender
Male
Title: Short survey for those born between 1945-1964 with experience working on virtual teams | Accept
Requester: Ravi Paul [A5WYRUX9LQ8FD] Contact
TV: No Reviews
TO: No Reviews
TO2: No Reviews
Reward: $1.25
Duration: 45 minutes
Available: 4
Description: A 10 minute survey about Baby Boomers and their experiences working in virtual (using only Computers and other IT) teams
Requirements: HIT approval rate (%) GreaterThan 95; Total approved HITs GreaterThan 5000; Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.1.14
[/td][/tr]
[tr][td][/td][/tr]
 

rjd66

Need help,send BATCHES
Contributor
Joined
Jul 8, 2016
Messages
6,726
Reaction score
13,850
Points
1,063
Age
47
Gender
Male
Code:
// ==UserScript==
// @name SERGEY Icon
// @version 1.0
// @include https://www.mturkcontent.com/dynamic/*
// @grant none
// @require https://code.jquery.com/jquery-3.1.1.min.js
// MAIN NOTE Make sure to incude the iframe website when using the clicking stuff, usually right above the tags
// ==/UserScript==


window.addEventListener(`keydown`, e => {
  const key = e.key;
  if (key.length === 1) {
    if (key.match(/[1]/)) {
        $('input[value="yes"]').eq(0).click();
    }
    if (key.match(/[2]/)) {
        $('input[value="maybe"]').eq(0).click();
    }
    if (key.match(/[3]/)) {
        $('input[value="no"]').eq(0).click();
    }
  }
  if (key === `Enter`) {
    document.querySelector(`[type="submit"]`).click();
  }
});

window.focus();
 

SweetiePuff

No Lifer
Contributor
Crowd Pleaser
HIT Poster
Joined
Oct 10, 2016
Messages
19,283
Reaction score
34,576
Points
1,838
Location
Jersey Girl
Gender
Female
Code:
// ==UserScript==
// @name SERGEY Icon
// @version 1.0
// @include https://www.mturkcontent.com/dynamic/*
// @grant none
// @require https://code.jquery.com/jquery-3.1.1.min.js
// MAIN NOTE Make sure to incude the iframe website when using the clicking stuff, usually right above the tags
// ==/UserScript==


window.addEventListener(`keydown`, e => {
  const key = e.key;
  if (key.length === 1) {
    if (key.match(/[1]/)) {
        $('input[value="yes"]').eq(0).click();
    }
    if (key.match(/[2]/)) {
        $('input[value="maybe"]').eq(0).click();
    }
    if (key.match(/[3]/)) {
        $('input[value="no"]').eq(0).click();
    }
  }
  if (key === `Enter`) {
    document.querySelector(`[type="submit"]`).click();
  }
});

window.focus();
What does your script do?
 
  • Like
Reactions: ChristopherASA

rjd66

Need help,send BATCHES
Contributor
Joined
Jul 8, 2016
Messages
6,726
Reaction score
13,850
Points
1,063
Age
47
Gender
Male
Code:
// ==UserScript==
// @name SERGEY Icon
// @version 1.0
// @include https://www.mturkcontent.com/dynamic/*
// @grant none
// @require https://code.jquery.com/jquery-3.1.1.min.js
// MAIN NOTE Make sure to incude the iframe website when using the clicking stuff, usually right above the tags
// ==/UserScript==


window.addEventListener(`keydown`, e => {
  const key = e.key;
  if (key.length === 1) {
    if (key.match(/[1]/)) {
        $('input[value="yes"]').eq(0).click();
    }
    if (key.match(/[2]/)) {
        $('input[value="maybe"]').eq(0).click();
    }
    if (key.match(/[3]/)) {
        $('input[value="no"]').eq(0).click();
    }
  }
  if (key === `Enter`) {
    document.querySelector(`[type="submit"]`).click();
  }
});

window.focus();
 
  • Like
Reactions: Sebekos and cb456

cb456

Let's do some hits!
Mentor
Contributor
Joined
Jul 25, 2017
Messages
5,985
Reaction score
15,964
Points
1,013
Gender
Male
How about one of those stock hits? How much will this stock fall on Monday.
how much will this double levered aluminum ETF go up on Monday.
 
  • Like
Reactions: cassius

SweetiePuff

No Lifer
Contributor
Crowd Pleaser
HIT Poster
Joined
Oct 10, 2016
Messages
19,283
Reaction score
34,576
Points
1,838
Location
Jersey Girl
Gender
Female
Code:
// ==UserScript==
// @name SERGEY Icon
// @version 1.0
// @include https://www.mturkcontent.com/dynamic/*
// @grant none
// @require https://code.jquery.com/jquery-3.1.1.min.js
// MAIN NOTE Make sure to incude the iframe website when using the clicking stuff, usually right above the tags
// ==/UserScript==


window.addEventListener(`keydown`, e => {
  const key = e.key;
  if (key.length === 1) {
    if (key.match(/[1]/)) {
        $('input[value="yes"]').eq(0).click();
    }
    if (key.match(/[2]/)) {
        $('input[value="maybe"]').eq(0).click();
    }
    if (key.match(/[3]/)) {
        $('input[value="no"]').eq(0).click();
    }
  }
  if (key === `Enter`) {
    document.querySelector(`[type="submit"]`).click();
  }
});

window.focus();
What does your script do?
 
  • Like
Reactions: ChristopherASA

Mecca

Banned
Banned
Joined
Apr 29, 2016
Messages
3,475
Reaction score
6,963
Points
763
Age
44
Gender
Male
And I miss a batch because I have to have blood work done, damn it.
 
  • Like
Reactions: Vanyanka
Status
Not open for further replies.