We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
さ 394 | |
ケータ 31 | |
君 245 | |
で 2131 | |
は 3731 | |
妖怪 837 | |
探し 14 | |
と 1845 | |
参る 11 | |
ます 1888 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Wanikani hanzi-writer addition | |
// @namespace https://declanfodor.com | |
// @description Replaces kanji in wanikani with hanzi writer. | |
// @match https://www.wanikani.com/* | |
// @grant GM_getResourceText | |
// @version 0.0.0 | |
// @author Declan Fodor | |
// @resource kanjiJSON https://raw.githubusercontent.com/chanind/hanzi-writer-data-jp/master/data/all.json | |
// @require https://cdn.jsdelivr.net/npm/hanzi-writer/dist/hanzi-writer.js |