From 496e9403237ff9921768309ab30397e0d86d1d9f Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Mon, 26 May 2025 10:22:32 +0200 Subject: [PATCH] neue Skript um bestimmte sachen in Seiten zu deaktivieren --- custom-injectors.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 custom-injectors.js diff --git a/custom-injectors.js b/custom-injectors.js new file mode 100644 index 0000000..fba9463 --- /dev/null +++ b/custom-injectors.js @@ -0,0 +1,4 @@ +/// disablejump.js +(function() { + HTMLElement.prototype.scrollIntoView = function() {}; +})();