Wanikani KunOn 1.0.1 ("Kun'yomi" or "On'yomi" instead of "Reading") [No longer supported]

hoovard said... I have a copy of it. Here is a link to a zip of a folder containing the script and the jquery that goes with it

https://mega.co.nz/#!MhkmASZa!9bbW_5-rwq9I_UtGrLC-VsO4NGLl6749y18nSazpEzg

However, since yesterday the script has stopped working, the reviews hang on the loading screen.

 Thanks! I managed to fix this problem. I think it was a conflict between 2 jQuerry versions, one from wanikani one from the script.
So a fix is to add this:

// @grant       none
// @require     https://gist.githubusercontent.com/arantius/3123124/raw/grant-none-shim.js
To ==UserScript== section and add this:
this.$ = this.jQuery = jQuery.noConflict(true);
after ==UserScript== section.

This also fixes Wanikani Show Level script which I had problems with same as yours.
I don't know how good a fix this is but it at least works!

  Thanks! I managed to fix this problem. I think it was a conflict between 2 jQuerry versions, one from wanikani one from the script.
So a fix is to add this:

 Brilliant

Many thanks for the fix

http://userscripts-mirror.org/scripts/show/184461.html because the website is down

ardmax said...
hoovard said... I have a copy of it. Here is a link to a zip of a folder containing the script and the jquery that goes with it

https://mega.co.nz/#!MhkmASZa!9bbW_5-rwq9I_UtGrLC-VsO4NGLl6749y18nSazpEzg

However, since yesterday the script has stopped working, the reviews hang on the loading screen.

 Thanks! I managed to fix this problem. I think it was a conflict between 2 jQuerry versions, one from wanikani one from the script.
So a fix is to add this:

// @grant       none
// @require     https://gist.githubusercontent.com/arantius/3123124/raw/grant-none-shim.js
To ==UserScript== section and add this:
this.$ = this.jQuery = jQuery.noConflict(true);
after ==UserScript== section.

This also fixes Wanikani Show Level script which I had problems with same as yours.
I don't know how good a fix this is but it at least works!

  1. if(curItem.emph == "onyomi")
  2. readingType = "On'yomi";
  3. else
  4. readingType = "Kun'yomi";

I don't see the emph member in curItem.   Without it, this userscript can't work.  Does anyone know if "emph" has been removed from curItem?


When taking into account add-ons that are actually beneficial to learning Japanese, this is probably one of the more important ones. It’s a shame it doesn’t really work anymore. That or I’m just dumb and can’t get what hoovard did working.

caffeine said... I don't see the emph member in curItem.   Without it, this userscript can't work.  Does anyone know if "emph" has been removed from curItem?


 It is still there. emph is only in the curitem object when curitem is a kanji. It is undefined if you are reviewing a vocabulary or radical.

AveryGoodgame said... When taking into account add-ons that are actually beneficial to learning Japanese, this is probably one of the more important ones. It's a shame it doesn't really work anymore. That or I'm just dumb and can't get what hoovard did working.
 I just posted a new version of this if you want to try it.

/t/New-version-of-KunOn-script-WK-Custom-Review-Question-KunOn/7597/1