- Joined
- Jan 10, 2016
- Messages
- 19,184
- Reaction score
- 45,979
- Points
- 1,313
Yes, I talked to her on the phone last week.Yep. That's her. She is so nice! You talked to her too, right?
Yes, I talked to her on the phone last week.Yep. That's her. She is so nice! You talked to her too, right?
You sure he can? I'm quite psychotic.Yes, can you handle that for me?
He's dealt with me for years. I think he's got it.You sure he can? I'm quite psychotic.
got rid of the space, successHit exported to you from @kadabot
Title: Complete A Usability Test For a Dating Website | PANDA
Requester: BILL CARR [A1JQVNHAD8UXZ5] (Contact)
Description: Complete A Usability Test For a Dating Website
Time: 5 minutes
HITs Available: 1
Reward: $20.00
Qualifications: Location is US;
Title: How Many Dots?(~ 35 minutes) | PANDA Requester: Lindsey [AWOYRP62FFVEE] (TO) TO Ratings: 5.00 Communicativity 3.43 Generosity 5.00 Fairness 5.00 Promptness Number of Reviews: 16 (Submit a new TO rating for this requester) Description: survey Time: 1 hour 30 minutes Hits Available: 1 Reward: $3.00 Qualifications: Exc: [8931003-16767] has not been granted; Total approved HITs is not less than 100; HIT approval rate (%) is not less than 90; Location is one of: US |
Isn't Bill CARR a scam requester?Hit exported to you from @kadabot
Title: Complete A Usability Test For a Dating Website | PANDA
Requester: BILL CARR [A1JQVNHAD8UXZ5] (Contact)
Description: Complete A Usability Test For a Dating Website
Time: 5 minutes
HITs Available: 1
Reward: $20.00
Qualifications: Location is US;
Title: Answer questions about the US federal budget(~ 5 minutes) | PANDA Requester: Nikhil Garg [A13WYGMP60TT40] (Contact) Description: Answer questions about the US federal budget using a new survey mechanism Time: 25 minutes HITs Available: 1 Reward: $0.60 Qualifications: Exc: [-1534779634-17554] has not been granted;Total approved HITs is not less than 500;HIT approval rate (%) is not less than 93;Location is one of: US; |
I caught this. the pay is $7.00 not $20.00. checking it out...Hit exported to you from @kadabot
Title: Complete A Usability Test For a Dating Website | PANDA
Requester: BILL CARR [A1JQVNHAD8UXZ5] (Contact)
Description: Complete A Usability Test For a Dating Website
Time: 5 minutes
HITs Available: 1
Reward: $20.00
Qualifications: Location is US;
I don't think that it is an actual legit hit.got rid of the space, success
A third of the size of last night.I capped way too early tonight. How big was the batch?
Looks like it's one of those scam accounts.I caught this. the pay is $7.00 not $20.00. checking it out...
That was the least of my issues, I had to add SSL to kadabot to get it to work and let me tell you, that was no easy task.got rid of the space, success
Mine is $20 with a 5min timer .....I caught this. the pay is $7.00 not $20.00. checking it out...
"recently" being almost the entirety of recorded time?How does Dustin not realize how good that batch was compared to the shit he's been posting recently?
This hit is for approved workers only. don't accept this hit unless you have a task code. Message <email address> for a task code, If you accept this hit without task code it will be rejected.Hit exported to you from @kadabot
Title: Complete A Usability Test For a Dating Website | PANDA
Requester: BILL CARR [A1JQVNHAD8UXZ5] (Contact)
Description: Complete A Usability Test For a Dating Website
Time: 5 minutes
HITs Available: 1
Reward: $20.00
Qualifications: Location is US;
"recently" being almost the entirety of recorded time?
he's flexin' his scripting musclesI don't think that it is an actual legit hit.
But it triggered me.... ;_; =Phe's flexin' his scripting muscles
pay no mind to what the content is, but be inspired by the motivation
// ==UserScript==
// @name Kadabot Export
// @namespace http://kadauchi.com/
// @version 1.0.0
// @description Does stuff.
// @author Kadauchi
// @icon http://kadauchi.com/avatar4.jpg
// @include /^https://www\.mturk\.com/mturk/(searchbar|findhits|viewhits|viewsearchbar|sortsearchbar|sorthits)/
// @grant GM_log
// @grant GM_xmlhttpRequest
// @require https://code.jquery.com/jquery-3.1.0.min.js
// ==/UserScript==
var mtc_username = 'kadabot';
var $hits = $('table[cellpadding="0"][cellspacing="5"][border="0"][border="0"]').children('tbody').children('tr');
for (var i = 0; i < $hits.length; i++) {
$hits.eq(i).find('a.capsulelink').after('<button class="export" value="' + i + '" style="margin-left: 3px;">Export</button>');
}
$('button.export').click(function () {
var reque = $hits.eq($(this).val()).find('span.requesterIdentity').text().trim();
var title = $hits.eq($(this).val()).find('a.capsulelink').text().trim();
var confi = confirm('Are you sure you want to export this HIT?\n\nRequester: ' + reque + '\n\nTitle: ' + title);
if (confi === true) {
_send($hits.eq($(this).val()).html());
}
});
function _send (data) {
$.post('https://kadabot.com/export-hit',{data: data, user: mtc_username});
}
"recently" being almost the entirety of recorded time?