[Userscript] Self-Study Quiz

Not sure if it’s a general problem or just for me, but is there maybe an option to cut synonyms after a certain number? Because this makes it hard to read.
Also some buttons (e.g. settings) are missing in the display even though they are still clickable.

Also reported above at the beginning of July:

With response:

So it will be addressed (hopefully around the end of this month or beginning of September, as that’s about the estimate rfindley has given for when he can work on scripts).

1 Like

Thanks. I scrolled back a few posts but apparently not far enough. ^^

I’m having an issue with my Self-Study Quiz. Buttons in the interface are not showing up properly, and the kanji are visually bugged. Any idea how to fix this?

You’ll have to wait until rfindley has time to fix scripts. These issues aren’t a simple fix and will involve replacement of the font-awesome icons with SVG icons (or some other method of getting the webfont icons from FA or UIcons or somewhere else) + rewriting of the CSS for the dialog (possibly even the html too).

Yo when they fixin this script

1 Like

I managed to fix the buttons by borrowing some icons from tabler and writing a user stylesheet.

Link: WaniKani Self-Study Fix – UserStyles.world

Make sure you have a userstyle extension like Stylus installed:

5 Likes

Thank you soooo much!! :heart: :heart: :heart:

@juniormint thank you :pray: self study tool is finally usable again

Thanks so much @juniormint !!

I can actually see the buttons on the top of the Self Study Quiz now! Unfortunately, I’ve been experiencing this issue:

This 28 symbol shows up for certain vocabulary meanings and reading questions. I don’t know what the exact issue is because the 28 doesn’t show up consistently for ALL meaning and reading questions. Sometimes the japanese script is able to show up for some, but not others.

Any help would be appreciated!

You’re a lifesaver. I accidentally deleted my WaniKani cookies and lost access to Lightning mode until I found this.

I’ve uploaded the user stylesheet to userstyles.world to make things easier for everyone.

Link: WaniKani Self-Study Fix – UserStyles.world

Also, to install Stylus:

1 Like

@vac7 I can’t say I’ve run into that issue. Whatever it is, I’m not sure it can be fixed with CSS alone.

For some kanji, it wants the on’yomi reading despite WaniKani teaching the kun’yomi.
e.g. 鼻 - instead of はな it only accepts び. Or 側 - instead of がわ it wants そく.
Does anyone experience the same issue?

@KUROKAT_art AFAIK, this had to do with a short-lived bug in the WK API. The readings returned from the API were incorrect for maybe an hour/day or something. If you were studying during that time, there’s a chance the WKOF downloaded them and cached them locally, so you’re stuck with the wrong readings unless you clear your cache.

I fixed it by clearing the cache manually. Steps:

  1. Open the chrome inspector on a WK tab (Ctrl+Shift+I).
  2. Click Console.
  3. Paste the following: wkof.Apiv2.clear_cache(true).then(console.log).catch(console.log);
  4. Press enter. Wait until you see some output.
  5. Refresh the page.

That’s for Chrome, but the instructions for Firefox and other browsers would be similar.

2 Likes

That solved it, thank you for your prompt help! :heart:

1 Like

I’ve published an update to UserStyles.world. The new version uses the default WK font for Japanese text. I think this might fix @vac7’s issue.

3 Likes

not sure if i am mentally challeged but i cant seem to get the script to show up

from what i can see, i seem to have installed everything but i cant find the self study section

Click on your icon on the top right to get the following:

As you can see, there is no link to ‘Self-Study Quiz.’ Now click on your browser refresh button and then your icon and you should see Scripts Open:

Now click on ‘Open’ and you should get the SSQ. Good luck!
image

Thank you <3