[Userscript] Show Hidden Allowed Answers

:warning: This is a third-party script/app and is not created by the WaniKani team. By using this, you understand that it can stop working at any time or be discontinued indefinitely.

Ever been curious why you got a question correct even though your typed answer did not match any of the meanings nor was it a misspelling of any of them?

Well then consider this userscript. I searched for a bit and didn’t find one like this, so I decided to make it myself.

The script simply adds a section below the “Primary” / “Alternative” meanings to show the hidden allowed meanings (i.e., “whitelisted”) when any exist. Do be warned that they are likely hidden for a reason, so this should only be used at your own discretion.


Get the script here:
WaniKani Show Hidden Allowed Answers (greasyfork.org)


Example:
image

6 Likes

Item Inspector can reveal the contents of both the allow list and block list.

User Synonyms++ shows hidden synonyms and blacklist; and in addition, warning lists in Review.

I think there are bugs with trying to add/remove warn and block lists, but I might not try to fix, as I am no longer doing WaniKani.

1 Like

This looks like a great and incredibly powerful tool. Though, from what I can tell, the information can only be viewed in the dashboard. Is that right? In which case they both have different uses.

So, this looks like it includes what I was wanting, as well as additional neat features. However, I tried it out just now and am not sure if I’m missing something simple, cause I’m not noticing anything interactable or otherwise that shows the auxiliary meanings.

Also, this

Doesn’t play well with Dark Reader (it ends up completely blacking out the bg), but I was able to fix it locally by changing the :root definition from --color-modal-mask: unset; to --color-modal-mask: rgba(0,0,0,0);
:face_with_diagonal_mouth:

It’s in Add Synonyms. It doesn’t work in Item Pages, it seems, but it should easily be fixed with the API.

This is correct

This is correct too.

1 Like