11/17 - Things to do on Thursday!

Status
Not open for further replies.

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
36
Gender
Female
I wrote a quick script for the Wiener hits, if they come back.
This will auto select no on everything, so you just have to change the ones that are "yes".
If you get a batch were the majority are "yes", just change were says "no" to say "yes"

Code:
// ==UserScript==
// @name         Wiener
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Mark no
// @author       Squatty
// @include      https://www.mturkcontent.com/*
// @include      https://s3.amazonaws.com/*
// @grant        none
// @require      http://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==


$('input[name="event_label_0"][value="no"]').click();
$('input[name="event_label_1"][value="no"]').click();
$('input[name="event_label_2"][value="no"]').click();
$('input[name="event_label_3"][value="no"]').click();
$('input[name="event_label_4"][value="no"]').click();
$('input[name="event_label_5"][value="no"]').click();
$('input[name="event_label_6"][value="no"]').click();
$('input[name="event_label_7"][value="no"]').click();
$('input[name="event_label_8"][value="no"]').click();
$('input[name="event_label_9"][value="no"]').click();
 

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
36
Gender
Female
I just think something might have been wrong with the test questions today if that's the case, gonna be selfish and hope they don't drop another batch today.
They are really picky with their test questions.
 

MrTrentSD

Alive and Kicking
Contributor
Joined
Feb 6, 2016
Messages
1,916
Reaction score
3,535
Points
588
Location
San Diego
Gender
Male
I wish I could get 'fancy' things like broadband and natural gas, but alas I chose to live in the middle of a cornfield. I'm about 5 miles outside of a town of less than 500. Its actually really nice besides lack of modern amenities. LOL
How close is the nearest trauma center?
 

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
36
Gender
Female
Dylan had a quick pay drop
 
  • Like
Reactions: loki3404

lsutiger25

Well-Known Member
Contributor
Joined
Sep 16, 2016
Messages
4,999
Reaction score
8,116
Points
888
Gender
Female
I wrote a quick script for the Wiener hits, if they come back.
This will auto select no on everything, so you just have to change the ones that are "yes".
If you get a batch were the majority are "yes", just change were says "no" to say "yes"

Code:
// ==UserScript==
// @name         Wiener
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Mark no
// @author       Squatty
// @include      https://www.mturkcontent.com/*
// @include      https://s3.amazonaws.com/*
// @grant        none
// @require      http://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==


$('input[name="event_label_0"][value="no"]').click();
$('input[name="event_label_1"][value="no"]').click();
$('input[name="event_label_2"][value="no"]').click();
$('input[name="event_label_3"][value="no"]').click();
$('input[name="event_label_4"][value="no"]').click();
$('input[name="event_label_5"][value="no"]').click();
$('input[name="event_label_6"][value="no"]').click();
$('input[name="event_label_7"][value="no"]').click();
$('input[name="event_label_8"][value="no"]').click();
$('input[name="event_label_9"][value="no"]').click();
Ahhhhh! Amazing thank you so much!
 
  • Like
Reactions: Squatty

SkipTransit

I'm Bigger on the Inside
Contributor
Joined
Oct 11, 2016
Messages
304
Reaction score
518
Points
368
Location
Blue Box
Gender
Male
Just found the Pinterest Hit programmer's pic on facebook. Quite informative.

 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
I wrote a quick script for the Wiener hits, if they come back.
This will auto select no on everything, so you just have to change the ones that are "yes".
If you get a batch were the majority are "yes", just change were says "no" to say "yes"

Code:
// ==UserScript==
// @name         Wiener
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Mark no
// @author       Squatty
// @include      https://www.mturkcontent.com/*
// @include      https://s3.amazonaws.com/*
// @grant        none
// @require      http://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==


$('input[name="event_label_0"][value="no"]').click();
$('input[name="event_label_1"][value="no"]').click();
$('input[name="event_label_2"][value="no"]').click();
$('input[name="event_label_3"][value="no"]').click();
$('input[name="event_label_4"][value="no"]').click();
$('input[name="event_label_5"][value="no"]').click();
$('input[name="event_label_6"][value="no"]').click();
$('input[name="event_label_7"][value="no"]').click();
$('input[name="event_label_8"][value="no"]').click();
$('input[name="event_label_9"][value="no"]').click();
Some advice if your interested.

This would work just the same.
Code:
$('input[value="no"]').click();
 

ecko

Well-Known Member
Contributor
Joined
Feb 2, 2016
Messages
3,764
Reaction score
6,813
Points
838
Age
42
Gender
Male
That seems silly but I'll have to take a closer look at it next time.
i guess i should have said follow MY logic.
 

LostMaeblleshire

New Member
Joined
Nov 5, 2016
Messages
40
Reaction score
68
Points
268
Gender
Female
Ugh. Was not prepared for Pins. Nabbed nine, mostly racy, got blocked from spammy for the day, probably because most of them failed to fetch. Got distracted from the Social Innovations Lab thing, but still made $2.40. I just woke up, dangit.
 
Status
Not open for further replies.