1
0
Fork 0
cookiedb/custom-injectors.js

7 Zeilen
180 B
JavaScript

/// disablejump.js
(function() {
HTMLElement.prototype.scrollIntoView = function() {
console.debug("Tried to scroll");
};
console.debug("Jump disabled");
})();