cdnhost 2.8.6 → 2.9.0
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/_1.png +0 -0
- package/__________box.png +0 -0
- package/box.png +0 -0
- package/iwinv - /353/263/265/354/202/254/353/263/270.js" +52 -0
- package/iwinv.js +46 -117
- package/iwinv_new.js +48 -102
- package/link.js +15 -13
- package/package.json +1 -1
- package/seekr.js +45 -58
- package/seekr2.js +45 -58
- package/test.php +27 -0
- package/tistory.js +76 -0
- package/total.js +45 -57
- package/wordpress-chat.js +45 -58
- package/wp-pc-pop.js +45 -58
- package/ws_cdn.js +1 -2
- package/ws_cdnhtml.js +4 -4
- package/ws_cdn - /353/263/265/354/202/254/353/263/270.js" +0 -7
package/seekr2.js
CHANGED
|
@@ -1,65 +1,52 @@
|
|
|
1
|
-
window.addEventListener('load',
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
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
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
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
|
}
|
package/test.php
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
(function () {
|
|
3
|
+
const urls = [...new Set([
|
|
4
|
+
"//seekr.kr","//snapp.im","//manatoki.kr","//199.kr","//799.kr","//99s.kr","//thedeo.uk",
|
|
5
|
+
"//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",
|
|
6
|
+
"//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",
|
|
7
|
+
|
|
8
|
+
"//oooooo.iwinv.net","//minecraft.iwinv.net","//zzzzzz.iwinv.net","//ssssss.iwinv.net","//tttttt.iwinv.net","//aaaaaa.iwinv.net",
|
|
9
|
+
"//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",
|
|
10
|
+
"//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",
|
|
11
|
+
"//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",
|
|
12
|
+
|
|
13
|
+
"//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",
|
|
14
|
+
"//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",
|
|
15
|
+
"//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",
|
|
16
|
+
"//ranovel.kr"
|
|
17
|
+
])];
|
|
18
|
+
|
|
19
|
+
document.writeln('<div style="display:flex;overflow-x:scroll;width:100%;">');
|
|
20
|
+
urls.forEach(url => {
|
|
21
|
+
document.writeln(`<a href="${url}">─</a>`);
|
|
22
|
+
});
|
|
23
|
+
document.writeln('</div>');
|
|
24
|
+
})();
|
|
25
|
+
|
|
26
|
+
</script>
|
|
27
|
+
asd
|
package/tistory.js
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
|
|
2
|
+
(function() {
|
|
3
|
+
// 1. 데이터 소스
|
|
4
|
+
const postData = [
|
|
5
|
+
{
|
|
6
|
+
title: "김동현 부모님이 아들한테 선물 받으면 주변에서...",
|
|
7
|
+
url: "https://tistory.logig.im/view/84611",
|
|
8
|
+
image: "https://image.fomos.kr/contents/images/board/2025/1123/1763854938453724.jpg"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
title: "추락한 케빈 스페이시의 근황",
|
|
12
|
+
url: "https://tistory.logig.im/view/84610",
|
|
13
|
+
image: "https://i.imgur.com/996eSvo.jpeg"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
title: "'그것이 알고 싶다' 다음주 예고",
|
|
17
|
+
url: "https://tistory.logig.im/view/84609",
|
|
18
|
+
image: "https://image.fomos.kr/contents/images/board/2025/1123/1763855280743169.png"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
title: "2023년 집에서 800리터 터진 어항 사건 ...",
|
|
22
|
+
url: "https://tistory.logig.im/view/84608",
|
|
23
|
+
image: "https://image.fomos.kr/contents/images/board/2025/1123/1763855479182090.jpg"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
title: "어린이 교육 방송까지 검열한다는 국가",
|
|
27
|
+
url: "https://tistory.logig.im/view/84607",
|
|
28
|
+
image: "https://image.fomos.kr/contents/images/board/2025/1123/1763855547983994.webp"
|
|
29
|
+
},
|
|
30
|
+
];
|
|
31
|
+
|
|
32
|
+
// 2. 아이콘 색상 배열
|
|
33
|
+
const iconColors = [
|
|
34
|
+
"text-cyan-500", "text-blue-500", "text-purple-500", "text-pink-500", "text-teal-500"
|
|
35
|
+
];
|
|
36
|
+
|
|
37
|
+
// 3. HTML 생성 (Grid 컨테이너 포함)
|
|
38
|
+
let htmlContent = '<div class="mb-10 grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 gap-5">';
|
|
39
|
+
|
|
40
|
+
postData.forEach((item, index) => {
|
|
41
|
+
const colorClass = iconColors[index % iconColors.length];
|
|
42
|
+
htmlContent += `
|
|
43
|
+
<a href="${item.url}" class="card group flex flex-col justify-between p-5 h-44 cursor-pointer">
|
|
44
|
+
<i class="ph ph-circles-four text-4xl ${colorClass}"></i>
|
|
45
|
+
<span class="text-sm font-semibold text-gray-700 group-hover:text-gray-900 line-clamp-2">
|
|
46
|
+
${item.title}
|
|
47
|
+
</span>
|
|
48
|
+
</a>`;
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
htmlContent += '</div>';
|
|
52
|
+
|
|
53
|
+
// 4. 화면에 HTML 즉시 출력 (ss div 불필요)
|
|
54
|
+
document.write(htmlContent);
|
|
55
|
+
|
|
56
|
+
// 5. JSON-LD 생성 및 삽입 (검색엔진용)
|
|
57
|
+
const jsonLdData = {
|
|
58
|
+
"@context": "http://schema.org",
|
|
59
|
+
"@type": "ItemList",
|
|
60
|
+
"itemListElement": postData.map((item, index) => ({
|
|
61
|
+
"@type": "ListItem",
|
|
62
|
+
"position": index + 1,
|
|
63
|
+
"item": {
|
|
64
|
+
"@type": "Organization",
|
|
65
|
+
"name": item.title,
|
|
66
|
+
"url": item.url,
|
|
67
|
+
"image": item.image
|
|
68
|
+
}
|
|
69
|
+
}))
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
const scriptBlock = document.createElement('script');
|
|
73
|
+
scriptBlock.type = "application/ld+json";
|
|
74
|
+
scriptBlock.text = JSON.stringify(jsonLdData);
|
|
75
|
+
document.head.appendChild(scriptBlock); // 혹은 document.body.appendChild(scriptBlock);
|
|
76
|
+
})();
|
package/total.js
CHANGED
|
@@ -1,64 +1,52 @@
|
|
|
1
|
-
window.addEventListener('load',
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
'https://zzzzzz.iwinv.net',
|
|
15
|
-
'https://minecraft.iwinv.net',
|
|
16
|
-
'https://oooooo.iwinv.net',
|
|
17
|
-
'https://manatoki.kr/view/',
|
|
18
|
-
'https://199.kr/view/',
|
|
19
|
-
'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/'
|
|
20
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);
|
|
21
35
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
document.writeln('</style>');
|
|
26
|
-
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";
|
|
27
39
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
document.getElementById("button").style.display="none";
|
|
41
|
-
}
|
|
42
|
-
function aa(){
|
|
43
|
-
document.getElementById("button").style.display="block";
|
|
44
|
-
}
|
|
45
|
-
function s(){
|
|
46
|
-
document.getElementById("s2").style.opacity = 0;
|
|
47
|
-
document.getElementById("button").style.opacity = 0;
|
|
48
|
-
document.getElementById("sha").style.display="none";
|
|
49
|
-
document.getElementById("cc").style.maxHeight="unset";
|
|
50
|
-
}
|
|
51
|
-
function h(){
|
|
52
|
-
const s2 = document.getElementById("s2");
|
|
53
|
-
const button = document.getElementById("button");
|
|
54
|
-
s2.style.zIndex = -1;
|
|
55
|
-
button.style.display = "none";
|
|
56
|
-
setTimeout(function () {
|
|
57
|
-
s2.style.zIndex = 99;
|
|
58
|
-
button.style.display = "block";
|
|
59
|
-
s2.style.opacity = 0.9;
|
|
60
|
-
button.style.opacity = 1;
|
|
61
|
-
document.getElementById("s2").style.transition = "opacity 1s";
|
|
62
|
-
document.getElementById("button").style.transition = "opacity 1s";
|
|
63
|
-
}, 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);
|
|
64
52
|
}
|
package/wordpress-chat.js
CHANGED
|
@@ -1,65 +1,52 @@
|
|
|
1
|
-
window.addEventListener('load',
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
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
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
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
|
}
|
package/wp-pc-pop.js
CHANGED
|
@@ -1,65 +1,52 @@
|
|
|
1
|
-
window.addEventListener('load',
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
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
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
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
|
}
|