Turkmaster (Mturk)

A page-monitoring web app for Mturk (Mechanical Turk) designed to make turking more efficient. Easily monitor mturk search pages and requesters and Auto-Accept the HITs you missed.

< Feedback on Turkmaster (Mturk)

Question/comment

§
Posted: 2016-03-17

Code fix for amazon change.

Amazon recently changed the message that gets returned when there is no HIT available. The best way to catch the messages is to be more broad and just change line 2356 to

if ($(msgbox).length > 0 && ($(msgbox).text()).contains("There are no ")) {

jaz
§
Posted: 2016-03-17

I'm not able to change it. Talk to me like a 6 year old. Do I click the actual 2356 and then paste?????????????

§
Posted: 2016-03-17
I'm not able to change it. Talk to me like a 6 year old. Do I click the actual 2356 and then paste?????????????

If you are using chrome, you need to right click the Tampermonkey icon, click options. In the new tab that appeared, click the Installed userscripts header, scroll and find Turkmaster and click that. Then scroll down to line 2356 and replace that line with the new line provided above and then hit save. You will have to reload your dashboard for it to take effect.

jaz
§
Posted: 2016-03-17

Kadauchi--- Thanks so much!!!! It is working properly now.

DonovanMAuthor
§
Posted: 2016-03-18

Thanks for the heads up. Updated the script with the change.

Post reply

Sign in to post a reply.