You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Wait for 7 seconds and then open the first link
setTimeout(openFirstLink, 7000000);
// Wait for 20 seconds and then open the second link
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">')