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
{"lastUpload":"2021-07-01T00:29:21.202Z","extensionVersion":"v3.4.3"} |
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 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== | |
/* |
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 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);/* |