Skip to content

Instantly share code, notes, and snippets.

@MistahCheese
MistahCheese / koohiistroke.js
Last active March 1, 2017 18:19 — forked from shussekaido/koohiistroke.js
Adds kanji stroke order to the Study and Review sections of kanji.koohii.com, and a button to import the Heisig story from hochanh.github.io/rtk/. Also hides the new stories section by default.
// ==UserScript==
// @name Kanji.koohii Stroke Order
// @namespace koohiistroke
// @description Adds kanji stroke order to the study and review sections on kanji.koohii.com
// @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*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js