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]);
})();
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
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.