Skip to content

Instantly share code, notes, and snippets.

@TomsJensen
TomsJensen / wkstreamlined.user.js
Last active November 2, 2019 20:52
Applies some magic dust to WaniKani to make everything slightly more efficient.
// ==UserScript==
// @name WaniKani Streamlined
// @description Applies some magic dust to WaniKani to make everything slightly more efficient.
// @namespace wksteramlined
// @include https://www.wanikani.com/review/session*
// @run-at document-end
// @version 0.1.1
// @author Toms Jensen
// @license MIT; http://opensource.org/licenses/MIT
// ==/UserScript==
@TomsJensen
TomsJensen / wkcontext.user.js
Last active November 2, 2019 20:50
A WaniKani userscript that shows WaniKani's example sentences as context for kanji.
// ==UserScript==
// @name WaniKani Context
// @description Shows WaniKani's example sentences as context for kanji.
// @namespace wkcontext
// @include https://www.wanikani.com/review/session*
// @run-at document-end
// @version 0.1.9
// @author Toms Jensen
// @license MIT; http://opensource.org/licenses/MIT
// ==/UserScript==