The script itself isn’t really nice or optimized, but the job is done.
It seems that they are using react, which load the dom whenever he want so I just added an onload function that will wait for the whole page to be loaded and then execute this script, which mean you will see the 12H format until the page is fully loaded.
I don’t really know react too but it should be possible to use the custom “time” tag and attributes they use.(Hopefully they will add the option to switch to 24H format in Wanikani)
Thank you so much! As a non-english native my first review at 12am really bugged me because it’s so complicated to differentiate midnight and noon in the 12h format >__< And I really don’t want to deal with this on a daily basis by using wanikani, so thank you very much for this Userscript!
Hey, I just updated the script, it should work now !
Problem is that the review forecast is added to the page asynchronously.
→ I added a check each 300 miliseconds, for a duration of max 6 seconds.
So if it load under 6 seconds, you bueno, otherwise tell me and I will increase it.
(Or as pointed, as I am not very active in WK right now, you can try another script :D)