Greasy Fork is available in English.

Wanikani Open Framework - Jquery module

Progress module for Wanikani Open Framework

このスクリプトは単体で利用できません。右のようなメタデータを含むスクリプトから、ライブラリとして読み込まれます: // @require https://update.greasyfork.org/scripts/451078/1091794/Wanikani%20Open%20Framework%20-%20Jquery%20module.js

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
Robin Findley
バージョン
1.0.0
作成日
2022/09/10
更新日
2022/09/10
ライセンス
MIT

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);