09/29 - It's Always Sunny on Thursday

Have you voted for Crowd Pleaser?


  • Total voters
    68
  • Poll closed .
Status
Not open for further replies.

KellieS23

Anyone else feel like a Rainbow?
Contributor
Joined
Apr 6, 2016
Messages
6,287
Reaction score
10,331
Points
1,063
Location
Kansas
Gender
Female
Well, I was thinking something a little more respectful... :unsure: But something that still shows our disappointment with their decisions to lower pay over time.
oh, sorry...I lost my thought filter about an hour ago...contemptuous? maybe? I dunno
 

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
35
Gender
Female
Like the bark script, just numbers to select radio buttons then something to submit. It would probably be the world's shortest easiest script, I am just really, really lazy.
Code:
// ==UserScript==
// @name         CR- Therapist
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       Squatty
// @match        https://www.mturkcontent.com/dynamic/hit*
// @require      http://code.jquery.com/jquery-latest.js
// @grant        GM_log*
// ==/UserScript==

$(document).ready(function() {
    $('[name="would_ask"]').focus();
    $(this).keydown(function(e) {
        e.preventDefault();
        if(e.keyCode == 49) {
            $('[name="would_ask"]').val(['1']);// press 1 for yes
            $('input[name="Q2FreeTextInput"]');}
    });
});
$(document).ready(function() {
    $(this).keydown(function(e) {
        e.preventDefault();
        if(e.keyCode == 50) {
            $('[name="would_ask"]').val(['0']); }// press 2 for no
    }); 
});
$(document).ready(function() {
    $(this).keydown(function(e) {
        e.preventDefault();
        if(e.keyCode == 51) {
            $('[name="could_help"]').val(['1']); } // press 3 for yes
    }); 
});
$(document).ready(function() {
    $(this).keydown(function(e) {
        e.preventDefault();
        if(e.keyCode == 52) {
            $('[name="could_help"]').val(['0']); }// press 4 for no
    });     
});
1 for yes on the first 2 for no, etc.

I can't include an auto submit because that is against the forum rules

Let me try to add "Enter" to submit. That will make it easier
 
Last edited:

Pleco

Friendly Neighborhood Rat
Contributor
Crowd Pleaser
Joined
Jan 23, 2016
Messages
19,190
Reaction score
76,218
Points
1,588
Age
37
Gender
Male
So I'm in the eventual market for a good pair of head phones, what would ya'll suggest?
It depends hugely on how much you're willing to spend. But the Audio-Technica's M50x are as good a starting point as any.
 

KellieS23

Anyone else feel like a Rainbow?
Contributor
Joined
Apr 6, 2016
Messages
6,287
Reaction score
10,331
Points
1,063
Location
Kansas
Gender
Female
So I'm in the eventual market for a good pair of head phones, what would ya'll suggest?
My kid breaks mine all the time, I buy Skullcandy, they work pretty well, they're comfortable and cheap (cause I've bought 3 since may :( )
 
  • Like
Reactions: togar

ecko

Well-Known Member
Contributor
Joined
Feb 2, 2016
Messages
3,764
Reaction score
6,813
Points
838
Age
42
Gender
Male
So I'm in the eventual market for a good pair of head phones, what would ya'll suggest?
Any of the Westone models are great. I have the Westone 3's and they are amazing.
 

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
Anyone doing the content research hits ever put two different answers for the top and bottom? i have maybe once or twice, and feel like maybe im missign something.
 

Matilda Jones

Grey Ghost
Contributor
Joined
Jan 24, 2016
Messages
4,608
Reaction score
6,757
Points
788
Gender
Female
Anyone doing the content research hits ever put two different answers for the top and bottom? i have maybe once or twice, and feel like maybe im missign something.
I have, but it's rare. Like, if it's a serious topic (yes would ask), but I don't think a therapist is the right person to ask (no for helpful).
 

electrolyte

The Ghost of MTurk Past
Contributor
Joined
Jan 10, 2016
Messages
19,184
Reaction score
45,978
Points
1,313
I have, but it's rare. Like, if it's a serious topic (yes would ask), but I don't think a therapist is the right person to ask (no for helpful).
Yeah, I just had one that was a straight up medical question for a doctor. So I put yes, they need a professional/it's not trivial, but no, a therapist wouldn't be able to give helpful advice on it.
 
  • Like
Reactions: Matilda Jones

maeleahmae

New Member
Joined
Sep 15, 2016
Messages
92
Reaction score
173
Points
33
Age
37
Gender
Female
My kid breaks mine all the time, I buy Skullcandy, they work pretty well, they're comfortable and cheap (cause I've bought 3 since may :( )
I used to work in a warehouse and only bought Skullcandy headphones because they replaced them free. This was many years ago, but check out the warranty!
 
  • Like
Reactions: KellieS23

ecko

Well-Known Member
Contributor
Joined
Feb 2, 2016
Messages
3,764
Reaction score
6,813
Points
838
Age
42
Gender
Male
We need a phrase for a formerly well paying requester that starts paying lower and lower over time and becomes a terribly paying requester.
one hit wonder
 
  • Like
Reactions: togar
Status
Not open for further replies.