I’ve got to the point where I want to incorporate more reading into my kanji practice, but the furigana on the NHK News Web Easy made it too tempting for my lazy brain to cheat. That said, I decided to write a simple user script that:
Automatically hides the furigana on page load
Can be toggled back on/off pressing the ~ (tilde) key or a combination of the Shift + F keys
I realise this script is far from original, but it was a fun exercise and might be useful to some of you.
Ahh thank you! As “unoriginal” as this might be, every other script and extension I’ve found has stopped working with the new update NHK released, so this is fantastic! <3
How is this different from pushing the “漢字の読み方を消す” button apart from hiding the furigana from the start?
Unfortunately I have a nonUS keyboard, so I don’t have a tilde button. Tilde is alt+1 for me, but it doesn’t work either.
I’ll look into adding a different / additional buttons to toggle the furigana tomorrow. Any suggestions on a key that’s rarely used that would work well for you?
At the moment it hides all furigana, but I’ve actually been thinking of tapping into the wanikani API so it only hides what you already know. It will be trickier to implement though, so I can’t give you a timeframe for that unfortunately.