no scrolling

This commit is contained in:
Martin Rotter 2024-03-06 12:07:28 +01:00
parent bb5074f3e6
commit 3c62bfdba3

View File

@ -3,7 +3,7 @@ const targetNode = document;
const waitTimeMs = 5000; const waitTimeMs = 5000;
const idleIdString = "iiddllee"; const idleIdString = "iiddllee";
var scrollings = 3; var scrollings = 0; // Change to higher number to force some scrollings.
var lastResourceTime = new Date(); var lastResourceTime = new Date();
// Setup DOM observer and observe for changes in elements only. // Setup DOM observer and observe for changes in elements only.