From 239e2b1dde5b6117235d754f07c883a22497c84c Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Mon, 26 May 2025 10:29:22 +0200 Subject: [PATCH] neue Nachricht um deaktvierte scrolls zu melden --- custom-injectors.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/custom-injectors.js b/custom-injectors.js index 4f6f253..ddc29bd 100644 --- a/custom-injectors.js +++ b/custom-injectors.js @@ -1,5 +1,7 @@ /// disablejump.js (function() { - HTMLElement.prototype.scrollIntoView = function() {}; + HTMLElement.prototype.scrollIntoView = function() { + console.debug("Tried to scroll"); + }; console.debug("Jump disabled"); })();