fix flash games also we need more flash games

This commit is contained in:
Voxel 2025-04-01 12:43:05 -04:00 committed by GitHub
parent a63ac1ee78
commit a34c091f43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 280 additions and 134 deletions

View file

@ -1,6 +1,20 @@
<title>Fleeing the Complex</title> <!DOCTYPE html>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon"> <html>
<script> <head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3044824252307692"
crossorigin="anonymous"></script>
<title>Stealing the Diamond</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<!--Google Analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-M9KJ1XPKLF');
</script>
<script>
document.addEventListener("DOMContentLoaded", function() { document.addEventListener("DOMContentLoaded", function() {
let savedLink = localStorage.getItem("savedLink"); let savedLink = localStorage.getItem("savedLink");
@ -17,12 +31,14 @@
} }
}); });
}); });
</script> </script>
<script> <script>
document.addEventListener('keydown', function(event) { document.addEventListener('keydown', function(event) {
if (event.key === '.') { if (event.key === '.') {
// Change title
document.title = "Student and Parent Sign In"; document.title = "Student and Parent Sign In";
// Change favicon
var link = document.querySelector("link[rel~='icon']"); var link = document.querySelector("link[rel~='icon']");
if (!link) { if (!link) {
link = document.createElement('link'); link = document.createElement('link');
@ -32,7 +48,28 @@
link.href = '/assets/img/new_favicon.ico'; link.href = '/assets/img/new_favicon.ico';
} }
}); });
</script> </script>
<!--Google Analytics-->
<iframe id="innerFrame" name="innerFrame" sandbox="allow-scripts allow-popups allow-forms allow-same-origin allow-popups-to-escape-sandbox allow-downloads" frameborder="0" allowfullscreen="" src="/reider/storage/gxmes/fleeingthecomplex/index.html" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;"> <style>
</iframe> html, body {
background-color: black;
margin: 0;
height: 100%;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
</style>
</head>
<body>
<div class="container">
<object data="/reider/storage/gxmes/fleeingthecomplex/flee.swf" width="1000" height="800" type="application/x-shockwave-flash">
<param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="true">
</object>
</div>
</body>
</html>

View file

@ -1,6 +1,20 @@
<title>Stealing the Diamond</title> <!DOCTYPE html>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon"> <html>
<script> <head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3044824252307692"
crossorigin="anonymous"></script>
<title>Stealing the Diamond</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<!--Google Analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-M9KJ1XPKLF');
</script>
<script>
document.addEventListener("DOMContentLoaded", function() { document.addEventListener("DOMContentLoaded", function() {
let savedLink = localStorage.getItem("savedLink"); let savedLink = localStorage.getItem("savedLink");
@ -17,8 +31,8 @@
} }
}); });
}); });
</script> </script>
<script> <script>
document.addEventListener('keydown', function(event) { document.addEventListener('keydown', function(event) {
if (event.key === '.') { if (event.key === '.') {
// Change title // Change title
@ -34,7 +48,28 @@
link.href = '/assets/img/new_favicon.ico'; link.href = '/assets/img/new_favicon.ico';
} }
}); });
</script> </script>
<!--Google Analytics-->
<iframe id="innerFrame" name="innerFrame" sandbox="allow-scripts allow-popups allow-forms allow-same-origin allow-popups-to-escape-sandbox allow-downloads" frameborder="0" allowfullscreen="" src="/reider/storage/gxmes/stealingthediamond/index.html" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;"> <style>
</iframe> html, body {
background-color: black;
margin: 0;
height: 100%;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
</style>
</head>
<body>
<div class="container">
<object data="/reider/storage/gxmes/stealingthediamond/stdhenrystickmin.swf" width="1000" height="800" type="application/x-shockwave-flash">
<param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="true">
</object>
</div>
</body>
</html>

View file

@ -1,6 +1,20 @@
<title>Escaping the Prison</title> <!DOCTYPE html>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon"> <html>
<script> <head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3044824252307692"
crossorigin="anonymous"></script>
<title>Stealing the Diamond</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<!--Google Analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-M9KJ1XPKLF');
</script>
<script>
document.addEventListener("DOMContentLoaded", function() { document.addEventListener("DOMContentLoaded", function() {
let savedLink = localStorage.getItem("savedLink"); let savedLink = localStorage.getItem("savedLink");
@ -17,12 +31,14 @@
} }
}); });
}); });
</script> </script>
<script> <script>
document.addEventListener('keydown', function(event) { document.addEventListener('keydown', function(event) {
if (event.key === '.') { if (event.key === '.') {
// Change title
document.title = "Student and Parent Sign In"; document.title = "Student and Parent Sign In";
// Change favicon
var link = document.querySelector("link[rel~='icon']"); var link = document.querySelector("link[rel~='icon']");
if (!link) { if (!link) {
link = document.createElement('link'); link = document.createElement('link');
@ -32,7 +48,28 @@
link.href = '/assets/img/new_favicon.ico'; link.href = '/assets/img/new_favicon.ico';
} }
}); });
</script> </script>
<!--Google Analytics-->
<iframe id="innerFrame" name="innerFrame" sandbox="allow-scripts allow-popups allow-forms allow-same-origin allow-popups-to-escape-sandbox allow-downloads" frameborder="0" allowfullscreen="" src="/reider/storage/gxmes/escapingtheprison/index.html" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;"> <style>
</iframe> html, body {
background-color: black;
margin: 0;
height: 100%;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
</style>
</head>
<body>
<div class="container">
<object data="/reider/storage/gxmes/escapingtheprison/prison.swf" width="1000" height="800" type="application/x-shockwave-flash">
<param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="true">
</object>
</div>
</body>
</html>

View file

@ -1,6 +1,20 @@
<title>World's Hardest Game</title> <!DOCTYPE html>
<link id="favicon" rel="icon" href="/assets/img/milk.png" type="image/x-icon"> <html>
<script> <head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3044824252307692"
crossorigin="anonymous"></script>
<title>Stealing the Diamond</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<!--Google Analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-M9KJ1XPKLF');
</script>
<script>
document.addEventListener("DOMContentLoaded", function() { document.addEventListener("DOMContentLoaded", function() {
let savedLink = localStorage.getItem("savedLink"); let savedLink = localStorage.getItem("savedLink");
@ -17,12 +31,14 @@
} }
}); });
}); });
</script> </script>
<script> <script>
document.addEventListener('keydown', function(event) { document.addEventListener('keydown', function(event) {
if (event.key === '.') { if (event.key === '.') {
// Change title
document.title = "Student and Parent Sign In"; document.title = "Student and Parent Sign In";
// Change favicon
var link = document.querySelector("link[rel~='icon']"); var link = document.querySelector("link[rel~='icon']");
if (!link) { if (!link) {
link = document.createElement('link'); link = document.createElement('link');
@ -32,7 +48,28 @@
link.href = '/assets/img/new_favicon.ico'; link.href = '/assets/img/new_favicon.ico';
} }
}); });
</script> </script>
<!--Google Analytics-->
<iframe id="innerFrame" name="innerFrame" sandbox="allow-scripts allow-popups allow-forms allow-same-origin allow-popups-to-escape-sandbox allow-downloads" frameborder="0" allowfullscreen="" src="/tylerpalko/worldshardestgame" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;"> <style>
</iframe> html, body {
background-color: black;
margin: 0;
height: 100%;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
</style>
</head>
<body>
<div class="container">
<object data="/reider/storage/gxmes/hardestgame/hardestgame.swf" width="1000" height="800" type="application/x-shockwave-flash">
<param name="allowScriptAccess" value="always">
<param name="allowFullScreen" value="true">
</object>
</div>
</body>
</html>