1
0
Fork 0
cookiedb/custom-injectors.js

5 Zeilen
133 B
JavaScript

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