-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadloader.html
More file actions
39 lines (36 loc) · 1.23 KB
/
Copy pathadloader.html
File metadata and controls
39 lines (36 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<body>
<script>
// === Первый рекламный блок ===
(function(){
const s1 = document.createElement("script");
s1.type = "text/javascript";
s1.innerHTML = `
atOptions = {
'key' : '69dadfd5e93b5e8ceedf47d4d344616e',
'format' : 'iframe',
'height' : 250,
'width' : 300,
'params' : {}
};
`;
document.body.appendChild(s1);
const s2 = document.createElement("script");
s2.type = "text/javascript";
s2.src = "https://www.highperformanceformat.com/69dadfd5e93b5e8ceedf47d4d344616e/invoke.js";
document.body.appendChild(s2);
})();
// === Второй рекламный блок (если нужен) ===
(function(){
const s3 = document.createElement("script");
s3.async = true;
s3.src = "https://pl27963251.effectivegatecpm.com/d8d8eec4dc7bb622f5fcff62b3c09bbd/invoke.js";
document.body.appendChild(s3);
const div = document.createElement("div");
div.id = "container-d8d8eec4dc7bb622f5fcff62b3c09bbd";
document.body.appendChild(div);
})();
</script>
</body>
</html>