improved the custom scroll injector
Dieser Commit ist enthalten in:
Ursprung
64c12b796f
Commit
d2870aa067
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
|
@ -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");
|
||||||
})();
|
})();
|
||||||
|
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren