cdnhost 1.4.4 → 1.4.5

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.5",
4
4
  "description": "cdnhost",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/seekr.js CHANGED
@@ -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
@@ -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
  }