[UserScript] WaniKani Quick Info

Found a bug with this script. Please refer to this thread:

Basically line 133 of kobayashi’s version needs to be updated to

emphReading = cur.emph === "onyomi" ? cur.on : (cur.emph === "kunyomi" ? cur.kun : cur.nanori);
1 Like