Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Useful-Scripts-Extension/useful-script
/ sleep
Function
sleep
scripts/ggdrive_downloadPdf.js:47–48 ·
view source on GitHub ↗
(ms = 0)
Source
from the content-addressed store, hash-verified
45
}
46
47
const
sleep = (ms = 0) =>
48
new
Promise((resolve) => setTimeout(resolve, ms));
49
50
let
pageContainers = Array.from(
51
document.querySelectorAll(
".ndfHFb-c4YZDc-cYSp0e-DARUcf"
)
Callers
1
ggdrive_downloadPdf.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected