Library script that other userscripts can use to inject additional item information into WaniKani.
< 脚本 WaniKani Item Info Injector 的反馈
Thanks for letting me know. This should now be fixed in version 3.13.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Seems like the there've been some UI changes to WaniKani. At the very least pulling the characters off the page needs to change:
`_currentState.characters = _getRootElement().querySelector(`span.subject-character__characters-text`).textContent.trim();`