Wanikani: Lattices

Adds lattices back to the radical, kanji, and vocab menus

< Feedback on Wanikani: Lattices

Review: Good - script works

§
Posted: 2019-06-03

chrome support

Thanks for the script! To have this work as a chrome user script you can switch to using the following function instead of $().append(

        var add = function(selector, html) {
            var t = document.createElement("div");
            t.innerHTML = html;
            document.querySelector(selector).appendChild(t.firstChild);
        }
KumireiAuthor
§
Posted: 2019-07-07

Hi, it never occurred to me that people might install the script without a script manager. However, as it is a simple change I'll update the script.

Post reply

Sign in to post a reply.