5 Zeilen
133 B
JavaScript
5 Zeilen
133 B
JavaScript
/// disablejump.js
|
|
(function() {
|
|
HTMLElement.prototype.scrollIntoView = function() {};
|
|
console.debug("Jump disabled");
|
|
})();
|