Wanikani Review SRS/Level Indicator

Show current SRS level of the item you are reviewing

< Opinie na Wanikani Review SRS/Level Indicator

Pytanie/komentarz

§
Napisano: 22-11-2017

Not showing any level (unknown SRS level)

I'm in level 2. I get the unknown srs level for all items I review.

§
Napisano: 01-06-2018

I get this too, for all items. Looking at the thread over on WK, the author couldn't replicate the behavior.

I edited one line in the script (in Tampermonkey), at line 118 from

// Item level
$("span#level_indicator").attr("title","Level " + $.jStorage.get('currentItem').level);

to

$("span#level_indicator").attr("title","Level " + level);

so that it shows a number.

Odpowiedz

Zaloguj się, by odpowiedzieć.