Library script that other userscripts can use to inject additional item information into WaniKani.
< 脚本 WaniKani Item Info Injector 的反馈
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();`
Thanks for letting me know. This should now be fixed in version 3.13.
登录以发布留言。
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();`