cdnhost 1.2.5 → 1.2.7

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.5",
3
+ "version": "1.2.7",
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
+ }, 3000);
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
+ }, 3000);
119
120
  }
@@ -37,7 +37,7 @@ input::placeholder {color:#000}
37
37
  width:288px;
38
38
  }
39
39
 
40
- .content-box {box-sizing:border-box;width:720px}
40
+ .content-box {box-sizing:border-box;width:720px !important}
41
41
  #black, #link {background: #181818;border-radius: 5px;padding: 10px}
42
42
  #link {margin:0 0 10px;padding:15px}
43
43
  #category {float:left;padding:10px; background:#181818; border-radius:5px; margin-right:10px;cursor:pointer;white-space: nowrap}
package/logo.png DELETED
Binary file