07/26 - Totoro Tuesday!

Status
Not open for further replies.

MajesticMoose

New Member
Joined
Jul 16, 2016
Messages
41
Reaction score
98
Points
18
Age
38
Gender
Male
can you help me ? bros ,because I have not job and I need some jobs. Thank you
You would make more scrubbing dishes. This is better suited as secondary income, and for international workers (for the most part) you're only paid in Amazon.com credit, meaning that you can only buy what is on Amazon.com, and are likely subject to international shipping fees which I can only imagine are outrageous for Vietnam.

TL;DR - Scrub dishes, toilets, whatever if you're looking for a job.
 

Cmoney

.....
Contributor
HIT Poster
Joined
Jan 23, 2016
Messages
8,330
Reaction score
13,380
Points
1,313
Age
41
Gender
Male
Qualifications: Error
 

mamasheebs

New Member
Joined
Apr 5, 2016
Messages
85
Reaction score
116
Points
233
Age
40
Gender
Female
Thank you. And I'm glad they're not gonna keep you guys in SeaWorld anymore.
My son took this pic at Seaworld last summer. Can't say I agree with everything they do, I love this pic though. I'm glad you aren't in a cage :)
 
  • Like
Reactions: Pleco and aveline

Kagura

New Member
Joined
Jan 24, 2016
Messages
16
Reaction score
23
Points
3
Gender
Female
It's been months since I've been on Mturk... back now because of health problems. -_- Random question for you folks: why do the A9s now say to not complete them in Chrome? I vastly prefer using Chrome for Mturk >_>
 

RaffRiffofTurk

The Lord of Darkness Until 8 AM
Contributor
Joined
Jan 12, 2016
Messages
2,024
Reaction score
3,127
Points
638
Age
37
Location
Panhandle of Florida
Gender
Male
It's been months since I've been on Mturk... back now because of health problems. -_- Random question for you folks: why do the A9s now say to not complete them in Chrome? I vastly prefer using Chrome for Mturk >_>
Because Jeff Bezos hates things that bring us joy. That said literally any other browser is acceptable. Chromium is a good pick, I use Firefox for when I delve into A9's and it's no problem. I agree with you though, metal named browsers for the win.
 
  • Like
Reactions: Kagura

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
LOL Nice work as always man
You can expect the export script to be released tomorrow. This is incomplete and obviously won't work. Plan on adding vars so it will credit the exporter, so it can be correctly counted toward the hit poster award.
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
// @hitsave      url
// ==/UserScript==

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 () {
    _send($hits.eq($(this).val()).html());
});

function _send (data) {
    $.post("http://localhost:8080/export-hit",{data: data});
}
 

khanh

New Member
Joined
Jul 26, 2016
Messages
3
Reaction score
2
Points
3
Age
28
Gender
Male
Can you introduce for me website like mturk or jobs web. ? Thank all bros
 
  • Like
Reactions: carbonmonoxyd

RaffRiffofTurk

The Lord of Darkness Until 8 AM
Contributor
Joined
Jan 12, 2016
Messages
2,024
Reaction score
3,127
Points
638
Age
37
Location
Panhandle of Florida
Gender
Male
You can expect the export script to be released tomorrow. This is incomplete and obviously won't work. Plan on adding vars so it will credit the exporter, so it can be correctly counted toward the hit poster award.
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
// @hitsave      url
// ==/UserScript==

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 () {
    _send($hits.eq($(this).val()).html());
});

function _send (data) {
    $.post("http://localhost:8080/export-hit",{data: data});
}
Oh Q, how could I sleep with exotic women and crash fast cars without your gadgets?
 
  • Like
Reactions: TurkingMaster

THFYM

Neither Agree Nor Disagree
Contributor
Joined
Jun 13, 2016
Messages
220
Reaction score
492
Points
888
Gender
Male

Kagura

New Member
Joined
Jan 24, 2016
Messages
16
Reaction score
23
Points
3
Gender
Female
Because Jeff Bezos hates things that bring us joy. That said literally any other browser is acceptable. Chromium is a good pick, I use Firefox for when I delve into A9's and it's no problem. I agree with you though, metal named browsers for the win.
I feel like I should have known better and knew that answer in advance xD Lol. Thank you!
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Oh Q, how could I sleep with exotic women and crash fast cars without your gadgets?
You couldn't, so you're welcome.

----------------

Also, I can technically make it post from your personal account, but that would require you sending your account info in plain text over to my server, and thats a bad idea, so don't bother suggesting that (cause I know someone will)
 
  • Like
Reactions: RaffRiffofTurk

MajesticMoose

New Member
Joined
Jul 16, 2016
Messages
41
Reaction score
98
Points
18
Age
38
Gender
Male
Can you introduce for me website like mturk or jobs web. ? Thank all bros
I'm not clear on what the rules are regarding that, but here's some basic instruction.

Step 1: Open Google
Step 2: Type in 'Beermoney' and 'Reddit' in the same sentence
Step 3: ???
Step 4: Profit?
 
Last edited:
  • Like
Reactions: khanh

RaffRiffofTurk

The Lord of Darkness Until 8 AM
Contributor
Joined
Jan 12, 2016
Messages
2,024
Reaction score
3,127
Points
638
Age
37
Location
Panhandle of Florida
Gender
Male
You couldn't, so you're welcome.

----------------

Also, I can technically make it post from your personal account, but that would require you sending your account info in plain text over to my server, and thats a bad idea, so don't bother suggesting that (cause I know someone will)
So humble too. Good thing we started our own forum with blackjack and hookers.
 
Status
Not open for further replies.