Wanikani Self-Study Plus

Adds an option to add and review your own custom vocabulary

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
Ethan 2
일일 설치 수
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.