KameSame Open Framework - Jquery module

Jquery module for KameSame Open Framework

이 스크립트는 직접 설치해서 쓰는 게 아닙니다. 다른 스크립트가 메타 명령 // @require https://updategreasyfork.deno.dev/scripts/451523/1126913/KameSame%20Open%20Framework%20-%20Jquery%20module.js(으)로 포함하여 쓰는 라이브러리입니다.

// ==UserScript==
// @name        KameSame Open Framework - Jquery module
// @version     0.4
// @author      Robin Findley, Timberpile
// @description Jquery module for KameSame Open Framework
// @homepage    https://github.com/timberpile/kamesame-open-framework#readme
// @supportURL  https://github.com/timberpile/kamesame-open-framework/issues
// @match       http*://*.kamesame.com/*
// @copyright   2022+, Robin Findley, Timberpile
// @namespace   [email protected]
// @run-at      document-start
// @grant       none
// @license     MIT
// ==/UserScript==

(()=>{"use strict";(async e=>{const t=window.ksof;await t.ready("document");try{$.fn.jquery}catch(e){await t.loadScript(t.supportFiles["jquery.js"],!0)}t.Jquery={version:$.fn.jquery},setTimeout((()=>{t.setState("ksof.Jquery","ready")}),0)})()})();