12/15 - Throwback Thursday!

Status
Not open for further replies.

mrsbc08

Member
Contributor
Joined
Sep 16, 2016
Messages
287
Reaction score
428
Points
388
Age
34
Gender
Female
This will auto fill them as "No" when you start.
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();
script newbie, how do i use this? :)
 

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
35
Gender
Female
script newbie, how do i use this? :)
Click on your tampermonkey icon on your extension toolbar.
Click on "Create a new Script"
You will get taken to a new page.
Delete everything in that page.
Copy/Paste all of this into there.
Click on the Save button.
It should be on and working now.
 

LowCalCalzone

Legalize Ranch
Contributor
Joined
Jan 12, 2016
Messages
5,059
Reaction score
18,790
Points
1,013
Age
31
Gender
Female

Not A Robot

VERIFIED HUMAN
Contributor
Joined
Apr 27, 2016
Messages
4,515
Reaction score
6,751
Points
838
Gender
Male
Okay... so I have done a bunch of CSATs over the last few months. What the hell is that tubular white thing with the hole in it that they sometimes have coming out of where they are about to sew up? It's like plasticine in solidity. I thought it was part of the people but I am now thinking it isn't. It disturbs me that I have no idea.
 
  • Like
Reactions: fiat_to_fey

Trillian

New Member
Joined
Dec 5, 2016
Messages
14
Reaction score
37
Points
13
Age
54
Ugh, I have no idea how it happened, but that $5 Bellemare link somehow got submitted by me without a code, before I even took the survey. I messaged the requester with the code and an abject apology after I took the survey, but am I hosed?

All I can think is that I clicked the survey link while the page was loading, but it messed up and misclicked when the page loaded? Sigh, I dunno.
 

lil queen trashmouth

Pile of ham
Contributor
Joined
Jul 6, 2016
Messages
5,115
Reaction score
17,359
Points
1,013
Age
35
Location
Iowa
Gender
Female
dont be sad. I wish I could be as awesome and brave as he was. Dude was straight badass till the end and even getting that shoutout from Lebron in the finals. He went out happy!
I literally don't know basketball without him. The first NBA game I ever saw, there he was in a crazy suit. I remember thinking "I don't like sports, but if everyone on and off the court still respects this guy in his flamingo colored jacket, maybe I'll give it a shot." He helped me fall in love with the game. You're totally right, he went out happy. What an incredible dude. Feel very blessed I got to experience his talent and style.
 
  • Like
Reactions: Pleco and TobyF

loki3404

So Corporate
Contributor
Joined
Jan 12, 2016
Messages
8,264
Reaction score
24,065
Points
1,013
Location
NYC
Gender
Male
Title: Take a short survey | PANDA
Requester: Jonathan Pirc [A39YZ5CCWDI0H7] (Contact)
(TO): [Pay: 2.53] [Fair: 2.86] [Comm: 1.94] [Fast: 3.02]
Description:
You must qualify for the survey in order to receive credits. Not everyone will qualify, so please click on the survey link before accepting the HIT)
Time: 30 minutes
HITs Available: 2
Reward: $1.00
Qualifications: HIT approval rate (%) is not less than 90; Location is US;

Haven't been Pirc'ed in awhile.
 

heeheehahaha

In and Out
Contributor
Joined
Jan 13, 2016
Messages
4,367
Reaction score
3,235
Points
738
Gender
Female
Will signing up/registering on geohive let me do their work on here?
 

gonz

♪ ♫ ♪ ♫ ♪ ♫ ♪ Befriender of Ducks
Contributor
Joined
Jan 12, 2016
Messages
149
Reaction score
211
Points
368
Age
33
Gender
Male
This will auto fill them as "No" when you start.
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();
you can also just do
Code:
$('input[value="no"]').click();
to set them all.
 

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
35
Gender
Female
you can also just do
Code:
$('input[value="no"]').click();
to set them all.
I tried that also, and for some crazy reason. It wouldn't work. Maybe I misplaced something
 

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
35
Gender
Female
No TO batch
Title: Collect email address | PANDA
Requester: Ashish Baldua [A3MYSJQ46IKMCM] (Contact)
(TO): [Pay: N/A] [Fair: N/A] [Comm: N/A] [Fast: N/A]
Description:
Collect an email address after submitting a web form
Time: 5 days
HITs Available: 47
Reward: $0.25
Qualifications: # Psychology Today HITs is not one of: 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20;
 
Status
Not open for further replies.