Discover Fake Availabilities

Often times you open a hit to find there is no more hits available, even though MTurk reports that there is some left. This script discovers and lets you know

< Feedback on Discover Fake Availabilities

Review: Good - script works

§
Posted: 2016-04-17

Broken again and here is the repair

Hi there! I don't know what happened when MTurk changed up some of their stuff on the site but it managed to break this script again this past week. I hunted around and found someone who could take a look at it and he found a line that needed to be added to the script.

He told me this:

Add this line to the top of the script:
// @grant GM_xmlhttpRequest

It goes into the script near the top:

// ==UserScript==
// @id Hit_Availability
// @name Discover Fake Availabilities
// @version 1.0
// @namespace
// @author TachisAlopex
// @include https://www.mturk.com/mturk/*
// @run-at document-end
// @description Often times you open a hit to find there is no more hits available, even though MTurk reports that there is some left. This script discovers and lets you know
// @grant GM_xmlhttpRequest
// ==/UserScript==

Then I had to make certain that I allowed it to have access to the MTurk.com domain when it ran it asked me twice and I just kept telling it yes. Now it is working again.

I am attaching the repaired file. The script lives to run another few days :) Hopefully @Clickhappier will be able to place this into the archive.

§
Posted: 2017-04-27

is this safe?

Post reply

Sign in to post a reply.