Auto | View Fb Video Updated
// Run an initial check and start the scroll interval processVideos(); const scrollInterval = setInterval(() => processVideos(); autoScroll(); , CONFIG.scrollIntervalMs);
);
The Update
// Run an initial check and start the scroll interval processVideos(); const scrollInterval = setInterval(() => processVideos(); autoScroll(); , CONFIG.scrollIntervalMs);
);
The Update