Tracks a best-estimate hourly wage on active HITs being worked.
Mturk Wage Reporter I have created a userscript for Greasemonkey/Tampermonkey that will be used to add an item to your dashboard displaying what your day's average hourly wage is. As an added feature, you can select any requester who you have done work for during the day and see that specific requester's average hourly wage. This script uses IndexedDB and stores all HIT data in a database for every hit you accept. Below are listed some of the ways this script will record and display the data.
Since this uses IndexedDB (the same technology HitDB uses) this will not cross browsers, it can only record data for HITs completed in the same browser. This may irk some people, but it's simply not possible to do this kind of data collection across browsers with javascript/userscripts.
I may be missing some information, and I will try to come back and update as I think of items. I encourage anyone with questions to please ask me so I can answer them to the best of my ability.
A special thanks to clickhappier and DCI for suggestions and guidance. Thanks to kurros, YAHU, sunsetblow, and ikarma for helping with testing.