diff --git a/assets/resources/scriptlets.js b/assets/resources/scriptlets.js index fbb48d703..211174406 100644 --- a/assets/resources/scriptlets.js +++ b/assets/resources/scriptlets.js @@ -405,7 +405,7 @@ } const log = needle === '.?' && not === false ? console.log : undefined; needle = new RegExp(needle); - window.requestAnimationFrame = new Proxy(window.setTimeout, { + window.requestAnimationFrame = new Proxy(window.requestAnimationFrame, { apply: function(target, thisArg, args) { const a = args[0]; const s = a.toString();