[Userscript] WaniKani Similar Kanji

I get the same message and have removed the script. (See tomboy’s response a few response above above. He might have disabled it.)

I also contacted Tofugu and heard back that no one is monitoring this thread - if you have similar kanji that is not represented in the WK similar kanji list, drop a note to them directly.

I prefer the placement of the Visually Similar Kanji section in tomboy’s script to WaniKani’s placement since it makes it quite hard to actually compare a Kanji to its similar Kanji. This simple script moves the Visually Similar Kanji section up to where tomboy’s script originally placed it. HTH.

// ==UserScript==
// @name         Visually Similar Kanji
// @namespace    http://tampermonkey.net/
// @version      0.1
// @author       You
// @match        https://www.wanikani.com/kanji/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    $('section')[1].before($('section')[8]);
})();
3 Likes

Does this script still work ? If not is there a solution ?

Script does not work anymore, because now WK provides its own similar kanji section. You can use the code in above post to move the similar kanji section to the top. The downside is that you won’t see similar kanji on lesson or review pages as it only works on Kanji information page

1 Like

That exactly what I want. I really want to see similar kanji when I’m doing reviews. Is there a way for me to do that ?

I don’t think there is any other userscript which does this currently. Maybe create a new request here: What do you want now? (Request extensions here)

Yep, me too.

The similar Kanji section from WaniKani is not perfect yet as there’s still a lot of Kanji missing.

The script that solve me this problem was this one:

1 Like

Similar kanji
Something unexpected happened while trying to load similar kanji. ごめんなさい。

API url: http://wk-similarkanji.rhcloud.com/kanji

If this bothers you, please drop a line here!

For months now :frowning:
I prefer this script over Wanikani’s so much.

Have you looked at this one: [Userscript] Niai 似合い Visually Similar Kanji

Hey, @zosiu, Is this website gone?
http://wk-similarkanji.rhcloud.com/kanji

I still use your script after Kristen and the WK team added some similar kanji (to the bottom) of the item pages, because a) it’s more exhaustive and b) it was at the top.

If the website is down, could I give you my email for you to email me the list? I’d be happy to pop it on a dropbox or something and have the script call it from my own resources.

Many thanks!

I just mixed up 題 願, which WK does not have. I think this has been a leech pair for me for quite some time now.

You may have discovered this by now, but at least for the next person:

1 Like