Wanikani: Lattices

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

< Opinie na Wanikani: Lattices

Ocena: Dobry - skrypt działa

§
Napisano: 03-06-2019

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);
        }
KumireiAutor
§
Napisano: 07-07-2019

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.

Odpowiedz

Zaloguj się, by odpowiedzieć.