1
0
Fork 0
Dieser Commit ist enthalten in:
Sebastian Tobie 2025-07-16 09:16:35 +02:00
Ursprung 93ff9a867a
Commit a93a82ee4f

Datei anzeigen

@ -7,7 +7,7 @@
HTMLElement.prototype.scrollIntoView = function() { HTMLElement.prototype.scrollIntoView = function() {
console.debug("Tried to scroll"); console.debug("Tried to scroll");
}; };
window.scoll = fakescroll; window.scroll = fakescroll;
window.scrollBy = fakescroll; window.scrollBy = fakescroll;
window.scrollByLines = fakescroll; window.scrollByLines = fakescroll;
window.scrollByPages = fakescroll; window.scrollByPages = fakescroll;