1
0
Fork 0

improved the custom scroll injector

Dieser Commit ist enthalten in:
Sebastian Tobie 2025-07-14 11:54:32 +02:00
Ursprung 64c12b796f
Commit d2870aa067

Datei anzeigen

@ -5,7 +5,10 @@
console.debug("Tried to scroll"); console.debug("Tried to scroll");
}; };
window.scoll = function() { window.scoll = function() {
console.debug("Tried to scroll using absolute coords") console.debug("Tried to scroll using absolute coords", arguments)
}
Element.prototype.scrollIntoView = function(){
console.debug("Tried to scroll to element:", this)
} }
console.debug("Jump disabled"); console.debug("Jump disabled");
})(); })();