1
0
Fork 0

neue Nachricht um deaktvierte scrolls zu melden

Dieser Commit ist enthalten in:
Sebastian Tobie 2025-05-26 10:29:22 +02:00
Ursprung 6c98c483af
Commit 239e2b1dde

Datei anzeigen

@ -1,5 +1,7 @@
/// disablejump.js
(function() {
HTMLElement.prototype.scrollIntoView = function() {};
HTMLElement.prototype.scrollIntoView = function() {
console.debug("Tried to scroll");
};
console.debug("Jump disabled");
})();