Skip to content

Instantly share code, notes, and snippets.

View jeshuamorrissey's full-sized avatar

Jeshua Morrissey jeshuamorrissey

  • Sydney, Australia
View GitHub Profile
@jeshuamorrissey
jeshuamorrissey / wanikani-pos.user.js
Created May 13, 2014 06:25
WaniKani Part-Of-Speech
This file has been truncated, but you can view the full file.
// ==UserScript==
// @name WaniKani Part-of-Speech
// @namespace
// @version 1.3
// @description Displays additional part of speech information on the vocab item page.
// @match *://www.wanikani.com/*vocabulary/*
// @match *://www.wanikani.com/review/session*
// @match *://www.wanikani.com/lesson/session*
// @copyright 2014 jeshuam
// ==/UserScript==
@jeshuamorrissey
jeshuamorrissey / wanikani-sentences.user.js
Last active November 9, 2017 18:03
WaniKani Sentences
// ==UserScript==
// @name WaniKani Example Sentences
// @version 2.1
// @description Displays additional examples sentences for the given vocabulary.
// @match *://www.wanikani.com/*vocabulary/*
// @match *://www.wanikani.com/review/session*
// @match *://www.wanikani.com/lesson/session*
// @copyright 2014 jeshuam
// @require //ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
// @grant GM_getValue
@jeshuamorrissey
jeshuamorrissey / wanikani-sentences-ff.user.js
Last active August 29, 2015 14:02
WaniKani Sentences (Firefox)
// ==UserScript==
// @name WaniKani Example Sentences
// @version 2.1
// @description Displays additional examples sentences for the given vocabulary.
// @match *://www.wanikani.com/*vocabulary/*
// @match *://www.wanikani.com/review/session*
// @match *://www.wanikani.com/lesson/session*
// @copyright 2014 jeshuam
// @require //ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
// @grant GM_getValue