(Obsolete) [UserScript] WaniKani Double Check

@polv,
In the Item Marker script, on line 1367, change this line:

var liCount = $('#additional-content ul').children().size();

to this:

var liCount = $('#additional-content ul').children(':visible').size();
1 Like