Skip to content

Instantly share code, notes, and snippets.

@xMunch
xMunch / cloudSettings
Last active July 1, 2021 00:29
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-07-01T00:29:21.202Z","extensionVersion":"v3.4.3"}
@xMunch
xMunch / WKU.user.js
Last active August 29, 2015 14:23
WKU-STABLE.user.js
// ==UserScript==
// @name Wanikani Reorder Ultimate
// @namespace https://www.wanikani.com
// @description Learn in the order you want to.
// @version 1.16
// @include *://www.wanikani.com/lesson/session*
// @include *://www.wanikani.com/review/session*
// @grant none
// ==/UserScript==
/*
@xMunch
xMunch / WKU.user.js
Last active June 22, 2020 01:20
EXPERIMENTAL/BETA
// ==UserScript==
// @name Wanikani Reorder Ultimate 2
// @namespace https://www.wanikani.com
// @description Learn in the order you want to.
// @version 2.1.0
// @include *://www.wanikani.com/lesson/session*
// @include *://www.wanikani.com/review/session*
// @grant none
// ==/UserScript==
(function ($) {$.each(['hide', 'addClass'], function (i, ev) { var el = $.fn[ev]; $.fn[ev] = function () { this.trigger(ev); return el.apply(this, arguments); }; }); })(jQuery);/*