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"); })();