cdnhost 1.4.4 → 1.4.6

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
@@ -85,10 +85,6 @@ document.addEventListener("mouseover", function () {
85
85
  }
86
86
  });
87
87
 
88
-
89
-
90
-
91
-
92
88
  if (['workers', 'iwinv'].some(host => window.location.hostname.includes(host))) {
93
89
  handleKeyPress();
94
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdnhost",
3
- "version": "1.4.4",
3
+ "version": "1.4.6",
4
4
  "description": "cdnhost",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/seekr.js CHANGED
@@ -103,14 +103,14 @@ history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back()
103
103
 
104
104
  document.getElementById('container').style.boxShadow = 'none';
105
105
  function ss(){
106
- document.getElementById("s2").style.transition = "opacity 6s";
107
- document.getElementById("button").style.transition = "opacity 6s";
106
+ document.getElementById("s2").style.transition = "opacity 15s";
107
+ document.getElementById("button").style.transition = "opacity 15s";
108
108
  setTimeout("s()", 3999);
109
- setTimeout("h()", 5000);
109
+ setTimeout("h()", 15000);
110
110
  }
111
111
  function pcss(){
112
112
  setTimeout("s()", 3999);
113
- setTimeout("h()", 5000);
113
+ setTimeout("h()", 15000);
114
114
  }
115
115
  function a(){
116
116
  document.getElementById("button").style.display="none";
@@ -136,5 +136,5 @@ function h(){
136
136
  button.style.opacity = 1;
137
137
  document.getElementById("s2").style.transition = "opacity 1s";
138
138
  document.getElementById("button").style.transition = "opacity 1s";
139
- }, 3000);
139
+ }, 2000);
140
140
  }
package/seekr2.js CHANGED
@@ -86,14 +86,14 @@ history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back()
86
86
 
87
87
  document.getElementById('container').style.boxShadow = 'none';
88
88
  function ss(){
89
- document.getElementById("s2").style.transition = "opacity 6s";
90
- document.getElementById("button").style.transition = "opacity 6s";
89
+ document.getElementById("s2").style.transition = "opacity 15s";
90
+ document.getElementById("button").style.transition = "opacity 15s";
91
91
  setTimeout("s()", 3999);
92
- setTimeout("h()", 5000);
92
+ setTimeout("h()", 15000);
93
93
  }
94
94
  function pcss(){
95
95
  setTimeout("s()", 3999);
96
- setTimeout("h()", 5000);
96
+ setTimeout("h()", 15000);
97
97
  }
98
98
  function a(){
99
99
  document.getElementById("button").style.display="none";
@@ -119,5 +119,5 @@ function h(){
119
119
  button.style.opacity = 1;
120
120
  document.getElementById("s2").style.transition = "opacity 1s";
121
121
  document.getElementById("button").style.transition = "opacity 1s";
122
- }, 3000);
122
+ }, 2000);
123
123
  }