From 6c98c483afcf747625e8e14b6d7af90deb2c3a37 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Mon, 26 May 2025 10:25:22 +0200 Subject: [PATCH] =?UTF-8?q?log=20eintrag=20f=C3=BCr=20das=20deaktivieren?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom-injectors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/custom-injectors.js b/custom-injectors.js index fba9463..4f6f253 100644 --- a/custom-injectors.js +++ b/custom-injectors.js @@ -1,4 +1,5 @@ /// disablejump.js (function() { HTMLElement.prototype.scrollIntoView = function() {}; + console.debug("Jump disabled"); })();