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.

Autore
Steven Kraft
Installazioni giornaliere
0
Installazioni totali
52
Valutazione
0 0 0
Versione
0.2
Creato il
19/07/2019
Aggiornato il
20/07/2019
Licenza
GPL version 3 or later: http://www.gnu.org/copyleft/gpl.html
Applica a

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