您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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.