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

Function sleep

scripts/fb_autoLike.js:33–33  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

31 pageScript: {
32 onClick: () => {
33 const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
34
35 function focusTo(element) {
36 element.dispatchEvent(

Callers 1

startAutoLikeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected