08/22 - Mental Awareness / Motivation Monday

Status
Not open for further replies.

Yuk

Member
Joined
Jul 10, 2016
Messages
685
Reaction score
1,572
Points
393
Age
124
Zazzle script

Code:
// ==UserScript==
// @name         Zazzle
// @version      1.0
// @description  Marks checkboxes and stuff
// @author       yuk
// @include      https://www.mturkcontent.com/*
// @grant        GM_log
// @require      http://code.jquery.com/jquery-2.1.4.min.js
// ==/UserScript==

$(window).keydown(function(e){
        if (e.keyCode == 49 || e.keyCode == 97){ //1 or Numpad 1   
             $("input[value='text']").click();
        }
        if (e.keyCode == 50 || e.keyCode == 98 ){ //2 or Numpad 2   
             $("input[value='photo']").click();
        }
        if (e.keyCode == 51 || e.keyCode == 99){ //3 or Numpad 3
             $("input[value='draw']").click();

        }
        if (e.keyCode == 52 || e.keyCode == 100){ //4 or Numpad 4
             $("input[id='abstract']").click();

        }
        if (e.keyCode == 13){ //Enter or Numpad Enter
             $("span[id='next']").click();

        }
    });
1 or numpad 1 checks "Text"
2 or numpad 2 checks "Photograph"
3 or numpad 3 checks "Illustration, Painting, or Clipart"
4 or numpad 4 checks "Abstract Design"
Enter or numpad enter moves to the next picture

be sure to turn off the script when you arent doing zazzle, there's no check to make sure it only runs on zazzle hits
 

blackpupjean

Well-Known Member
Joined
Aug 21, 2016
Messages
2,807
Reaction score
4,748
Points
513
Location
wisconsin
Gender
Female
if someone has a code for labeling tweets, can you please please share with me, so I can do some.
 
  • Like
Reactions: mypaperheart

GoldenTemple

Serial Liker
Contributor
Joined
Jan 16, 2016
Messages
3,679
Reaction score
10,458
Points
838
Location
The universe.
Gender
Male
A lifetime of cheating finally caught up with that ridiculously good looking bastard. He wont get to play football, and he will have to watch his team on the couch in his 100 million dollar mcmansion with his supermodel wife next to him. Yeah, karma finally got him good.
 

thedorchannel

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
15,182
Reaction score
35,688
Points
1,288
Age
38
Gender
Male
if someone has a code for labeling tweets, can you please please share with me, so I can do some.
I dont think anyone has the code, since they are all sitting there and the number isnt going down.
 
  • Like
Reactions: <Gucci>

carbonmonoxyd

Active Member
Joined
May 20, 2016
Messages
807
Reaction score
955
Points
343
Anyone know what this qual is, i don't remember?

Greetings from Amazon Mechanical Turk,

You have been granted the following Qualification:
- partisan_antipathy_facebook_posts, with a score of "1"
 

catnapped

Relatively Unknown Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 13, 2016
Messages
20,908
Reaction score
43,057
Points
2,738
Age
51
Location
Pennsylvania
Gender
Male
Title: Answer a question for each video frame. | PANDA
Requester: Mountain [A7K97E4US0OWE] (TO)
TO Ratings:

☢☢☢☢☢ 3.00 Communicativity
☢☢☢☢☢ 4.33 Generosity
☢☢☢☢☢ 5.00 Fairness
☢☢☢☢☢ 4.95 Promptness
Number of Reviews: 33
(Submit a new TO rating for this requester)

Description: Answer a survey about [SURVEY TYPE HERE], should take about [TIME ESTIMATE] minutes.
Time: 30 minutes
Hits Available: 7
Reward: $0.35
Qualifications: Total approved HITs is not less than 1; HIT approval rate (%) is not less than 90; Location is US
 

phusia

I am a meat popcicle.
Joined
Jul 11, 2016
Messages
342
Reaction score
448
Points
63
Age
38
Location
Durham, NC
Gender
Female
Anyone know what this qual is, i don't remember?

Greetings from Amazon Mechanical Turk,

You have been granted the following Qualification:
- partisan_antipathy_facebook_posts, with a score of "1"
Looks like it's something to do with Pew Research, but not sure what exactly.

Edit: Whoops, already answered.
 

thedorchannel

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
15,182
Reaction score
35,688
Points
1,288
Age
38
Gender
Male
Anyone know what this qual is, i don't remember?

Greetings from Amazon Mechanical Turk,

You have been granted the following Qualification:
- partisan_antipathy_facebook_posts, with a score of "1"
pew hits that everyone made 10000 dollars off of but me because I get nervous and read the whole thing twice to try and get the gist of the passage
 
  • Like
Reactions: Kizka

sassyass

¯\_(ツ)_/¯
Contributor
Joined
Jan 10, 2016
Messages
183
Reaction score
546
Points
518
it says on the hit, you can ask another for the code. This is a stupid hit, if you want to make sure we are not bots, then give us a captcha code to type in.
I'm pretty sure they are testing communication between turkers, that's the purpose of it.
 
  • Like
Reactions: Jaded and Squatty
Status
Not open for further replies.