Progress module for Wanikani Open Framework
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/451078/1091794/Wanikani%20Open%20Framework%20-%20Jquery%20module.js
This module is a loader for Jquery for when a script (or the Open Framework) needs is, but it is not present on the web page.
It is used by the Progress and Settings modules, both of which rely on Jquery UI.
Usage:
wkof.include('Jquery');
wkof.ready('Jquery').then(do_something);