This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Kanji Meanings from jisho.org | |
// @namespace koohiijisho | |
// @description Adds kanji definitions from jisho.org to the study sections on kanji.koohii.com | |
// @include http://kanji.koohii.com/study/kanji/* | |
// @include https://kanji.koohii.com/study/kanji/* | |
// @include http://staging.koohii.com/study/kanji/* | |
// @include https://staging.koohii.com/study/kanji/* | |
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js | |
// @grant GM_xmlhttpRequest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Kanji.koohii Stroke Order | |
// @namespace koohiistroke | |
// @description Adds kanji stroke order to the study and review sections on kanji.koohii.com - forked and modified from https://gist.github.com/shussekaido/3541ab70e37983f0360d | |
// @include http://kanji.koohii.com/study/kanji/* | |
// @include https://kanji.koohii.com/study/kanji/* | |
// @include http://kanji.koohii.com/review* | |
// @include https://kanji.koohii.com/review* | |
// @include http://staging.koohii.com/study/kanji/* | |
// @include https://staging.koohii.com/study/kanji/* |