Cruxy
Well-Known Member
- Joined
- Feb 2, 2016
- Messages
- 1,384
- Reaction score
- 3,185
- Points
- 513
- Age
- 39
- Gender
- Male
Netflix and Chill*I think today is a good day for netflix and coloring.
Netflix and Chill*I think today is a good day for netflix and coloring.
Where's yer turtle contest v 2?I think today is a good day for netflix and coloring.
I love thatthis may not apply exactly, but I always hated that quote, because doing the same thing and accepting different results is what I call practicing. training. maybe you need practice at accepting hits? EDIT: sorry this wasn't the right emoji.
It's on my list of things to do at some point.Where's yer turtle contest v 2?
Title: Usability Test for Extended Game | PANDA Requester: Heather [A2A53C2WMV8L9R] (Contact) (TO): [Pay: 4.40] [Fair: 4.49] [Comm: 4.13] [Fast: 4.28] Description: The intent of this study is to collect and analyze data to evaluate an extended game assessment prototype. Time: 3 hours HITs Available: 1 Reward: $15.00 Qualifications: Location is US; Extended Games has not been granted; |
Title: Watch shapes and answer questions | PANDA Requester: Land Lab [A2OP8KM8UQXH6V] (Contact) (TO): [Pay: N/A] [Fair: N/A] [Comm: N/A] [Fast: N/A] Description: This study will ask you to watch shapes as they appear on the screen while pressing buttons. You will get $1 for successful completion! Time: 60 minutes HITs Available: 1 Reward: $1.00 Qualifications: Total approved HITs is greater than 100; HIT approval rate (%) is greater than 90; Location is US; |
What does the ahk one do?yes. but that's all i know so far. but im looking...lol i have an ahk one i think but thought someone had a beter one.
yesIs there a script for todays A9s?
// ==UserScript==
// @name _a9_color
// @namespace http://kadauchi.com/
// @version 1.0.0
// @description blank
// @author Kadauchi
// @icon http://kadauchi.com/avatar4.jpg
// @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant GM_log
// @require https://code.jquery.com/jquery-3.1.0.min.js
// @hitname Color Survey (WARNING: This HIT may contain adult content. Worker discretion is advised.)
// @hitsave https://s3.amazonaws.com/mturk_bulk/hits/219397223/Nm8GpinJRUKs_Zbb6YU2Xw.html?hitId=3U18MJKL1U8IHA9SD448XM1T74MCNJ
// ==/UserScript==
var autosubmit = false;
var i = 0;
$('td[width="200px"]').hide();
$(document).keydown(function (e) {
switch (e.which) {
case 49: case 97: // 1 & Numpad 1
_next(0);
break;
case 50: case 98: // 2 & Numpad 2
_next(1);
break;
case 13: case 32:// Enter & Space
$(':submit').click();
}
});
function _next (j) {
$(':radio').eq(j + i).click();
i += 2;
if (autosubmit && i > 2) {
$(':submit').click();
}
}
I couldn't figure out which was my a9 color one, it might have been before I realized I should keep them around instead of change them when another a9 type comes up. so yay for this one which i couldn't find either:What does the ahk one do?
Thank you!!yes
Code:// ==UserScript== // @name _a9_color // @namespace http://kadauchi.com/ // @version 1.0.0 // @description blank // @author Kadauchi // @icon http://kadauchi.com/avatar4.jpg // @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/ // @grant GM_log // @require https://code.jquery.com/jquery-3.1.0.min.js // @hitname Color Survey (WARNING: This HIT may contain adult content. Worker discretion is advised.) // @hitsave https://s3.amazonaws.com/mturk_bulk/hits/219397223/Nm8GpinJRUKs_Zbb6YU2Xw.html?hitId=3U18MJKL1U8IHA9SD448XM1T74MCNJ // ==/UserScript== var autosubmit = false; var i = 0; $('td[width="200px"]').hide(); $(document).keydown(function (e) { switch (e.which) { case 49: case 97: // 1 & Numpad 1 _next(0); break; case 50: case 98: // 2 & Numpad 2 _next(1); break; case 13: case 32:// Enter & Space $(':submit').click(); } }); function _next (j) { $(':radio').eq(j + i).click(); i += 2; if (autosubmit && i > 2) { $(':submit').click(); } }
Title: Which punchline to this short joke is the most funny? | PANDA Requester: Kenneth J. Lopez [A2MIA3A6WYKQH2] (Contact) (TO): [Pay: 5.00] [Fair: 5.00] [Comm: 0.00] [Fast: 4.00] Description: One-question survey, less than one minute Time: 60 seconds HITs Available: 1 Reward: $0.15 Qualifications: Location is US; |
Sadly this is the non-masters HotD.20 seconds
Title: Which punchline to this short joke is the most funny? | PANDA
Requester: Kenneth J. Lopez [A2MIA3A6WYKQH2] (Contact)
(TO): [Pay: 5.00] [Fair: 5.00] [Comm: 0.00] [Fast: 4.00]
Description: One-question survey, less than one minute
Time: 60 seconds
HITs Available: 1
Reward: $0.15
Qualifications: Location is US;
Can I come to your houseI think today is a good day for netflix and coloring.
... two?Hello everybody!
I've never done so many $1+ surveys before, it's hard for us non US people
Today's Projected Earnings: $10.12
Log in or register now. to view Spoiler content!
thank you!!yes
Code:// ==UserScript== // @name _a9_color // @namespace http://kadauchi.com/ // @version 1.0.0 // @description blank // @author Kadauchi // @icon http://kadauchi.com/avatar4.jpg // @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/ // @grant GM_log // @require https://code.jquery.com/jquery-3.1.0.min.js // @hitname Color Survey (WARNING: This HIT may contain adult content. Worker discretion is advised.) // @hitsave https://s3.amazonaws.com/mturk_bulk/hits/219397223/Nm8GpinJRUKs_Zbb6YU2Xw.html?hitId=3U18MJKL1U8IHA9SD448XM1T74MCNJ // ==/UserScript== var autosubmit = false; var i = 0; $('td[width="200px"]').hide(); $(document).keydown(function (e) { switch (e.which) { case 49: case 97: // 1 & Numpad 1 _next(0); break; case 50: case 98: // 2 & Numpad 2 _next(1); break; case 13: case 32:// Enter & Space $(':submit').click(); } }); function _next (j) { $(':radio').eq(j + i).click(); i += 2; if (autosubmit && i > 2) { $(':submit').click(); } }
Title: Answer several short questions and a short demographic section. | PANDA Requester: Yale Cognition & Development Lab [A1B2ILT2409W4R] (Contact) (TO): [Pay: 3.18] [Fair: 4.46] [Comm: 3.26] [Fast: 4.48] Description: Answer quick survey questions about liquids. If you took a related survey recently, you may not be able to take this version - there is a filter at the beginning! Time: 60 minutes HITs Available: 1 Reward: $1.00 Qualifications: HIT approval rate (%) is not less than 95; Location is US; |
??? i only see theseI count five.
Of course! Front door is open, I'm in the last room on the right.Can I come to your house