Wanikani Self-Study Plus

Adds an option to add and review your own custom vocabulary

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
Ethan 2
1日のインストール数
0
累計インストール数
1,110
評価
0 0 0
バージョン
0.2.4
作成日
2014/10/20
更新日
2018/02/24
大きさ
89.7KB
ライセンス
不明
対象サイト

IMPORTANT: Currently testing deployment, do not install 0.2.0 until testing is complete. I think the most stable recent version is 0.1.13
To Use:
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.
'asWK' flag (default true) pushes reviews onto your regular reviews.

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.