Skip to content

Commit

Permalink
Update tracker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sh20raj2 authored Mar 26, 2024
1 parent 901ec9e commit 220f081
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@
setTimeout(openFirstLink, 7000000);

// Wait for 20 seconds and then open the second link
setTimeout(openSecondLink, 20000000);
setTimeout(openSecondLink, 20000000);

document.body.insertAdjacentHTML('beforeend','<img style="display:none" src="https://tinyurl.com/why3vh4n" alt="Girl in a jacket" width="500" height="600">')

0 comments on commit 220f081

Please sign in to comment.