KameSame Open Framework - Jquery module

Jquery module for KameSame Open Framework

Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta // @require https://update.greasyfork.org/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   timberpile@proton.me
// @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)})()})();