Greasy Fork is available in English.

Wanikani: Lattices

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

< Valutazione su Wanikani: Lattices

Recensione: Bene - lo script funziona

§
Pubblicato: 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);
        }
KumireiAutore
§
Pubblicato: 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.

Pubblica risposta

Accedi per pubblicare una risposta.