08/26 - Money Monday!

Status
Not open for further replies.

Tandem In Time

Tandem in Space
Crowd Pleaser
Joined
May 1, 2016
Messages
2,043
Reaction score
6,148
Points
1,964
Gender
Male
I edited slightly to work with the A9s that are up now, it just sets everything to no and you just have to manually tick anything that needs a yes.

Code:
// ==UserScript==
// @name        A9 Keywords ALL NOs  (08/20/19)
// @version      1.0
// @author       Jose Canseco
// @include     /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        none
// @require     https://www.mturkcontent.com/dynamic/hit?assignmentId=3R6P78PK7LIGJLH17R22DUHA3NXTGQ/*

// ==/UserScript==


const radios_and_checkboxes = document.querySelectorAll('[type="checkbox"],[type="radio"]');

function preclick (elements_to_click, ...numbers) {
    const radios_and_checkboxes_to_preclick = [];
    Array.prototype.slice.call(arguments).forEach(el => radios_and_checkboxes_to_preclick.push(el));
    radios_and_checkboxes_to_preclick.forEach(element => radios_and_checkboxes[element].click());
    console.log(`There are a total of ${radios_and_checkboxes.length} checkboxes/radio's on this page.  The requested preclicks are numbers ${radios_and_checkboxes_to_preclick}`);
}
preclick(0,2,4,6,8,10,12,14,16,18,20);
Jose Canseco is a Turker? Dang! How the mighty have fallen!
 

humbleturker

Well-Known Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jul 8, 2016
Messages
10,554
Reaction score
23,278
Points
1,738
Age
33
Gender
Male
Title: Short Survey(~ 2 minutes) | PANDA
Requester: CB Research Lab [AW8LX7H3UHWRM] [TurkerView]
Description: Answer a short survey. Takes about 1 minute! only 6 questions
Duration: ~10min
Reward: $0.20
Qualifications:
  • Total approved HITs GreaterThanOrEqualTo 100
  • HIT approval rate (%) GreaterThanOrEqualTo 95
  • Location In US
HIT Time: 0 min, 37 sec
Catchability: Okay
 

nmelssx

Well-Known Member
Joined
Feb 8, 2018
Messages
1,192
Reaction score
1,463
Points
413
Age
30
Gender
Male
I know that Mturk logs you out in 12 hours if you don't check the checkbox that says "keep me signed in". Does anyone know how long it keeps you signed in if you check it?
 

JenniLeigh

Batch Betta Have My Money
Contributor
Joined
Jan 12, 2016
Messages
23,084
Reaction score
46,895
Points
1,388
Location
my napping spot
Gender
Female
I know that Mturk logs you out in 12 hours if you don't check the checkbox that says "keep me signed in". Does anyone know how long it keeps you signed in if you check it?
The same.
 

cyberwasp

Pikachu is my spirit animal
Crowd Pleaser
Joined
Nov 8, 2018
Messages
2,141
Reaction score
7,798
Points
963
Age
40
Gender
Male
I know that Mturk logs you out in 12 hours if you don't check the checkbox that says "keep me signed in". Does anyone know how long it keeps you signed in if you check it?
If you don't check it, it logs you out more often, if you check it then it waits for 12 hours.
 

JenniLeigh

Batch Betta Have My Money
Contributor
Joined
Jan 12, 2016
Messages
23,084
Reaction score
46,895
Points
1,388
Location
my napping spot
Gender
Female
"We hope to have about 20,000 people complete the study, so your answers are important to us "
$30,000
Wow.gif
 

cyberwasp

Pikachu is my spirit animal
Crowd Pleaser
Joined
Nov 8, 2018
Messages
2,141
Reaction score
7,798
Points
963
Age
40
Gender
Male
I don't check it b/c I kept trying it both ways and it was always 12 hours.

It's still 12 if I don't check it.
Back when i was new i didn't check it and it was logging me out every 3 hours or so, so i have always just checked it since then.
 
  • Like
Reactions: JenniLeigh

nmelssx

Well-Known Member
Joined
Feb 8, 2018
Messages
1,192
Reaction score
1,463
Points
413
Age
30
Gender
Male
Back when i was new i didn't check it and it was logging me out every 3 hours or so, so i have always just checked it since then.
They should make it 24 hours if you check it. Even better, they should make it so that we can pick how long we want, so we don't have to logging every day. What a chore. We should get paid 10 cents just to login everyday.
 
Status
Not open for further replies.