I had to disable my Review Queue Limiter script [1] and the Nippongrammar Extension script [2], but it seems to work now. However, after noticing the problem with the Nippongrammar Extension script, I’m wondering if your script would have trouble with image-based radical items like viking?
-
The problem is that this script adds an input box before the review answer input box. Maybe it would be better to increase the specificity of your selector? You could use the
user-response
id. ↩︎ -
Here, the problem was that this script replaces the displayed item with a stroke order animation, so your
itemElem.innerText
results in an empty string in this case. Maybe it would have been simpler to identify the items inWKAnswerHistory
not by the type/slug combination but by their id number? ↩︎