09/22 - Frida Friday

Status
Not open for further replies.

jjquadjj

Member
Joined
Aug 1, 2017
Messages
329
Reaction score
243
Points
43
Age
34
Gender
Male
Hm, a good place to start would be codecademy for javascript course. That won't help with the John Doe hits /now/ but will in the future.

edit: I think there's a thread around here somewhere for coding.
No- autofill radio buttons with javascript I mean. Can I download an Chrome app or add on or something
 

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
34
Gender
Female
Anyone using a script for the John Doe batch?
Code:
// ==UserScript==
// @name         john doe
// @version      1.0
// @description  autoselect
// @author       SarahAshlee90
// @include     https://www.google.com/*
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js

// ==/UserScript==

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

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,621
Reaction score
123,845
Points
1,414
Age
124
Gender
Female
No- autofill radio buttons with javascript I mean. Can I download an Chrome app or add on or something
No, you have to write a script.

edit: looks like someone already did. You do have to have tampermonkey/greasemonkey installed though.
 
Last edited:

jjquadjj

Member
Joined
Aug 1, 2017
Messages
329
Reaction score
243
Points
43
Age
34
Gender
Male
Code:
// ==UserScript==
// @name         john doe
// @version      1.0
// @description  autoselect
// @author       SarahAshlee90
// @include     https://www.google.com/*
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js

// ==/UserScript==

$('input[value="PLAYABLE"]').eq(0).click();
$('input[value="NOT_SENSITIVE"]').eq(0).click();
$('input[value="NOT_SENSITIVE"]').eq(1).click();
Ok, this is going to sound stupid, what do I do with this ? :D
 

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
I always say that soup is a hug for your stomach.. but you know... inside.
:eek:

You look like the goddess of soup of the underworld. Spooky as heck.
 
  • Like
Reactions: Kerek and Sondi

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,621
Reaction score
123,845
Points
1,414
Age
124
Gender
Female
Last edited:
  • Like
Reactions: Kerek

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
Title: Life Experiences HIT!(~ 8 minutes) | PANDA
Worker: Preview | Accept | Requester
Requester: EpleyLab [A1V81IH1ELJIDC] (Contact)
TO 1: [Pay: 3.51] [Fast: 4.67] [Comm: 4.00] [Fair: 4.81] [Reviews: 129] [ToS: 0]
TO 2:
[Rate: $7.20/hr] [Pen: 0.03 days] [Res: -- of 0] [Rec: 100% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
Reward:
$0.75
Duration: 1 hour
Available: 1
Description: We're a group of researchers who study life experiences. You will reflect on some life experiences and make some judgments.
Requirements: Total approved HITs GreaterThanOrEqualTo 100; Exc: [1049333082-58114] DoesNotExist ; 2888cab9 DoesNotExist ; HIT approval rate (%) GreaterThanOrEqualTo 95; Location In US;
HIT exported from Mturk Suite v1.25.7
 

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
Title: Chromebook Click Test Round 6 | PANDA
Worker: Preview | Accept | Requester
Requester: Google [A82U45G76X543] (Contact)
TO 1: [Pay: 4.20] [Fast: 5.00] [Comm: 1.00] [Fair: 3.00] [Reviews: 5] [ToS: 0]
TO 2:
[Rate: $24.55/hr] [Pen: -- days] [Res: -- of 0] [Rec: 0% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
Reward:
$0.60
Duration: 1 hour
Available: 27
Description: -
Requirements: Total approved HITs GreaterThanOrEqualTo 1; HIT approval rate (%) GreaterThanOrEqualTo 90; Location EqualTo US;
HIT exported from Mturk Suite v1.25.7
 
  • Like
Reactions: Stacy B

Shawnbks9090

Active Member
Contributor
Joined
Dec 25, 2016
Messages
967
Reaction score
1,019
Points
468
Gender
Male
Code:
// ==UserScript==
// @name         john doe
// @version      1.0
// @description  autoselect
// @author       SarahAshlee90
// @include     https://www.google.com/*
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js

// ==/UserScript==

$('input[value="PLAYABLE"]').eq(0).click();
$('input[value="NOT_SENSITIVE"]').eq(0).click();
$('input[value="NOT_SENSITIVE"]').eq(1).click();
thanks sarah!
 
  • Like
Reactions: SarahAshlee90
Status
Not open for further replies.