Skip to content

Commit ebc4e71

Browse files
committed
update dependencies; more games
1 parent 7bd3757 commit ebc4e71

32 files changed

+62
-35
lines changed

d/Flappy Mario.jpg

58.5 KB
Loading

d/Obama vs. Santa.jpg

81 KB
Loading

d/Puyo Puyo.jpg

97.5 KB
Loading

d/Whack Your Boss.jpg

89.8 KB
Loading

d/Whack-a-Puyo.jpg

56.8 KB
Loading

d/index.json

1.33 KB
Binary file not shown.

lib/ruffle/core.ruffle.5cf57e75e471db11a92b.js

-2
This file was deleted.

lib/ruffle/core.ruffle.a5d09be65c2d944c7560.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ruffle/core.ruffle.ca88f6ab54e844d5bea8.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ruffle/core.ruffle.f4ca451e204649bc7208.js

-2
This file was deleted.

lib/ruffle/ruffle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "nettleweb",
33
"name": "NettleWeb",
4-
"version": "6.7.3",
4+
"version": "6.7.4",
55
"short_name": "NettleWeb",
66
"categories": ["games", "social", "entertainment"],
77
"description": "Play free online games, watch exclusive videos, and interact with a community that values your privacy. Explore our collection of HTML5, Flash, and classic games, engage in live chat, and enjoy a social experience without the snooping.",

r/0001b1

4.4 MB
Binary file not shown.

sitemap.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1561,6 +1561,7 @@ https://nettleweb.com/lwhtyvrh
15611561
https://nettleweb.com/l5hcfy3r
15621562
https://nettleweb.com/l7n4e6p2
15631563
https://nettleweb.com/ltgbnnvy
1564+
https://nettleweb.com/m69jq9al
15641565
https://nettleweb.com/lwhu11j1
15651566
https://nettleweb.com/lwhu30t2
15661567
https://nettleweb.com/m2bs10q4
@@ -2581,6 +2582,7 @@ https://nettleweb.com/lx1hqo2d
25812582
https://nettleweb.com/lx1hrygp
25822583
https://nettleweb.com/lx1htow0
25832584
https://nettleweb.com/lx1hv070
2585+
https://nettleweb.com/m682blm0
25842586
https://nettleweb.com/lx220cvj
25852587
https://nettleweb.com/lt977567
25862588
https://nettleweb.com/lu5tb2vz
@@ -2852,6 +2854,7 @@ https://nettleweb.com/lx9ado83
28522854
https://nettleweb.com/lx9afafb
28532855
https://nettleweb.com/lx9agvmo
28542856
https://nettleweb.com/lx9aiz00
2857+
https://nettleweb.com/m681m4bm
28552858
https://nettleweb.com/le53b0yc
28562859
https://nettleweb.com/m2brmrk6
28572860
https://nettleweb.com/lua9907z
@@ -3941,7 +3944,9 @@ https://nettleweb.com/m0qhb5ev
39413944
https://nettleweb.com/m0qhcolb
39423945
https://nettleweb.com/m0qheiol
39433946
https://nettleweb.com/lt6689em
3947+
https://nettleweb.com/m675v90y
39443948
https://nettleweb.com/lpv90cce
3949+
https://nettleweb.com/m681qpf0
39453950
https://nettleweb.com/m0qhgjxk
39463951
https://nettleweb.com/m0qhi6ax
39473952
https://nettleweb.com/m3ulfd3y

xr/lmn8r4jk/google.css

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruffle-player{position:absolute;display:block;width:100%;height:100%;border:none;overflow:hidden;}

xr/lmn8r4jk/index.css

-10
This file was deleted.

xr/lmn8r4jk/index.html

+19-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,27 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width,initial-scale=1" />
66
<base href="." target="_blank" />
7+
<link rel="stylesheet" type="text/css" href="/common.css" />
8+
<link rel="stylesheet" type="text/css" href="data:text/css;base64,cnVmZmxlLXBsYXllcntwb3NpdGlvbjphYnNvbHV0ZTtkaXNwbGF5OmJsb2NrO3dpZHRoOjEwMCU7aGVpZ2h0OjEwMCU7Ym9yZGVyOm5vbmU7b3ZlcmZsb3c6aGlkZGVuO30K" />
79
<title>Plants VS Zombies</title>
8-
<link rel="stylesheet" type="text/css" href="index.css" />
9-
<script type="text/javascript" src="/lib/ruffle/ruffle.js"></script>
1010
</head>
1111
<body>
12-
<script type="text/javascript" src="index.js"></script>
12+
<script type="text/javascript" src="/lib/ruffle/ruffle.js"></script>
13+
<script type="text/javascript">"use strict"; (() => {
14+
const player = RufflePlayer.newest().createPlayer();
15+
document.body.appendChild(player);
16+
player.load({
17+
url: "pvz_9_15.swf",
18+
wmode: "opaque",
19+
scale: "showAll",
20+
quality: "best",
21+
autoplay: "auto",
22+
logLevel: "warn",
23+
letterbox: "on",
24+
openUrlMode: "confirm",
25+
upgradeToHttps: true
26+
});
27+
})();
28+
</script>
1329
</body>
1430
</html>

xr/lmn8r4jk/index.js

-15
This file was deleted.

xr/m681m4bm/index.html

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width,initial-scale=1" />
6+
<base href="." target="_blank" />
7+
<link rel="stylesheet" type="text/css" href="/common.css" />
8+
<link rel="stylesheet" type="text/css" href="data:text/css;base64,cnVmZmxlLXBsYXllcntwb3NpdGlvbjphYnNvbHV0ZTtkaXNwbGF5OmJsb2NrO3dpZHRoOjEwMCU7aGVpZ2h0OjEwMCU7Ym9yZGVyOm5vbmU7b3ZlcmZsb3c6aGlkZGVuO30K" />
9+
<title>Puyo Puyo</title>
10+
</head>
11+
<body>
12+
<script type="text/javascript" src="/lib/ruffle/ruffle.js"></script>
13+
<script type="text/javascript">"use strict"; (() => {
14+
const player = RufflePlayer.newest().createPlayer();
15+
document.body.appendChild(player);
16+
player.load({
17+
url: "main.swf",
18+
wmode: "opaque",
19+
scale: "showAll",
20+
quality: "best",
21+
autoplay: "auto",
22+
logLevel: "warn",
23+
letterbox: "on",
24+
openUrlMode: "confirm",
25+
upgradeToHttps: true
26+
});
27+
})();
28+
</script>
29+
</body>
30+
</html>

xr/m681m4bm/main.swf

83.3 KB
Binary file not shown.

xr/m681m4bm/swf/game_01.swf

187 KB
Binary file not shown.

xr/m681m4bm/swf/game_02.swf

171 KB
Binary file not shown.

xr/m681m4bm/swf/game_03.swf

170 KB
Binary file not shown.

xr/m681m4bm/swf/game_04.swf

454 KB
Binary file not shown.

xr/m681m4bm/swf/game_05.swf

270 KB
Binary file not shown.

xr/m681m4bm/swf/game_06.swf

239 KB
Binary file not shown.

xr/m681m4bm/swf/game_07.swf

529 KB
Binary file not shown.

xr/m681m4bm/swf/game_08.swf

191 KB
Binary file not shown.

xr/m681m4bm/swf/game_09.swf

231 KB
Binary file not shown.

0 commit comments

Comments
 (0)