Greasy Fork is available in English.
Eine nützliche Bibliothek für verschiedene Funktionen
此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.org/scripts/528459/1545384/UTILS_FUNCTION%20Library.js
const UTILS = (() => {
const { throttle, } = unsafeWindow.dannysaurus_epik.libraries.UTILS_FUNCTION;
return {
throttle,
}
})();
const fnc = async () => {
//
};
const fncThrottled = UTILS.throttle(fnc, 300);