From d73312713b494b64ac39df2f47a706d77d31229a Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Mon, 26 May 2025 10:40:47 +0200 Subject: [PATCH] =?UTF-8?q?f=C3=BCgte=20ein=20call=20hinzu=20um=20=20die?= =?UTF-8?q?=20prosition=20zur=C3=BCckzusdetzen?= 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 ddc29bd..c4523ed 100644 --- a/custom-injectors.js +++ b/custom-injectors.js @@ -1,5 +1,6 @@ /// disablejump.js (function() { + document.scrollingElement.scrollIntoView(); HTMLElement.prototype.scrollIntoView = function() { console.debug("Tried to scroll"); };