List of API and Third-Party Apps

Thanks for the kind words, guys! Half way done with 4 of 8 pages complete. I’ll probably have it done by/during the weekend.

6 of 8 done now. I’ll finish tomorrow for sure! 

Why is this not stickied

It should be stickied

Does anyone still have copy of WaniKani KunOn?

this is great! thanks!

This is a great list :slight_smile:

I’m trying to create an index of these for people to use in projects… If anyone is interested in helping out, and adding some of these it would be awesome!

/t/WK-Add-on-Project-Lets-all-get-involved/6075/1
https://github.com/eddie/wkindex


Anyone have a copy of the “show level” (srs level during review) script?  I reinstalled windows and I cant find that one  except for some dead links to userscripts.

https://greasyfork.org/scripts/705-wanikani-show-level

For other scripts check here:
https://greasyfork.org/scripts/by-site/wanikani.com

I’ve added a script on greasyfork.org:
https://greasyfork.org/scripts/5544-wanikani-study-config

Adds a few features to make it easier to study on the WaniKani website:
- Hides meaning and pronunciation (on most screens) until you hover over an item, so you can quiz yourself without accidentally seeing the answers.
- Vocabulary is sorted by kanji, so items starting with the same kanji are grouped together.
- Moves locked vocabulary to the end of the vocab list.

Options:
- GreaseMonkey/TamperMonkey menu option to enable/disable hiding the meaning and pronunciation.

I love you…

rfindley said... I've added a script on greasyfork.org:
https://greasyfork.org/scripts/5544-wanikani-study-config
Thanks for the script. Did you develop it on chrome?
I'm running firefox and the hiding is broken.
The jquery calls like $('.character-item') were silently failing.
console.log(typeof $) was printing undefined.
Your script uses @grant options, so it is running in the GM sandbox and can't access the page's jquery instance by default.
I added an @require for jquery and now the hiding works. Perhaps other ways to fix too.

I think I like the sorting. Thanks!

EDIT:
changing it to unsafeWindow.$('.character-item') works too.
kobayashi said...
Thanks for the script. Did you develop it on chrome?
I added an @require for jquery and now the hiding works. Perhaps other ways to fix too.
Yep, developed on Chrome.  I don't really know anything about GM, sandbox, @grant, etc., and I haven't used Firefox in years.
I've added the @require in v1.0.2.   Thanks for the tip!

I think I like the sorting. Thanks!
Yeah, sorting by kanji was my biggest motivation.  I'm always getting similar vocab confused at first, so side-by-side comparison helps a LOT.  I'm also pondering a good way to compare similar kanji, like 場, 湯, 陽.
https://greasyfork.org/scripts/5544-wanikani-study-config

Adds a few features to make it easier to study on the WaniKani website:
- Hides meaning and pronunciation (on most screens) until you hover over an item, so you can quiz yourself without accidentally seeing the answers.
- Vocabulary is sorted by kanji, so items starting with the same kanji are grouped together.
- Moves locked vocabulary to the end of the vocab list.

Options:
- GreaseMonkey/TamperMonkey menu option to enable/disable hiding the meaning and pronunciation.

kobayashi said...
The jquery calls like $('.character-item') were silently failing.
I've replaced the jquery stuff with pure javascript now (v1.0.3), so hopefully no Firefox issues.

Does anyone know of a script that reorders vocab in lessons by level? I have some lessons from level 10 left over, but since I get random vocab I probably won’t get to see those lessons for some time, probably not until I try to finish ALL remaining 131 vocab lessons. I looked through the above list, but I don’t think any of those do what I asked for…

Walnut said... Why is this not stickied

It should be stickied
 Yes. Its was on the second page of the API and third party apps board, but after this it will be up top for a while. But it would be better I think if it was easier to access as I was looking for the WaniKani Audio Trainer for around 15 minutes. 

bump! this thread should really be stickied.

i have this android app called atarshii and all u do is search wanikani in the android market

this hasn’t been updated for a while. would someone like to make a new one more up to date? there’s been a lot of great new scripts and extensions added in the last 8 months, and it’s a pity that they’re difficult to find.

EDIT: actually i’ll make the new thread. give me like an hour or two to put it together because i need to find all the threads and verify that the ones included here are still working.

The link to Wanikani + Rainmeter’s wrong. Here’s what it should be replaced with: /t/WaniKani-Rainmeter-Windows/1108/1

Good Job everyone