06/06 - Maroon Clownfish Monday!

Status
Not open for further replies.

sinon

Watashi ga Kita!
Contributor
Joined
Jan 12, 2016
Messages
3,014
Reaction score
7,112
Points
838
Gender
Female
Did he have a British accent? or a gunshot wound?
Lol neither, unfortunately. But I do think instead of being a cat, for some reason Jaded @Jaded was a teenager with stereotypical straight blond hair :tqueen:

EDIT: "unfortunately" sounds terrible in this context, doesn't it?

.....you don't know who his avatar is huh?
John Lennon? I'm usually not good with names. :rain:
 

vickiJ

Member
Contributor
Joined
Jan 12, 2016
Messages
1,385
Reaction score
2,752
Points
588
Gender
Female
I see Kyle (RN) posting already
Do you have a script that hides the instructions? I tried Zingy's and it hides the link for the audio. That's no help!
 

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,620
Reaction score
123,845
Points
1,414
Age
124
Gender
Female
But I do think instead of being a cat, for some reason Jaded @Jaded was a teenager with stereotypical straight blond hair :tqueen:
Not sure if good thing or bad thing, but I'll take it.
 
  • Like
Reactions: Rerun

Shannon

Member
Joined
Jan 21, 2016
Messages
486
Reaction score
857
Points
293
Age
32
Gender
Female
Do you have a script that hides the instructions? I tried Zingy's and it hides the link for the audio. That's no help!
Just a warning to stay on top of turning the script off when your not using it. It will hide instructions and you will never know you missed them on new hits. Also was not made by me. I think @turker made it?
Code:
// ==UserScript==
// @name         New Userscript
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://www.mturk.com/mturk/previewandaccept?hitId=31ANT7FQN87OQFVV6W4714VHYI5H53
// @grant        https://www.mturk.com/mturk/previewandaccept?hitId=31ANT7FQN87OQFVV6W4714VHYI5H53
// ==/UserScript==

(function() {
    'use strict';
$(".instructions").hide();
$(".guidelines").hide();
})();
 
Last edited:
  • Like
Reactions: Cmoney

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
36
Gender
Female
Title: Photograph rating task(~ 10 minutes) | PANDA
Requester: andrew reece [AC3S2UWGCLQSK] (TO)
TO Ratings:
★★★★ 4.17 Communicativity
★★★★★ 3.42 Generosity
★★★★ 4.65 Fairness
★★★★ 4.61 Promptness
Number of Reviews: 32 | TOS Flags: 3
Submit a new TO review
Description: Put on your photography critic hat! We need your help in evaluating a set of photos we’ve collected. We want to know how interesting, unique, and enjoyable you think each photo is. It only takes about 10 minutes, and you’ll be helping out a not-for-profit, academic research team to do better science.
Time: 45 minutes
HITs Available: 1
Reward: $1.50
Qualifications: Total approved HITs is not less than 100;Exc: [1771266610-13762] has not been granted;HIT approval rate (%) is not less than 95;Adult Content Qualification is 1;Location is one of: US
 

Milo

Member
Joined
May 8, 2016
Messages
146
Reaction score
330
Points
263
Age
33
Location
Tacoma, WA
Gender
Female
Greetings from Amazon Mechanical Turk,

You've received a bonus from Johannes Haushofer for work related to 3XABXM4AJ15ZS2SDTHV7AEHQJW2Q8L.
The value of your bonus is: $0.01 USD

The Requester included this note:
Thank you very much for completing our HIT a couple of weeks ago! The bonus you recieve here is the amount that another mTurker decided to give you who had to split $1.

Thanks for being a Worker on Mechanical Turk!

Well, that was nice of the other mTurker to be so generous...
I had the same thing happen, geez, can't even give me a nickel?
 
  • Like
Reactions: ristiekay

mordea

Master of a Couple Things
Contributor
Joined
Jan 22, 2016
Messages
821
Reaction score
2,592
Points
568
Location
Ohio
Gender
Male
I just had $5 worth of stuff expire cos I forgot I'd caught them.

/me kicks Monday.
I just finished a survey I had forgotten about with less than a minute left :/
 
  • Like
Reactions: essjay

vickiJ

Member
Contributor
Joined
Jan 12, 2016
Messages
1,385
Reaction score
2,752
Points
588
Gender
Female
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.mturk.com/mturk/previewandaccept?hitId=31ANT7FQN87OQFVV6W4714VHYI5H53
// @grant https://www.mturk.com/mturk/previewandaccept?hitId=31ANT7FQN87OQFVV6W4714VHYI5H53
// ==/UserScript==

(function() {
'use strict';
$(".instructions").hide();
$(".guidelines").hide();
})();
Just a warning to stay on top of turning the script off when your not using it. It will hide instructions and you will never know you missed them on new hits. Also was not made by me. I think @turker made it?
Code:
// ==UserScript==
// @name         New Userscript
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://www.mturk.com/mturk/previewandaccept?hitId=31ANT7FQN87OQFVV6W4714VHYI5H53
// @grant        https://www.mturk.com/mturk/previewandaccept?hitId=31ANT7FQN87OQFVV6W4714VHYI5H53
// ==/UserScript==

(function() {
    'use strict';
$(".instructions").hide();
$(".guidelines").hide();
})();

Thank you very much!
 
  • Like
Reactions: Shannon
Status
Not open for further replies.