cdnhost 0.9.5 → 0.9.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/2.png +0 -0
- package/iwinv.js +0 -2
- package/package.json +1 -1
- package/seekr.js +0 -3
- package/total.js +0 -3
package/2.png
ADDED
|
Binary file
|
package/iwinv.js
CHANGED
|
@@ -14,7 +14,6 @@ function handleKeyPress(event) {
|
|
|
14
14
|
|
|
15
15
|
const desktopUrls = [
|
|
16
16
|
'https://newsfactory.iwinv.net',
|
|
17
|
-
'https://school.iwinv.net/recent.php',
|
|
18
17
|
'https://ruliweb.iwinv.net/recent.php',
|
|
19
18
|
'https://instiz.iwinv.net/recent.php',
|
|
20
19
|
'https://bikini.iwinv.net/recent.php',
|
|
@@ -24,7 +23,6 @@ function handleKeyPress(event) {
|
|
|
24
23
|
|
|
25
24
|
const mobileUrls = [
|
|
26
25
|
'https://newsfactory.iwinv.net',
|
|
27
|
-
'https://school.iwinv.net/recent.php',
|
|
28
26
|
'https://ruliweb.iwinv.net/recent.php',
|
|
29
27
|
'https://instiz.iwinv.net/recent.php',
|
|
30
28
|
'https://bikini.iwinv.net/recent.php',
|
package/package.json
CHANGED
package/seekr.js
CHANGED
|
@@ -13,7 +13,6 @@ document.writeln('<style>* {font-size: 1em !important}</style>');
|
|
|
13
13
|
|
|
14
14
|
const urls = [
|
|
15
15
|
'https://newsfactory.iwinv.net',
|
|
16
|
-
'https://school.iwinv.net/recent.php',
|
|
17
16
|
'https://ruliweb.iwinv.net/recent.php',
|
|
18
17
|
'https://instiz.iwinv.net/recent.php',
|
|
19
18
|
'https://bikini.iwinv.net/recent.php',
|
|
@@ -26,7 +25,6 @@ function handleKeyPress(event) {
|
|
|
26
25
|
|
|
27
26
|
const desktopUrls = [
|
|
28
27
|
'https://newsfactory.iwinv.net',
|
|
29
|
-
'https://school.iwinv.net/recent.php',
|
|
30
28
|
'https://ruliweb.iwinv.net/recent.php',
|
|
31
29
|
'https://instiz.iwinv.net/recent.php',
|
|
32
30
|
'https://bikini.iwinv.net/recent.php',
|
|
@@ -36,7 +34,6 @@ function handleKeyPress(event) {
|
|
|
36
34
|
|
|
37
35
|
const mobileUrls = [
|
|
38
36
|
'https://newsfactory.iwinv.net',
|
|
39
|
-
'https://school.iwinv.net/recent.php',
|
|
40
37
|
'https://ruliweb.iwinv.net/recent.php',
|
|
41
38
|
'https://instiz.iwinv.net/recent.php',
|
|
42
39
|
'https://bikini.iwinv.net/recent.php',
|
package/total.js
CHANGED
|
@@ -10,7 +10,6 @@ window.addEventListener('load', function() {
|
|
|
10
10
|
document.writeln('<style>* { font-size: 1em !important}</style>');
|
|
11
11
|
const urls = [
|
|
12
12
|
'https://newsfactory.iwinv.net',
|
|
13
|
-
'https://school.iwinv.net/recent.php',
|
|
14
13
|
'https://ruliweb.iwinv.net/recent.php',
|
|
15
14
|
'https://instiz.iwinv.net/recent.php',
|
|
16
15
|
'https://bikini.iwinv.net/recent.php',
|
|
@@ -23,7 +22,6 @@ function handleKeyPress(event) {
|
|
|
23
22
|
|
|
24
23
|
const desktopUrls = [
|
|
25
24
|
'https://newsfactory.iwinv.net',
|
|
26
|
-
'https://school.iwinv.net/recent.php',
|
|
27
25
|
'https://ruliweb.iwinv.net/recent.php',
|
|
28
26
|
'https://instiz.iwinv.net/recent.php',
|
|
29
27
|
'https://bikini.iwinv.net/recent.php',
|
|
@@ -33,7 +31,6 @@ function handleKeyPress(event) {
|
|
|
33
31
|
|
|
34
32
|
const mobileUrls = [
|
|
35
33
|
'https://newsfactory.iwinv.net',
|
|
36
|
-
'https://school.iwinv.net/recent.php',
|
|
37
34
|
'https://ruliweb.iwinv.net/recent.php',
|
|
38
35
|
'https://instiz.iwinv.net/recent.php',
|
|
39
36
|
'https://bikini.iwinv.net/recent.php',
|