cdnhost 2.8.7 → 2.9.1

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/99.png ADDED
Binary file
package/_1.png ADDED
Binary file
Binary file
package/box.png ADDED
Binary file
@@ -0,0 +1,52 @@
1
+ window.addEventListener('load', () => {
2
+ document.querySelectorAll('img:not([alt])').forEach(img => img.alt = 'image');
3
+
4
+ setTimeout(() => {
5
+ const s2 = document.getElementById("s2");
6
+ const btn = document.getElementById("button");
7
+ if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
8
+ if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
9
+ }, 1000);
10
+
11
+ const container = document.getElementById('container');
12
+ if (container) container.style.boxShadow = 'none';
13
+ });
14
+
15
+ const urls = [
16
+ 'https://manatoki.kr/view/', 'https://199.kr/view/', 'https://logig.im/view/',
17
+ 'https://www.l1i1i.workers.dev/','https://www.fluke201.workers.dev/','https://www.ffluke103.workers.dev/','https://www.daum.workers.dev/','https://www.ascklw21.workers.dev/','https://www.a9lq.workers.dev/',
18
+ 'https://www.news2.workers.dev/', 'https://www.news1.workers.dev/', 'https://www.p1q7.workers.dev/', 'https://www.silisoft078.workers.dev/', 'https://www.tistory.workers.dev/', 'https://www.x36q.workers.dev/', 'https://www.naver-116.workers.dev/'
19
+ ];
20
+ const getUrl = () => urls[Math.floor(Math.random() * urls.length)];
21
+ let u1 = getUrl(), u2 = getUrl();
22
+ while (u1 === u2 && urls.length > 1) u2 = getUrl();
23
+
24
+ document.writeln('<style>#s2 {position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#000;opacity:0;z-index:-1;transition:opacity 0.5s;}</style>');
25
+ document.writeln(`<a href="${u1}" target="_blank" onclick="location.href='${u2}'"><div id="s2"></div></a>`);
26
+
27
+ function closeLayer() {
28
+ const s2 = document.getElementById("s2");
29
+ const btn = document.getElementById("button");
30
+ if (!s2 || !btn) return;
31
+
32
+ s2.style.transition = btn.style.transition = "opacity 8s";
33
+
34
+ setTimeout(() => { s2.style.opacity = 0; btn.style.opacity = 0; }, 5999);
35
+
36
+ setTimeout(() => {
37
+ s2.style.zIndex = -1;
38
+ btn.style.display = "none";
39
+
40
+ setTimeout(() => {
41
+ btn.style.display = "block";
42
+ s2.style.zIndex = 99;
43
+
44
+ s2.style.transition = btn.style.transition = "opacity 1s";
45
+
46
+ void s2.offsetWidth;
47
+
48
+ s2.style.opacity = 0.9;
49
+ btn.style.opacity = 1;
50
+ }, 5000);
51
+ }, 6000);
52
+ }
package/iwinv.js CHANGED
@@ -1,123 +1,52 @@
1
+ window.addEventListener('load', () => {
2
+ document.querySelectorAll('img:not([alt])').forEach(img => img.alt = 'image');
1
3
 
2
- function createOverlay() {
3
- const overlay = document.createElement('div');
4
- overlay.id = 's2';
5
- overlay.style.transition = 'opacity 5s';
6
- overlay.style.zIndex = 99;
7
- overlay.style.position = 'fixed';
8
- overlay.style.top = 0;
9
- overlay.style.left = 0;
10
- overlay.style.opacity = 0.9;
11
- overlay.style.background = '#000';
12
- overlay.style.width = '100%';
13
- overlay.style.height = '200vh';
14
- document.body.appendChild(overlay);
15
-
16
- // 반드시 여기서 이벤트 리스너를 추가해야 합니다!
17
- overlay.addEventListener('click', function() {
18
- ss(), o();
19
- });
20
- }
21
- createOverlay();
22
-
23
- // 아래는 기존 코드 그대로
24
- function ss(){
25
- document.getElementById("s2").style.transition = "opacity 15s";
26
- document.getElementById("button").style.transition = "opacity 15s";
27
- setTimeout("s()", 3999);
28
- setTimeout("op()", 5999);
29
- setTimeout("h()", 15000);
30
- }
31
- function a(){
32
- document.getElementById("button").style.display="none";
33
- }
34
- function aa(){
35
- document.getElementById("button").style.display="block";
36
- }
37
- function s(){
38
- document.getElementById("s2").style.opacity = 0;
39
- document.getElementById("button").style.opacity = 0;
40
- document.getElementById("sha").style.display="none";
41
- document.getElementById("cc").style.maxHeight="unset";
42
- }
43
- function op(){
44
- document.getElementById("s2").style.display = "none";
45
- }
46
- function h(){
4
+ setTimeout(() => {
5
+ const s2 = document.getElementById("s2");
6
+ const btn = document.getElementById("button");
7
+ if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
8
+ if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
9
+ }, 1000);
10
+
11
+ const container = document.getElementById('container');
12
+ if (container) container.style.boxShadow = 'none';
13
+ });
14
+
15
+ const urls = [
16
+ 'https://manatoki.kr/view/', 'https://199.kr/view/', 'https://logig.im/view/',
17
+ 'https://www.l1i1i.workers.dev/','https://www.fluke201.workers.dev/','https://www.ffluke103.workers.dev/','https://www.daum.workers.dev/','https://www.ascklw21.workers.dev/','https://www.a9lq.workers.dev/',
18
+ 'https://www.news2.workers.dev/', 'https://www.news1.workers.dev/', 'https://www.p1q7.workers.dev/', 'https://www.silisoft078.workers.dev/', 'https://www.tistory.workers.dev/', 'https://www.x36q.workers.dev/', 'https://www.naver-116.workers.dev/'
19
+ ];
20
+ const getUrl = () => urls[Math.floor(Math.random() * urls.length)];
21
+ let u1 = getUrl(), u2 = getUrl();
22
+ while (u1 === u2 && urls.length > 1) u2 = getUrl();
23
+
24
+ document.writeln('<style>#s2 {position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#000;opacity:0;z-index:-1;transition:opacity 0.5s;}</style>');
25
+ document.writeln(`<a href="${u1}" target="_blank" onclick="location.href='${u2}'"><div id="s2"></div></a>`);
26
+
27
+ function closeLayer() {
47
28
  const s2 = document.getElementById("s2");
48
- const button = document.getElementById("button");
49
- s2.style.zIndex = -1;
50
- button.style.display = "none";
51
- setTimeout(function () {
52
- s2.style.zIndex = 99;
53
- button.style.display = "block";
54
- s2.style.opacity = 0.9;
55
- button.style.opacity = 1;
56
- document.getElementById("s2").style.display = "block";
57
- document.getElementById("s2").style.transition = "opacity 1s";
58
- document.getElementById("button").style.transition = "opacity 1s";
59
- }, 3000);
60
- }
61
-
62
- function o(event) {
63
- const urls = [
64
- 'https://aaaaaa.iwinv.net',
65
- 'https://tttttt.iwinv.net',
66
- 'https://ssssss.iwinv.net',
67
- 'https://zzzzzz.iwinv.net',
68
- 'https://minecraft.iwinv.net',
69
- 'https://oooooo.iwinv.net',
29
+ const btn = document.getElementById("button");
30
+ if (!s2 || !btn) return;
70
31
 
71
- 'https://snapp.im/view/',
72
- 'https://seekr.kr/view/',
73
- 'https://manatoki.kr/view/',
74
- 'https://199.kr/view/',
75
- 'https://logig.im/view/',
76
- ];
77
-
78
- function getRandomUrls(arr, num) {
79
- const shuffled = arr.sort(() => 0.5 - Math.random());
80
- return shuffled.slice(0, num);
81
- }
32
+ s2.style.transition = btn.style.transition = "opacity 8s";
82
33
 
83
- const randomUrls = getRandomUrls(urls, 3);
84
- randomUrls.forEach(url => {
85
- window.open(
86
- url,
87
- '_blank',
88
- 'width=350,height=350,top=' + (window.innerHeight - 350) + ',left=' + (window.innerWidth - 350) + ',resizable=yes,scrollbars=yes'
89
- );
90
- });
91
- }
92
- //버튼
93
- function createDynamicButton() {
94
- const button = document.createElement('button');
95
- button.type = 'button';
96
- button.id = 'button';
97
- button.style.position = 'relative';
98
- button.style.zIndex = 999;
34
+ setTimeout(() => { s2.style.opacity = 0; btn.style.opacity = 0; }, 5999);
99
35
 
100
- button.style.margin = '15px auto';
101
- button.style.padding = '14px 32px';
102
- button.style.backgroundColor = '#0052cc';
103
- button.style.color = '#fff';
104
- button.style.border = 'none';
105
- button.style.borderRadius = '8px';
106
- button.style.fontSize = '18px';
107
- button.style.fontWeight = '600';
108
- button.style.cursor = 'pointer';
109
- button.style.boxShadow = '0 2px 8px rgba(0,82,204,0.1)';
110
- button.style.transition = 'background 0.2s, transform 0.1s';
111
- button.style.display = 'flex';
112
- button.style.alignItems = 'center';
113
- button.style.gap = '8px';
114
- button.style.justifyContent = 'center';
36
+ setTimeout(() => {
37
+ s2.style.zIndex = -1;
38
+ btn.style.display = "none";
115
39
 
116
- button.textContent = '페이지 방문 후 게시글 보기';
117
- button.onclick = function() {
118
- ss();
119
- o();
120
- };
121
- document.body.appendChild(button);
122
- }
123
- createDynamicButton();
40
+ setTimeout(() => {
41
+ btn.style.display = "block";
42
+ s2.style.zIndex = 99;
43
+
44
+ s2.style.transition = btn.style.transition = "opacity 1s";
45
+
46
+ void s2.offsetWidth;
47
+
48
+ s2.style.opacity = 0.9;
49
+ btn.style.opacity = 1;
50
+ }, 5000);
51
+ }, 6000);
52
+ }
package/iwinv_new.js CHANGED
@@ -1,106 +1,52 @@
1
+ window.addEventListener('load', () => {
2
+ document.querySelectorAll('img:not([alt])').forEach(img => img.alt = 'image');
1
3
 
2
- function createOverlay() {
3
- const overlay = document.createElement('div');
4
- overlay.id = 's2';
5
- overlay.style.transition = 'opacity 5s';
6
- overlay.style.zIndex = 99;
7
- overlay.style.position = 'fixed';
8
- overlay.style.top = 0;
9
- overlay.style.left = 0;
10
- overlay.style.opacity = 0.9;
11
- overlay.style.background = '#000';
12
- overlay.style.width = '100%';
13
- overlay.style.height = '200vh';
14
- document.body.appendChild(overlay);
15
-
16
- // �ݵ�� ���⼭ �̺�Ʈ �����ʸ� �߰��ؾ� �մϴ�!
17
- overlay.addEventListener('click', function() {
18
- ss(), o();
19
- });
20
- }
21
- createOverlay();
22
-
23
- // �Ʒ��� ���� �ڵ� �״��
24
- function ss(){
25
- document.getElementById("s2").style.transition = "opacity 15s";
26
- document.getElementById("button").style.transition = "opacity 15s";
27
- setTimeout("s()", 3999);
28
- setTimeout("op()", 5999);
29
- setTimeout("h()", 15000);
30
- }
31
- function a(){
32
- document.getElementById("button").style.display="none";
33
- }
34
- function aa(){
35
- document.getElementById("button").style.display="block";
36
- }
37
- function s(){
38
- document.getElementById("s2").style.opacity = 0;
39
- document.getElementById("button").style.opacity = 0;
40
- document.getElementById("sha").style.display="none";
41
- document.getElementById("cc").style.maxHeight="unset";
42
- }
43
- function op(){
44
- document.getElementById("s2").style.display = "none";
45
- }
46
- function h(){
4
+ setTimeout(() => {
5
+ const s2 = document.getElementById("s2");
6
+ const btn = document.getElementById("button");
7
+ if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
8
+ if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
9
+ }, 1000);
10
+
11
+ const container = document.getElementById('container');
12
+ if (container) container.style.boxShadow = 'none';
13
+ });
14
+
15
+ const urls = [
16
+ 'https://manatoki.kr/view/', 'https://199.kr/view/', 'https://logig.im/view/',
17
+ 'https://www.l1i1i.workers.dev/','https://www.fluke201.workers.dev/','https://www.ffluke103.workers.dev/','https://www.daum.workers.dev/','https://www.ascklw21.workers.dev/','https://www.a9lq.workers.dev/',
18
+ 'https://www.news2.workers.dev/', 'https://www.news1.workers.dev/', 'https://www.p1q7.workers.dev/', 'https://www.silisoft078.workers.dev/', 'https://www.tistory.workers.dev/', 'https://www.x36q.workers.dev/', 'https://www.naver-116.workers.dev/'
19
+ ];
20
+ const getUrl = () => urls[Math.floor(Math.random() * urls.length)];
21
+ let u1 = getUrl(), u2 = getUrl();
22
+ while (u1 === u2 && urls.length > 1) u2 = getUrl();
23
+
24
+ document.writeln('<style>#s2 {position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#000;opacity:0;z-index:-1;transition:opacity 0.5s;}</style>');
25
+ document.writeln(`<a href="${u1}" target="_blank" onclick="location.href='${u2}'"><div id="s2"></div></a>`);
26
+
27
+ function closeLayer() {
47
28
  const s2 = document.getElementById("s2");
48
- const button = document.getElementById("button");
49
- s2.style.zIndex = -1;
50
- button.style.display = "none";
51
- setTimeout(function () {
52
- s2.style.zIndex = 99;
53
- button.style.display = "block";
54
- s2.style.opacity = 0.9;
55
- button.style.opacity = 1;
56
- document.getElementById("s2").style.display = "block";
57
- document.getElementById("s2").style.transition = "opacity 1s";
58
- document.getElementById("button").style.transition = "opacity 1s";
59
- }, 3000);
60
- }
61
-
62
- function o(event) {
63
- const urls = [
64
- 'https://aaaaaa.iwinv.net',
65
- 'https://tttttt.iwinv.net',
66
- 'https://ssssss.iwinv.net',
67
- 'https://zzzzzz.iwinv.net',
68
- 'https://minecraft.iwinv.net',
69
- 'https://oooooo.iwinv.net',
29
+ const btn = document.getElementById("button");
30
+ if (!s2 || !btn) return;
70
31
 
71
- 'https://snapp.im/view/',
72
- 'https://seekr.kr/view/',
73
- 'https://manatoki.kr/view/',
74
- 'https://199.kr/view/',
75
- 'https://logig.im/view/',
76
- ];
77
-
78
- function getRandomUrls(arr, num) {
79
- const shuffled = arr.sort(() => 0.5 - Math.random());
80
- return shuffled.slice(0, num);
81
- }
32
+ s2.style.transition = btn.style.transition = "opacity 8s";
82
33
 
83
- const randomUrls = getRandomUrls(urls, 3);
84
- randomUrls.forEach(url => {
85
- window.open(
86
- url,
87
- '_blank',
88
- 'width=250,height=250,top=' + (window.innerHeight - 250) + ',left=' + (window.innerWidth - 250) + ',resizable=yes,scrollbars=yes'
89
- );
90
- });
91
- }
92
- //��ư
93
- function createDynamicButton() {
94
- const button = document.createElement('button');
95
- button.type = 'button';
96
- button.id = 'button';
97
- button.style.position = 'relative';
98
- button.style.zIndex = 999;
99
- button.textContent = '������ �湮 �� �Խñ� ����';
100
- button.onclick = function() {
101
- ss();
102
- o();
103
- };
104
- document.body.appendChild(button);
105
- }
106
- createDynamicButton();
34
+ setTimeout(() => { s2.style.opacity = 0; btn.style.opacity = 0; }, 5999);
35
+
36
+ setTimeout(() => {
37
+ s2.style.zIndex = -1;
38
+ btn.style.display = "none";
39
+
40
+ setTimeout(() => {
41
+ btn.style.display = "block";
42
+ s2.style.zIndex = 99;
43
+
44
+ s2.style.transition = btn.style.transition = "opacity 1s";
45
+
46
+ void s2.offsetWidth;
47
+
48
+ s2.style.opacity = 0.9;
49
+ btn.style.opacity = 1;
50
+ }, 5000);
51
+ }, 6000);
52
+ }
package/link.js CHANGED
@@ -1,23 +1,22 @@
1
1
  (function () {
2
2
  const urls = [...new Set([
3
- "//seekr.kr","//snapp.im","//manatoki.kr","//199.kr","//799.kr","//99s.kr","//thedeo.uk",
4
- "//1a.seekr.kr","//1b.seekr.kr","//1c.seekr.kr","//1d.seekr.kr","//1e.seekr.kr","//1f.seekr.kr","//1g.seekr.kr","//1h.seekr.kr","//1i.seekr.kr","//1.seekr.kr","//2.seekr.kr","//3.seekr.kr","//4.seekr.kr","//5.seekr.kr","//6.seekr.kr","//7.seekr.kr","//8.seekr.kr","//9.seekr.kr","//10.seekr.kr","//11.seekr.kr","//12.seekr.kr","//13.seekr.kr","//14.seekr.kr","//15.seekr.kr","//16.seekr.kr","//17.seekr.kr","//18.seekr.kr","//19.seekr.kr","//20.seekr.kr","//21.seekr.kr","//22.seekr.kr","//23.seekr.kr","//24.seekr.kr","//25.seekr.kr","//26.seekr.kr","//27.seekr.kr","//28.seekr.kr","//29.seekr.kr","//30.seekr.kr","//31.seekr.kr","//32.seekr.kr","//33.seekr.kr","//34.seekr.kr","//35.seekr.kr","//39.seekr.kr","//42.seekr.kr","//43.seekr.kr","//48.seekr.kr","//50.seekr.kr","//53.seekr.kr","//56.seekr.kr","//67.seekr.kr","//70.seekr.kr","//129.seekr.kr","//124.seekr.kr","//127.seekr.kr","//128.seekr.kr",
5
- "//16.snapp.im","//17.snapp.im","//18.snapp.im","//19.snapp.im","//20.snapp.im","//21.snapp.im","//22.snapp.im","//23.snapp.im","//24.snapp.im","//25.snapp.im",
6
-
7
- "//oooooo.iwinv.net","//minecraft.iwinv.net","//zzzzzz.iwinv.net","//ssssss.iwinv.net","//tttttt.iwinv.net","//aaaaaa.iwinv.net",
3
+ "//manatoki.kr","//199.kr","//799.kr","//99s.kr","//thedeo.uk",
4
+ "https://www.daum.workers.dev","https://www.news1.workers.dev","https://www.silisoft078.workers.dev","https://a.naver-news.workers.dev","https://admin.naver-news.workers.dev","https://api.naver-news.workers.dev","https://asd.naver-news.workers.dev","https://b.naver-news.workers.dev","https://c.naver-news.workers.dev","https://d.naver-news.workers.dev","https://dev.naver-news.workers.dev","https://gpt.naver-news.workers.dev","https://incheon.naver-news.workers.dev","https://m.naver-news.workers.dev","https://mail.naver-news.workers.dev","https://pc.naver-news.workers.dev","https://seoul.naver-news.workers.dev","https://test.naver-news.workers.dev","https://x.naver-news.workers.dev","https://y.naver-news.workers.dev","https://z.naver-news.workers.dev","https://www.l1i1i.workers.dev","https://www.naver-news.workers.dev",
8
5
  "//9.naver-news.workers.dev","//8.naver-news.workers.dev","//7.naver-news.workers.dev","//6.naver-news.workers.dev","//5.naver-news.workers.dev","//4.naver-news.workers.dev","//3.naver-news.workers.dev","//2.naver-news.workers.dev","//1.naver-news.workers.dev","//9.news1.workers.dev","//8.news1.workers.dev","//7.news1.workers.dev","//6.news1.workers.dev","//5.news1.workers.dev","//4.news1.workers.dev","//3.news1.workers.dev","//2.news1.workers.dev","//1.news1.workers.dev","//9.news2.workers.dev","//8.news2.workers.dev","//7.news2.workers.dev","//6.news2.workers.dev","//5.news2.workers.dev","//4.news2.workers.dev","//3.news2.workers.dev","//2.news2.workers.dev","//1.news2.workers.dev","//8.00000-c22.workers.dev","//7.00000-c22.workers.dev","//6.00000-c22.workers.dev","//5.00000-c22.workers.dev","//4.00000-c22.workers.dev","//3.00000-c22.workers.dev","//2.00000-c22.workers.dev","//1.00000-c22.workers.dev","//0.00000-c22.workers.dev","//9.daum.workers.dev","//8.daum.workers.dev","//7.daum.workers.dev","//6.daum.workers.dev","//5.daum.workers.dev","//4.daum.workers.dev","//3.daum.workers.dev","//2.daum.workers.dev","//1.daum.workers.dev","//9.tistory.workers.dev","//8.tistory.workers.dev","//7.tistory.workers.dev","//6.tistory.workers.dev","//5.tistory.workers.dev","//4.tistory.workers.dev","//3.tistory.workers.dev","//2.tistory.workers.dev","//1.tistory.workers.dev","//9.l1i1i.workers.dev","//8.l1i1i.workers.dev","//7.l1i1i.workers.dev","//6.l1i1i.workers.dev","//5.l1i1i.workers.dev","//4.l1i1i.workers.dev","//3.l1i1i.workers.dev","//2.l1i1i.workers.dev","//1.l1i1i.workers.dev","//6.naver-116.workers.dev","//5.naver-116.workers.dev","//4.naver-116.workers.dev","//3.naver-116.workers.dev","//2.naver-116.workers.dev","//1.naver-116.workers.dev","//6.q7x2.workers.dev","//5.q7x2.workers.dev","//4.q7x2.workers.dev","//3.q7x2.workers.dev","//2.q7x2.workers.dev","//1.q7x2.workers.dev","//8.a9lq.workers.dev","//7.a9lq.workers.dev","//6.a9lq.workers.dev","//5.a9lq.workers.dev","//4.a9lq.workers.dev","//3.a9lq.workers.dev","//2.a9lq.workers.dev","//1.a9lq.workers.dev","//long-bar-4b4e.a9lq.workers.dev","//1.x36q.workers.dev","//3.x36q.workers.dev","//4.x36q.workers.dev","//5.x36q.workers.dev","//6.x36q.workers.dev","//8.x36q.workers.dev","//9.x36q.workers.dev","//1.p1q7.workers.dev","//3.p1q7.workers.dev","//4.p1q7.workers.dev","//5.p1q7.workers.dev","//6.p1q7.workers.dev","//7.p1q7.workers.dev","//8.p1q7.workers.dev","//1.ascklw21.workers.dev","//2.ascklw21.workers.dev","//3.ascklw21.workers.dev","//5.ascklw21.workers.dev","//6.ascklw21.workers.dev","//7.ascklw21.workers.dev","//8.ascklw21.workers.dev","//9.ascklw21.workers.dev","//2.fluke201.workers.dev","//3.fluke201.workers.dev","//4.fluke201.workers.dev","//5.fluke201.workers.dev","//6.fluke201.workers.dev","//7.fluke201.workers.dev","//8.fluke201.workers.dev","//9.fluke201.workers.dev","//1.ffluke103.workers.dev","//2.ffluke103.workers.dev","//3.ffluke103.workers.dev","//4.ffluke103.workers.dev","//5.ffluke103.workers.dev","//6.ffluke103.workers.dev","//7.ffluke103.workers.dev","//8.ffluke103.workers.dev","//9.ffluke103.workers.dev","//1.qpx.workers.dev","//2.qpx.workers.dev","//3.qpx.workers.dev","//4.qpx.workers.dev","//5.qpx.workers.dev","//6.qpx.workers.dev","//7.qpx.workers.dev","//8.qpx.workers.dev","//9.qpx.workers.dev","//1.cxi.workers.dev","//2.cxi.workers.dev","//3.cxi.workers.dev","//4.cxi.workers.dev","//5.cxi.workers.dev","//6.cxi.workers.dev","//7.cxi.workers.dev","//8.cxi.workers.dev","//9.cxi.workers.dev","//1.kxq.workers.dev","//2.kxq.workers.dev","//3.kxq.workers.dev","//4.kxq.workers.dev","//5.kxq.workers.dev","//6.kxq.workers.dev","//7.kxq.workers.dev","//8.kxq.workers.dev","//9.kxq.workers.dev","//1.lesunghwa408.workers.dev","//2.lesunghwa408.workers.dev","//3.lesunghwa408.workers.dev","//4.lesunghwa408.workers.dev","//5.lesunghwa408.workers.dev","//6.lesunghwa408.workers.dev","//7.lesunghwa408.workers.dev","//8.lesunghwa408.workers.dev","//2.silisoft078.workers.dev","//3.silisoft078.workers.dev","//4.silisoft078.workers.dev","//5.silisoft078.workers.dev","//6.silisoft078.workers.dev","//7.silisoft078.workers.dev","//8.silisoft078.workers.dev","//floral-field-6df2.silisoft078.workers.dev","//admin.099.kr",
9
- "//tonews.logig.im","//allnews.logig.im","//znews.logig.im","//blog.099.kr","//099.kr","//wallpaper.ko-kr.workers.dev","//adsense.ko-kr.workers.dev","//youtube.ko-kr.workers.dev","//hham.ko-kr.workers.dev",
6
+ "//oooooo.iwinv.net","//minecraft.iwinv.net","//zzzzzz.iwinv.net","//ssssss.iwinv.net","//tttttt.iwinv.net","//aaaaaa.iwinv.net",
7
+
8
+ "//tonews.logig.im","//allnews.logig.im","//znews.logig.im","//blog.099.kr","//099.kr",
10
9
  "//1.manatoki.kr","//2.manatoki.kr","//3.manatoki.kr","//4.manatoki.kr","//5.manatoki.kr","//6.manatoki.kr","//7.manatoki.kr","//8.manatoki.kr","//9.manatoki.kr","//10.manatoki.kr","//11.manatoki.kr","//12.manatoki.kr","//13.manatoki.kr","//14.manatoki.kr","//15.manatoki.kr","//16.manatoki.kr","//17.manatoki.kr","//18.manatoki.kr","//19.manatoki.kr","//20.manatoki.kr","//19.manatoki.kr","//20.manatoki.kr","//21.manatoki.kr","//22.manatoki.kr","//23.manatoki.kr","//24.manatoki.kr","//25.manatoki.kr","//26.manatoki.kr","//27.manatoki.kr","//28.manatoki.kr","//29.manatoki.kr","//30.manatoki.kr","//31.manatoki.kr","//32.manatoki.kr","//33.manatoki.kr","//34.manatoki.kr","//35.manatoki.kr","//36.manatoki.kr","//37.manatoki.kr","//38.manatoki.kr","//39.manatoki.kr","//40.manatoki.kr","//41.manatoki.kr","//42.manatoki.kr","//43.manatoki.kr","//44.manatoki.kr","//45.manatoki.kr","//46.manatoki.kr","//47.manatoki.kr","//48.manatoki.kr","//49.manatoki.kr","//50.manatoki.kr","//51.manatoki.kr","//52.manatoki.kr","//53.manatoki.kr","//54.manatoki.kr","//55.manatoki.kr","//56.manatoki.kr","//57.manatoki.kr","//58.manatoki.kr","//59.manatoki.kr","//60.manatoki.kr","//61.manatoki.kr","//62.manatoki.kr","//63.manatoki.kr","//64.manatoki.kr","//65.manatoki.kr","//66.manatoki.kr","//67.manatoki.kr","//68.manatoki.kr","//69.manatoki.kr","//70.manatoki.kr","//71.manatoki.kr","//72.manatoki.kr","//73.manatoki.kr","//74.manatoki.kr","//75.manatoki.kr","//76.manatoki.kr","//77.manatoki.kr","//78.manatoki.kr","//79.manatoki.kr",
11
10
 
12
11
  "//1.199.kr","//2.199.kr","//3.199.kr","//4.199.kr","//5.199.kr","//6.199.kr","//7.199.kr","//8.199.kr","//9.199.kr","//google.199.kr","//tistory.thedeo.uk","//blog.thedeo.uk","//news.thedeo.uk","//o.thedeo.uk","//oo.thedeo.uk","//ooo.thedeo.uk","//oooo.thedeo.uk","//ooooo.thedeo.uk","//i.thedeo.uk","//ii.thedeo.uk","//iii.thedeo.uk","//iiii.thedeo.uk","//iiiii.thedeo.uk","//a.thedeo.uk","//b.thedeo.uk","//c.thedeo.uk","//d.thedeo.uk","//e.thedeo.uk","//f.thedeo.uk","//g.thedeo.uk","//h.thedeo.uk","//j.thedeo.uk","//k.thedeo.uk","//l.thedeo.uk","//m.thedeo.uk","//n.thedeo.uk","//p.thedeo.uk","//q.thedeo.uk","//r.thedeo.uk","//s.thedeo.uk","//t.thedeo.uk","//u.thedeo.uk","//v.thedeo.uk","//w.thedeo.uk","//x.thedeo.uk","//y.thedeo.uk","//z.thedeo.uk","//a1.thedeo.uk","//a2.thedeo.uk","//a3.thedeo.uk","//a4.thedeo.uk","//a5.thedeo.uk","//a6.thedeo.uk","//a7.thedeo.uk","//a8.thedeo.uk","//a9.thedeo.uk","//b1.thedeo.uk","//b2.thedeo.uk","//b3.thedeo.uk","//b4.thedeo.uk","//b5.thedeo.uk","//b6.thedeo.uk","//b7.thedeo.uk","//b8.thedeo.uk","//b9.thedeo.uk","//cloud.thedeo.uk",
13
12
  "//1.799.kr","//2.799.kr","//3.799.kr","//4.799.kr","//5.799.kr","//6.799.kr","//7.799.kr","//8.799.kr","//9.799.kr","//a.799.kr","//b.799.kr","//c.799.kr","//d.799.kr","//e.799.kr","//f.799.kr","//g.799.kr","//h.799.kr","//i.799.kr","//j.799.kr","//k.799.kr","//l.799.kr","//m.799.kr","//n.799.kr","//o.799.kr","//p.799.kr","//q.799.kr","//r.799.kr","//s.799.kr","//t.799.kr","//u.799.kr","//v.799.kr","//w.799.kr","//x.799.kr","//y.799.kr","//z.799.kr",
14
13
  "//xn--vv0bw27a.99s.kr","//1.99s.kr","//2.99s.kr","//3.99s.kr","//4.99s.kr","//5.99s.kr","//6.99s.kr","//7.99s.kr","//8.99s.kr","//9.99s.kr","//a.99s.kr","//b.99s.kr","//c.99s.kr","//d.99s.kr","//e.99s.kr","//f.99s.kr","//g.99s.kr","//h.99s.kr","//i.99s.kr","//j.99s.kr","//k.99s.kr","//l.99s.kr","//m.99s.kr","//n.99s.kr","//o.99s.kr","//p.99s.kr","//q.99s.kr","//r.99s.kr","//s.99s.kr","//t.99s.kr","//u.99s.kr","//v.99s.kr","//w.99s.kr","//x.99s.kr","//y.99s.kr","//z.99s.kr",
15
- "//ranovel.kr"
14
+
15
+ "https://www.fluke201.workers.dev","https://archi.veai.workers.dev","https://afr.naver-news.workers.dev","https://bing.naver-news.workers.dev","https://blog.naver-news.workers.dev","https://chat.naver-news.workers.dev","https://dc.naver-news.workers.dev","https://google.naver-news.workers.dev","https://hit.naver-news.workers.dev","https://mk.naver-news.workers.dev","https://news.naver-news.workers.dev","https://oo.naver-news.workers.dev","https://op.naver-news.workers.dev","https://www.a9lq.workers.dev","https://www.ascklw21.workers.dev","https://www.ffluke103.workers.dev","https://www.naver-116.workers.dev","https://www.p1q7.workers.dev","https://www.x36q.workers.dev","https://isai.kr","//wallpaper.ko-kr.workers.dev","//adsense.ko-kr.workers.dev","//youtube.ko-kr.workers.dev","//hham.ko-kr.workers.dev",
16
+ "https://iouol.blogspot.com",
16
17
  ])];
17
18
 
18
- document.writeln('<div style="display:flex;overflow-x:scroll;width:100%;">');
19
- urls.forEach(url => {
20
- document.writeln(`<a href="${url}">─</a>`);
21
- });
22
- document.writeln('</div>');
23
- })();
19
+ document.writeln('<style>.nbar{display:flex;overflow-x:scroll;width:100%;scrollbar-width:none}.nbar::-webkit-scrollbar{display:none}.nbar a{color:#f0f0f0;text-decoration:none;margin:0}</style><div class="nbar">');
20
+ urls.forEach(url => document.writeln(`<a href="${url}">─</a>`));
21
+ document.writeln('</div>');
22
+ })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdnhost",
3
- "version": "2.8.7",
3
+ "version": "2.9.1",
4
4
  "description": "cdnhost",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/seekr.js CHANGED
@@ -1,65 +1,52 @@
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
- });
1
+ window.addEventListener('load', () => {
2
+ document.querySelectorAll('img:not([alt])').forEach(img => img.alt = 'image');
3
+
4
+ setTimeout(() => {
5
+ const s2 = document.getElementById("s2");
6
+ const btn = document.getElementById("button");
7
+ if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
8
+ if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
9
+ }, 1000);
10
+
11
+ const container = document.getElementById('container');
12
+ if (container) container.style.boxShadow = 'none';
8
13
  });
9
14
 
10
15
  const urls = [
11
- 'https://aaaaaa.iwinv.net',
12
- 'https://tttttt.iwinv.net',
13
- 'https://ssssss.iwinv.net',
14
- 'https://zzzzzz.iwinv.net',
15
- 'https://minecraft.iwinv.net',
16
- 'https://oooooo.iwinv.net',
17
-
18
- 'https://manatoki.kr/view/',
19
- 'https://199.kr/view/',
20
- 'https://logig.im/view/',
16
+ 'https://manatoki.kr/view/', 'https://199.kr/view/', 'https://logig.im/view/',
17
+ 'https://www.l1i1i.workers.dev/','https://www.fluke201.workers.dev/','https://www.ffluke103.workers.dev/','https://www.daum.workers.dev/','https://www.ascklw21.workers.dev/','https://www.a9lq.workers.dev/',
18
+ 'https://www.news2.workers.dev/', 'https://www.news1.workers.dev/', 'https://www.p1q7.workers.dev/', 'https://www.silisoft078.workers.dev/', 'https://www.tistory.workers.dev/', 'https://www.x36q.workers.dev/', 'https://www.naver-116.workers.dev/'
21
19
  ];
20
+ const getUrl = () => urls[Math.floor(Math.random() * urls.length)];
21
+ let u1 = getUrl(), u2 = getUrl();
22
+ while (u1 === u2 && urls.length > 1) u2 = getUrl();
23
+
24
+ document.writeln('<style>#s2 {position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#000;opacity:0;z-index:-1;transition:opacity 0.5s;}</style>');
25
+ document.writeln(`<a href="${u1}" target="_blank" onclick="location.href='${u2}'"><div id="s2"></div></a>`);
26
+
27
+ function closeLayer() {
28
+ const s2 = document.getElementById("s2");
29
+ const btn = document.getElementById("button");
30
+ if (!s2 || !btn) return;
31
+
32
+ s2.style.transition = btn.style.transition = "opacity 8s";
33
+
34
+ setTimeout(() => { s2.style.opacity = 0; btn.style.opacity = 0; }, 5999);
22
35
 
23
- const randomUrl = urls[Math.floor(Math.random() * urls.length)];
24
- document.writeln('<style>');
25
- document.writeln('* {font-size: 1em !important} #button {border:1px solid #fff !important;border-radius:5px !important} #s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:0;left:0;opacity:0.9;background:#000;width:100%;height:200vh}');
26
- document.writeln('</style>');
27
- document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
36
+ setTimeout(() => {
37
+ s2.style.zIndex = -1;
38
+ btn.style.display = "none";
28
39
 
29
- document.getElementById('container').style.boxShadow = 'none';
30
- function ss(){
31
- document.getElementById("s2").style.transition = "opacity 7s";
32
- document.getElementById("button").style.transition = "opacity 7s";
33
- setTimeout("s()", 3999);
34
- setTimeout("h()", 6000);
35
- }
36
- function pcss(){
37
- setTimeout("s()", 3999);
38
- setTimeout("h()", 6000);
39
- }
40
- function a(){
41
- document.getElementById("button").style.display="none";
42
- }
43
- function aa(){
44
- document.getElementById("button").style.display="block";
45
- }
46
- function s(){
47
- document.getElementById("s2").style.opacity = 0;
48
- document.getElementById("button").style.opacity = 0;
49
- document.getElementById("sha").style.display="none";
50
- document.getElementById("cc").style.maxHeight="unset";
51
- }
52
- function h(){
53
- const s2 = document.getElementById("s2");
54
- const button = document.getElementById("button");
55
- s2.style.zIndex = -1;
56
- button.style.display = "none";
57
- setTimeout(function () {
58
- s2.style.zIndex = 99;
59
- button.style.display = "block";
60
- s2.style.opacity = 0.9;
61
- button.style.opacity = 1;
62
- document.getElementById("s2").style.transition = "opacity 1s";
63
- document.getElementById("button").style.transition = "opacity 1s";
64
- }, 2000);
40
+ setTimeout(() => {
41
+ btn.style.display = "block";
42
+ s2.style.zIndex = 99;
43
+
44
+ s2.style.transition = btn.style.transition = "opacity 1s";
45
+
46
+ void s2.offsetWidth;
47
+
48
+ s2.style.opacity = 0.9;
49
+ btn.style.opacity = 1;
50
+ }, 5000);
51
+ }, 6000);
65
52
  }