Greasy Fork镜像 is available in English.

UTILS_FUNCTION Library

library to modify functions and arrow functions

Fra og med 01.03.2025. Se den nyeste version.

Dette script bør ikke installeres direkte. Det er et bibliotek, som andre scripts kan inkludere med metadirektivet // @require https://update.greasyforks.org/scripts/528459/1545384/UTILS_FUNCTION%20Library.js

Skaber
-[dannysaurus]-
Version
1.0
Oprettet
01.03.2025
Opdateret
01.03.2025
Size
1,76 kB
Licens
MIT

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

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

长期地址
遇到问题?请前往 GitHub 提 Issues。