What are your guys thoughts on a userscript to hide the furigana for vocabulary words you already learned on NHK Easy?
I just started working with JavaScript at work and thought, lets see what the heck I can do. I’ve been messing around all day with the WaniKani API and JavaScript trying to see if I could make it happen for myself. So far I have a script that can hide furigana on NHK easy given a list of words to hide.
Maybe a stretch goal for myself would be the ability to click on a word to toggle its furigana like Bunpro does.
For anyone that has written a script before, is there a good practice for handling the WaniKani api token? As a developer, I definitely feel storing it in the script as plain text doesn’t feel safe.