Heh… nope, that’s wrong.
edit: and now it’s fixed.
Heh… nope, that’s wrong.
edit: and now it’s fixed.
Seems to be broken due to Tampermonkey being unable to load Wanakana.
I was able to fix it by changing the require to https://unpkg.com/wanakana@4.0.2/umd/wanakana.min.js. Maybe redirect is not being followed when loading via Tampermonkey, but nothing I can/want to do about that…
I’m not sure what causes this, though you’re the second person to encounter this problem.
I know it’s not TamperMonkey, unless there’s a non-default setting somewhere that I haven’t discovered.
But whatever the case, I’ve updated the link. [ v3.0.23 ]
@rfindley I’m not sure what changed, but the quiz no longer highlights the input green or red after answering. There were no errors in the console.
It’s still working fine for me. Which screen are you on? I figure there’s either some page-specific CSS or another userscript that’s interfering.
On the dashboard.
This is after submitting. Hitting enter a second time correctly moves on to the next question. I’ll try disabling other scripts and seeing if anything is interfering.
Well that was fast. @Kumirei Looks like the heat map script is messing up some of the styling for self study.
I’m guessing it’s an !important
, because all of my CSS starts with #ss_quiz
.
Rather than using !important
, I try to override rules by adding one more minimal point to the existing CSS score… like changing “#some_id
” to “div#some_id
”.
Looks like the dark theme stuff isn’t scoped properly.
Removing this CSS fixes the problem:
'#wkof_ds select,'+
'#wkof_ds input,'+
'#wkof_ds button {'+
' background: #fff !important;'+
' box-shadow: none !important;'+
' border: 1px solid #ccc !important;'+
' color: #222222 !important;'+
'}'+
Sorry, my bad. This should be fixed now. I had to use !important
because Valeth’s dark theme uses it. The dark theme also messes with the self-study script, btw
Thank you for this script!
Because my listening skills are terrible, I am mainly using it in audio mode. I often need to listen to the audio more than once, as the pronounciations are sometimes quite different to what I’d expect - but that means constantly using the mouse to click on the audio icon and then click in the text-entry box.
Is there any key I can press to repeat the audio playback?
Ctrl-A, if I remember correctly.
You are indeed correct.
Thank you again for all your work on these scripts
EDIT: Sorry for the wrong reply
Thank you for the script! It is great for killing leeches.
Is there a hotkey to show the correct answer after I get an item correct? Also how do I look at the correct answers after a “run” in the summary screen? I tried clicking everything. I feel like when it shows me the answers I typed (that are wrong) can be a bit dangerous, since I start to associate. It really puts me a bit off doing self-study… Actually, I don’t even know why it shows the answers I typed, since I mostly want to know the correct answers.
On the summary screen, you can see the correct answer by hovering the mouse cursor over your wrong answer.
The summary shows your wrong answer for two reasons:
Hi guys,
Since the WaniKani image change, I cannot seem to find the location of the Self-Study Quiz? Any ideas on what’s happened.
Thanks much.
The WK site update broke Open Framework, but it’s updated now.
[v1.0.38]
Thank you, you beautiful person.