cdnhost 1.2.6 → 1.2.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
@@ -39,6 +39,7 @@ function handleKeyPress(event) {
39
39
  'https://munpia.iwinv.net/recent.php',
40
40
  'https://slrclub.iwinv.net/recent.php',
41
41
  'https://interpals.iwinv.net/recent.php',
42
+ 'https://snp500.iwinv.net/recent.php',
42
43
  ];
43
44
 
44
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdnhost",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "description": "cdnhost",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/seekr.js CHANGED
@@ -27,6 +27,7 @@ const urls = [
27
27
  'https://munpia.iwinv.net/recent.php',
28
28
  'https://slrclub.iwinv.net/recent.php',
29
29
  'https://interpals.iwinv.net/recent.php',
30
+ 'https://snp500.iwinv.net/recent.php',
30
31
  ];
31
32
 
32
33
 
@@ -62,6 +63,7 @@ function handleKeyPress(event) {
62
63
  'https://munpia.iwinv.net/recent.php',
63
64
  'https://slrclub.iwinv.net/recent.php',
64
65
  'https://interpals.iwinv.net/recent.php',
66
+ 'https://snp500.iwinv.net/recent.php',
65
67
  ];
66
68
 
67
69
  const urls = isMobile ? mobileUrls : desktopUrls;
@@ -95,14 +97,14 @@ history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back()
95
97
 
96
98
  document.getElementById('container').style.boxShadow = 'none';
97
99
  function ss(){
98
- document.getElementById("s2").style.transition = "opacity 15s";
99
- document.getElementById("button").style.transition = "opacity 15s";
100
+ document.getElementById("s2").style.transition = "opacity 16s";
101
+ document.getElementById("button").style.transition = "opacity 16s";
100
102
  setTimeout("s()", 3999);
101
- setTimeout("h()", 14999);
103
+ setTimeout("h()", 15999);
102
104
  }
103
105
  function pcss(){
104
106
  setTimeout("s()", 3999);
105
- setTimeout("h()", 14999);
107
+ setTimeout("h()", 15999);
106
108
  }
107
109
  function a(){
108
110
  document.getElementById("button").style.display="none";
@@ -128,5 +130,5 @@ function h(){
128
130
  button.style.opacity = 1;
129
131
  document.getElementById("s2").style.transition = "opacity 1s";
130
132
  document.getElementById("button").style.transition = "opacity 1s";
131
- }, 4000);
133
+ }, 2000);
132
134
  }
package/seekr2.js CHANGED
@@ -49,6 +49,7 @@ function handleKeyPress(event) {
49
49
  'https://munpia.iwinv.net/recent.php',
50
50
  'https://slrclub.iwinv.net/recent.php',
51
51
  'https://interpals.iwinv.net/recent.php',
52
+ 'https://snp500.iwinv.net/recent.php',
52
53
  ];
53
54
 
54
55
  const urls = isMobile ? mobileUrls : desktopUrls;
@@ -82,14 +83,14 @@ history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back()
82
83
 
83
84
  document.getElementById('container').style.boxShadow = 'none';
84
85
  function ss(){
85
- document.getElementById("s2").style.transition = "opacity 15s";
86
- document.getElementById("button").style.transition = "opacity 15s";
86
+ document.getElementById("s2").style.transition = "opacity 16s";
87
+ document.getElementById("button").style.transition = "opacity 16s";
87
88
  setTimeout("s()", 3999);
88
- setTimeout("h()", 14999);
89
+ setTimeout("h()", 15999);
89
90
  }
90
91
  function pcss(){
91
92
  setTimeout("s()", 3999);
92
- setTimeout("h()", 14999);
93
+ setTimeout("h()", 15999);
93
94
  }
94
95
  function a(){
95
96
  document.getElementById("button").style.display="none";
@@ -115,5 +116,5 @@ function h(){
115
116
  button.style.opacity = 1;
116
117
  document.getElementById("s2").style.transition = "opacity 1s";
117
118
  document.getElementById("button").style.transition = "opacity 1s";
118
- }, 4000);
119
+ }, 2000);
119
120
  }
package/total.js CHANGED
@@ -100,11 +100,11 @@ function ss(){
100
100
  document.getElementById("s2").style.transition = "opacity 9s";
101
101
  document.getElementById("button").style.transition = "opacity 9s";
102
102
  setTimeout("s()", 3999);
103
- setTimeout("h()", 14999);
103
+ setTimeout("h()", 15999);
104
104
  }
105
105
  function pcss(){
106
106
  setTimeout("s()", 3999);
107
- setTimeout("h()", 14999);
107
+ setTimeout("h()", 15999);
108
108
  }
109
109
  function a(){
110
110
  document.getElementById("button").style.display="none";
@@ -130,5 +130,5 @@ function h(){
130
130
  button.style.opacity = 1;
131
131
  document.getElementById("s2").style.transition = "opacity 1s";
132
132
  document.getElementById("button").style.transition = "opacity 1s";
133
- }, 4000);
133
+ }, 2000);
134
134
  }