cdnhost 2.9.1 → 2.9.3
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 +1 -1
- package/link.js +7 -4
- package/package.json +1 -1
- package/seekr.js +1 -1
- package/seekr2.js +1 -1
- package/total.js +1 -1
- package/wordpress-chat.js +1 -1
- package/wp-pc-pop.js +1 -1
package/iwinv.js
CHANGED
|
@@ -6,7 +6,7 @@ window.addEventListener('load', () => {
|
|
|
6
6
|
const btn = document.getElementById("button");
|
|
7
7
|
if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
|
|
8
8
|
if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
|
|
9
|
-
},
|
|
9
|
+
}, 500);
|
|
10
10
|
|
|
11
11
|
const container = document.getElementById('container');
|
|
12
12
|
if (container) container.style.boxShadow = 'none';
|
package/link.js
CHANGED
|
@@ -15,8 +15,11 @@
|
|
|
15
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
16
|
"https://iouol.blogspot.com",
|
|
17
17
|
])];
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
document.writeln(
|
|
18
|
+
document.writeln('<style>.nbar{display:flex;width:100%;overflow-x:scroll;scrollbar-width:none}.nbar::-webkit-scrollbar{display:none}.nbar a{flex-grow:1;min-width:20px;height:30px;position:relative}.nbar a::after{content:"";position:absolute;top:50%;left:0;width:100%;height:0.5px;background-color:#f0f0f0}</style><div class="nbar">');
|
|
19
|
+
urls.forEach(url => {
|
|
20
|
+
const label = url.replace('//', '');
|
|
21
|
+
document.writeln(`<a href="${url}" aria-label="${label}"></a>`);
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
document.writeln('</div>');
|
|
22
25
|
})();
|
package/package.json
CHANGED
package/seekr.js
CHANGED
|
@@ -6,7 +6,7 @@ window.addEventListener('load', () => {
|
|
|
6
6
|
const btn = document.getElementById("button");
|
|
7
7
|
if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
|
|
8
8
|
if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
|
|
9
|
-
},
|
|
9
|
+
}, 500);
|
|
10
10
|
|
|
11
11
|
const container = document.getElementById('container');
|
|
12
12
|
if (container) container.style.boxShadow = 'none';
|
package/seekr2.js
CHANGED
|
@@ -6,7 +6,7 @@ window.addEventListener('load', () => {
|
|
|
6
6
|
const btn = document.getElementById("button");
|
|
7
7
|
if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
|
|
8
8
|
if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
|
|
9
|
-
},
|
|
9
|
+
}, 500);
|
|
10
10
|
|
|
11
11
|
const container = document.getElementById('container');
|
|
12
12
|
if (container) container.style.boxShadow = 'none';
|
package/total.js
CHANGED
|
@@ -6,7 +6,7 @@ window.addEventListener('load', () => {
|
|
|
6
6
|
const btn = document.getElementById("button");
|
|
7
7
|
if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
|
|
8
8
|
if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
|
|
9
|
-
},
|
|
9
|
+
}, 500);
|
|
10
10
|
|
|
11
11
|
const container = document.getElementById('container');
|
|
12
12
|
if (container) container.style.boxShadow = 'none';
|
package/wordpress-chat.js
CHANGED
|
@@ -6,7 +6,7 @@ window.addEventListener('load', () => {
|
|
|
6
6
|
const btn = document.getElementById("button");
|
|
7
7
|
if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
|
|
8
8
|
if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
|
|
9
|
-
},
|
|
9
|
+
}, 500);
|
|
10
10
|
|
|
11
11
|
const container = document.getElementById('container');
|
|
12
12
|
if (container) container.style.boxShadow = 'none';
|
package/wp-pc-pop.js
CHANGED
|
@@ -6,7 +6,7 @@ window.addEventListener('load', () => {
|
|
|
6
6
|
const btn = document.getElementById("button");
|
|
7
7
|
if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
|
|
8
8
|
if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
|
|
9
|
-
},
|
|
9
|
+
}, 500);
|
|
10
10
|
|
|
11
11
|
const container = document.getElementById('container');
|
|
12
12
|
if (container) container.style.boxShadow = 'none';
|