Greasy Fork is available in English.

UTILS_FUNCTION Library

Eine nützliche Bibliothek für verschiedene Funktionen

Dit script moet niet direct worden geïnstalleerd - het is een bibliotheek voor andere scripts om op te nemen met de meta-richtlijn // @require https://update.greatest.deepsurf.us/scripts/528459/1545384/UTILS_FUNCTION%20Library.js

Maker
-[dannysaurus]-
Versie
1.0
Gemaakt op
01-03-2025
Bijgewerkt op
01-03-2025
Grootte
1,76 KB
Licentie
MIT

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

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