Wanikani Self-Study Plus

Adds an option to add and review your own custom vocabulary

当前为 2014-12-03 提交的版本,查看 最新版本

作者
Ethan 2
评分
0 0 0
版本
0.1.3
创建于
2014-10-20
更新于
2014-12-03
大小
78.0 KB
许可证
暂无
适用于

To Use:
repair //@require url (I still need to find the resource on a whitelisted site)
change the // User Variables as required,
APIkey is your WaniKani API key
If you don't want your items to unlock as you progress through WaniKani, set locksOn to false,
If you want to unlock all kanji not returned by WK, set lockDB to false after you have installed the script and it has made one API call
(otherwise it will unlock all kanji not present in an empty list, i.e. all kanji)
If you do not want to include English to Japanese problems, set reverse to false.

Import window has a new button 'WK', this imports vocab from the first 10 levels (about 900 vocab, assuming you have access)
it is causing some performance issues at the moment so be patient

Seems to work on every page:

Import CSV button allows reading from a csv file.
Works nicely, although
-It will ignore the first row under the assumption that it is the header
-Assumes format "Vocabulary, Reading, Meaning"
-Multiple meanings and/or readings are separated by tabs

tested in Tampermonkey, Greasemonkey problems in 0.0.8 have now been resolved (Thanks kobayashi).

To Do
Allow forgiveness of right answers that are different from one required.
Ensure compatibility with the Shudouken's original script.
Provide options for kanji level at which to unlock item
Allow locks to be manually overridden and reset.
Save file as csv/tsv
Allow for multiple libraries
Integrate wanakana directly so Greasyfork stops complaining about the @require line.