forked from gn-math/html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path181.html
More file actions
79 lines (78 loc) · 3.77 KB
/
181.html
File metadata and controls
79 lines (78 loc) · 3.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html style="width:100%;height:100%;background-color:black;">
<head>
<meta charset="UTF-8">
<meta http-equiv="origin-trial" content="ArNPSFm7gVG988ErBulTuZ21VM9sMvN4G90SgXXCOOzf2rbY0PLmI/DYkgEiEZZxC3zIqUIf3NInHkZoSvutyAIAAAB7eyJvcmlnaW4iOiJodHRwczovL2VhZ2xlcmNyYWZ0LmNvbTo0NDMiLCJmZWF0dXJlIjoiV2ViQXNzZW1ibHlKU1Byb21pc2VJbnRlZ3JhdGlvbiIsImV4cGlyeSI6MTc0NDY3NTIwMCwiaXNTdWJkb21haW4iOnRydWV9">
<meta http-equiv="origin-trial" content="A6nEkkcO9G/wqamPSME1dPmkGL/GvlLLPuW8lI1WBBHX/LCCvJdNYA/nicSPw/9kLEqq9QVv4g0SQL/xdbU8p2oAAAB7eyJvcmlnaW4iOiJodHRwczovL2VhZ2xlcmNyYWZ0LmNvbTo0NDMiLCJmZWF0dXJlIjoiV2ViQXNzZW1ibHlKU1Byb21pc2VJbnRlZ3JhdGlvbiIsImV4cGlyeSI6MTczODEzNTMwNCwiaXNTdWJkb21haW4iOnRydWV9">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<title>Minecraft 1.8.8</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-64TQKQ7TWQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-64TQKQ7TWQ');
</script>
<script type="text/javascript">
window.addEventListener("load", function() {
if((typeof WebAssembly !== "undefined") && (typeof WebAssembly.Suspending !== "undefined")) {
try {
if("true" === window.localStorage.getItem("hideEaglerWASMAvailable")) {
return;
}
}catch(ex) {
}
var el = document.getElementById("eaglerWASMAvailable");
var chkbox = document.getElementById("eaglerWASMAvailableDontShow");
function handleDontShow() {
if(chkbox.checked) {
try {
window.localStorage.setItem("hideEaglerWASMAvailable", "true");
}catch(ex) {
}
}
}
el.style.display = "block";
document.getElementById("eaglerWASMAvailableYes").addEventListener("click", function() {
handleDontShow();
document.location.href = "https://eaglercraft.com/mc/1.8.8-wasm/";
});
document.getElementById("eaglerWASMAvailableNo").addEventListener("click", function() {
handleDontShow();
el.style.display = "none";
});
}
});
</script>
<script type="text/javascript">
window.disableUserscripts = true;
window.__eaglercraftLoaderClient = {
container: "game_frame",
name: "EaglercraftX 1.8",
file: "net.lax1dude.eaglercraft.v1_8.client",
cid: "bafybeigvjbotqwm5mdjkvfqwxylpvap35lmya4d3jo6sn76pqzm2gub52i",
path: "",
download: "https://cdn.jsdelivr.net/gh/genizy/mc@main/data/1.8.8.gz",
dlSize: 14027305,
gzip: true
};
</script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/genizy/mc@main/shared/loader.js"></script>
<link type="image/png" rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/genizy/mc@main/shared/game.png" />
</head>
<body style="margin:0px;width:100%;height:100%;overflow:hidden;background-color:white;">
<div id="eaglerWASMAvailable" style="display:none;position:absolute;left:0px;top:0px;right:0px;z-index:1000;">
<div style="margin:auto;max-width:650px;">
<div style="margin:20px;border:5px double black;padding:10px;background-color:white;text-align:center;font-family:sans-serif;font-size:1.2em;">
<h3>EaglercraftX 1.8 WebAssembly GC is supported on your browser, would you like to try it?</h3>
<p>The new version of EaglercraftX 1.8 gets almost <b>2x the FPS</b>, however it may crash if your device doesn't have a lot of memory</p>
<p>Your existing singleplayer worlds will be available</p>
<h4><input type="checkbox" style="zoom:1.5;" id="eaglerWASMAvailableDontShow"> Do not show again</h4>
<p><button id="eaglerWASMAvailableYes" style="zoom:1.5;">Switch to WebAssembly version</button></p>
<p><button id="eaglerWASMAvailableNo" style="zoom:1.5;">Keep using JavaScript version</button></p>
</div>
</div>
</div>
<div id="game_frame" style="width:100%;height:100%;"></div>
</body>
</html>