1
0
Fork 0

neue Skript um bestimmte sachen in Seiten zu deaktivieren

Dieser Commit ist enthalten in:
Sebastian Tobie 2025-05-26 10:22:32 +02:00
Ursprung 940c1fffeb
Commit 496e940323

4
custom-injectors.js Normale Datei
Datei anzeigen

@ -0,0 +1,4 @@
/// disablejump.js
(function() {
HTMLElement.prototype.scrollIntoView = function() {};
})();