07/26 - Totoro Tuesday!

Status
Not open for further replies.

kadabot

Member
Joined
Jun 15, 2016
Messages
113
Reaction score
223
Points
43
Age
34
Hit exported to you from Yuk @Yuk

Title: A 30-minute survey about decision making | PANDA
Requester: Amy Shu [AHALCNPI6UWTR] (Contact)
Description: This survey asks you to make judgments and decisions about candidates in work settings.
Time: 2 hours
HITs Available: 1
Reward: $2.50
Qualifications: Total approved HITs is not less than 5000;HIT approval rate (%) is not less than 98;Location is US;
 
  • Like
Reactions: Yuk

JenniLeigh

Batch Betta Have My Money
Contributor
Joined
Jan 12, 2016
Messages
23,084
Reaction score
46,895
Points
1,388
Location
my napping spot
Gender
Female
Back on Mturk less than a day, already treated to a random dick pic in the middle of a HIT... but it's hidden behind something small so I start laughing my ass off. Husband comes over to see what I'm cackling at, snorts and says "put down the fig leaf, pick up a pine needle" and walks off.



Today is already amazing.
I've never experienced Mturk dick.

All my random dickings have been on reddit...
 

Kagura

New Member
Joined
Jan 24, 2016
Messages
16
Reaction score
23
Points
3
Gender
Female
Test it out but try not to spam cause I don't have the filters set up yet.

Replace kadabot in the mtc_username to your name.
Code:
// ==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
// @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('http://162.243.142.80:8080/export-hit',{data: data, user: mtc_username});
}
I just tried to test it, clicked the Export button, got a prompt for "Are you sure you want to export?" Accepted and.... nothing happened. I assume I'm doing something wrong :muted:
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
I just tried to test it, clicked the Export button, got a prompt for "Are you sure you want to export?" Accepted and.... nothing happened. I assume I'm doing something wrong :muted:
Nope, I broke something and am trying to fix it.
 

Kagura

New Member
Joined
Jan 24, 2016
Messages
16
Reaction score
23
Points
3
Gender
Female
Ah ok, well, oldschool in the meantime xD

Title: Record the command you would give to an in-car assistant | PANDA
Requester: Mihail Eric [A7X2AN556XNXE] (TO)
TO Ratings:

☭☭☭☭☭ 0.00 Communicativity
☭☭☭☭☭ 5.00 Generosity
☭☭☭☭☭ 5.00 Fairness
☭☭☭☭☭ 5.00 Promptness
Number of Reviews: 3
(Submit a new TO rating for this requester)
Description: imagine your car has a built-in assistant that you can give commands for it to execute
Time: 40 minutes
Hits Available: 1
Reward: $1.30
Qualifications: HIT approval rate (%) is greater than 95; Total approved HITs is greater than 50; Location is US

Edit: I've seen this pop up occasionally even after doing one, but you ARE limited to one as far as I can see.
 
Last edited:

Randomacts

Banned
Banned
Joined
Jul 25, 2016
Messages
1,877
Reaction score
1,515
Points
363
Age
27
Gender
Male
Ah ok, well, oldschool in the meantime xD

Title: Record the command you would give to an in-car assistant | PANDA
Requester: Mihail Eric [A7X2AN556XNXE] (TO)
TO Ratings:

☭☭☭☭☭ 0.00 Communicativity
☭☭☭☭☭ 5.00 Generosity
☭☭☭☭☭ 5.00 Fairness
☭☭☭☭☭ 5.00 Promptness
Number of Reviews: 3
(Submit a new TO rating for this requester)
Description: imagine your car has a built-in assistant that you can give commands for it to execute
Time: 40 minutes
Hits Available: 1
Reward: $1.30
Qualifications: HIT approval rate (%) is greater than 95; Total approved HITs is greater than 50; Location is US

Edit: I've seen this pop up occasionally even after doing one, but you ARE limited to one as far as I can see.
Should I tell you taht you can do as many as you want?... hmm... nah,,,... all mine........

Next time you do the hit, actually read it and you will notice that you can do as many of them as you want. :)
 

Kagura

New Member
Joined
Jan 24, 2016
Messages
16
Reaction score
23
Points
3
Gender
Female
Should I tell you taht you can do as many as you want?... hmm... nah,,,... all mine........

Next time you do the hit, actually read it and you will notice that you can do as many of them as you want. :)
When I caught a second one it changed to the "You've done the maximum number of hits for this requester" message :-/ Dangit
 

Randomacts

Banned
Banned
Joined
Jul 25, 2016
Messages
1,877
Reaction score
1,515
Points
363
Age
27
Gender
Male
When I caught a second one it changed to the "You've done the maximum number of hits for this requester" message :-/ Dangit
Really? That sucks.. I've done prob 10 or so over the weekend.. Would have done more but I have only seen a few pop up.
 

Definitely Not Riss

Probably not Breakfast Wino
Contributor
Joined
Jan 12, 2016
Messages
3,967
Reaction score
7,418
Points
938
Gender
Female
Abortions should be legal up until the age of 25. That way if you decide that the kid is never gonna get life theres no murder charge. I am gonna strangle a Mfer.

Edit: I guess I should give some context. He decided that going out drinking on a Monday when he has to work at 5 am Tuesday was a good idea. He calls me at 3:30 am and says "Ma, I am in P.I (which is 30 minutes from me ) can you drop me off at my car in Houlton (which is 45 minutes from him.). " :nonono:
 
Last edited:

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
I will fix it later. Now, its time for sleep.
 

Azazael

Well-Known Member
Joined
Jan 12, 2016
Messages
3,753
Reaction score
4,991
Points
513
Age
45
Gender
Male
And just so everyone knows....
I'm not above experiencing Mturk dick either
*rolls eyes at you*

Abortions should be legal up until the age of 25. That way if you decide that the kid is never gonna get life theres no murder charge. I am gonna strangle a Mfer.
lol what happened?
 

JenniLeigh

Batch Betta Have My Money
Contributor
Joined
Jan 12, 2016
Messages
23,084
Reaction score
46,895
Points
1,388
Location
my napping spot
Gender
Female
Abortions should be legal up until the age of 25. That way if you decide that the kid is never gonna get life theres no murder charge. I am gonna strangle a Mfer.
Can we make it 34 and one of y'all come take care of my bitch-ass?

My mom changed her mind right before her appointment...
 
Status
Not open for further replies.