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