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