JR Mturk Panda Crazy Queue Helper

A script add on for Panda Crazy for displaying queue and sorting queue after submitting hits.

As of 2017-04-07. See the latest version.

Author
JohnnyRS
Ratings
0 0 0
Version
0.3.1
Created
2016-09-15
Updated
2017-04-07
License
N/A
Applies to

An Add On script for Mturk Panda Crazy Script which will redirect to the next hit in your queue in order of time left.

Alpha Version and will only run if you have the panda script running at the same time in the same browser.

  • Version 0.3.1 = Correctly finds the next hit and current position of hit.

It does the same thing as mmmturkeybacon Queue Order Fix but grabs the queue data from Panda Crazy script instead of sending another request to mturk. This should lower the PRE's for fast hits. Pre's may still be a problem depending on how fast you are working or how many other scripts you have running which are sending requests to mturk.

Other features are:

  • Provides the queue amount and timer in the tab title.
  • Keeps Panda Crazy Queue Watch more accurate because it informs it when a hit is submitted or returned.

Older Version Notes:

  • Version 0.3.0 = New option to go to next hit with same title as current hit is now in the queue menu. Going to https://www.mturk.com/mturk/myhits?JRPC=nexthit will go to the next hit in your queue that isn't opened in another tab. Having multi tabs opened should communicate a bit faster between each other so the next hit is ready. There is a delay of around 1 second when using JRPC=nexthit because it allows tabs to communicate what hit they are doing and lowers the chance of PRE's.
  • Version 0.2.7 = Works with hits that have no iframe and goes to the submit page. It will go to the next hit in queue after a second.
  • Version 0.2.6 = This new update is needed for the future updates for Panda Crazy. There was a bug on how it checks the version numbers to work with and it wouldn't work with a minor update to Panda Crazy. It will now change the url after the last hit submitted in a queue so it won't give a silly error message due to added junk from amazon. Last hit will now be taken off the queue watcher list in Panda Crazy after it is submitted.
  • Version 0.2.5 = Now loads the queue data from PC at script start instead of waiting until page is fully loaded. This should make it fast enough to keep up with fast submitted hits in multiple tab settings. If it's still slow I have two more ideas I can try to get it to grab the correct next hit. Will grab the requester name only even if a script has changed it to a link.
  • Version 0.2.4 = Now knows when you are working in multiple tabs and will go to the next unique hit. You can still choose the position you want too for each tab if needed.
  • Version 0.2.3 = If next position is greater than the queue length then it will grab the last hit. Will also now work on preview page if it has been accepted.
  • Version 0.2.2 = Added a button on the right side of a hit page. It has a big Q on it. Click it and it will show the options window. Now you can make the next hit be the first or last hit in queue. You can also pick the exact position of the hit in queue to go to next. This will be saved for each tab. Once you close the tab then the next time it will go back to first hit in queue. The tab title only shows the hit position and queue size instead of blinking back and forth between queue position and timer. Might have some options later to allow users to change what is displayed in the tab title.
  • Version 0.2.1 = Fixed a bug that stopped script from running.
  • Version 0.2 = Fixed a bug when working from batch and the script would redirect to first hit in queue. Now it recognizes someone working from batch and won't redirect.
  • Version 0.1 =