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