Greasy Fork is available in English.

Wanikani Review Completion Estimate

Adds an estimated completion time for Wanikani Reviews, based on average time between each correct answer.

Автор
Steven Kraft
Инсталации дневно
0
Инсталации общо
51
Рейтинг
0 0 0
Версия
0.2
Създаден
19.07.2019
Обновен
20.07.2019
Лиценз
GPL version 3 or later: http://www.gnu.org/copyleft/gpl.html
Работи на

Summary

Simple UserScript for Wanikani that estimates the review completion time based on how quickly you answer items correctly.

How it Works

The script works by keeping a running time of your review session and dividing that by your completed item count to get an average. It then multiplies that average time by the number of remaining review items and adds that to the current time to give you a reasonable estimate of when you will be done.

Things to Keep in Mind

  • Estimated time updates after every response
  • Timer is paused when Wanikani tab is out of focus
  • Leaving Wanikani idle will only end up increasing the timer by a maximum of 60 seconds after response (reduces inaccuracies caused by being idle)
  • Initial estimate is based on average from previous review session, but otherwise is only based on current session
  • Clicking on the display will toggle between estimated completion time and estimate time remaining

Links

Update Log:

v0.2

  • Added alertnate display option when click on text
  • Fixed minor issue related to idle Timer