Greasy Fork is available in English.

UTILS_FUNCTION Library

Eine nützliche Bibliothek für verschiedene Funktionen

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/528459/1545384/UTILS_FUNCTION%20Library.js

Autor
-[dannysaurus]-
Verzija
1.0
Napravljeno
01/03/2025
Ažurirano
01/03/2025
Size
1,76 КБ
Licenca
MIT

const UTILS = (() => {
const { throttle, } = unsafeWindow.dannysaurus_epik.libraries.UTILS_FUNCTION;
return {
throttle,
}
})();

const fnc = async () => {
//
};
const fncThrottled = UTILS.throttle(fnc, 300);