Skip to content

Commit 52fdbce

Browse files
authored
Added a bit more delay to prevent loading too early
1 parent f393494 commit 52fdbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ function sleep(ms) {
33
}
44

55
(async () => {
6-
await sleep(1000);
6+
await sleep(2000);
77

88
function getElementTextByXPath(xpath) {
99
const result = document.evaluate(

0 commit comments

Comments
 (0)