1
0
Fork 0

log eintrag für das deaktivieren

Dieser Commit ist enthalten in:
Sebastian Tobie 2025-05-26 10:25:22 +02:00
Ursprung 496e940323
Commit 6c98c483af

Datei anzeigen

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