MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / scrollToBottom

Function scrollToBottom

scripts/fb_autoLike.js:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 function scrollToBottom() {
46 window.scrollTo(0, document.body.scrollHeight, { behavior: "smooth" });
47 }
48
49 function rand(min, max) {
50 return Math.floor(Math.random() * (max - min + 1) + min);

Callers 1

startAutoLikeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected