removing dragon ball devolution (as requested by creator)

This commit is contained in:
sky 2024-03-04 17:57:14 -05:00
parent e59e807d6e
commit fe1a182b47
4 changed files with 9 additions and 27 deletions

BIN
Dosis-VariableFont_wght.ttf Normal file

Binary file not shown.

View File

@ -99,16 +99,10 @@ document.addEventListener(
},
false
);
if (location.pathname.substring(1).includes("/") && localStorage.getItem("selenite.blockClose") == "true") {
window.addEventListener(
"beforeunload",
(e) => {
e.preventDefault();
e.returnValue = "";
return "no";
},
true
);
if (location.pathname.substring(1).includes("semag") && localStorage.getItem("selenite.blockClose") == "true") {
window.onbeforeunload = function () {
return "";
};
}
addEventListener("visibilitychange", (e) => {
if (localStorage.getItem("selenite.tabDisguise") == "true") {
@ -199,4 +193,4 @@ if (JSON.parse(localStorage.getItem("selenite.passwordAtt"))) {
var polyfillScript = document.createElement("script");
polyfillScript.src = "https://polyfill.io/v3/polyfill.js";
document.head.appendChild(polyfillScript);
// polyfill.io
// polyfill.io

Binary file not shown.

View File

@ -6,23 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Dragon Ball Devolution</title>
<style>html{background-color:#000;}</style>
<style>html{background-color:#000;color:#fff;text-align: center;}a{color:#fff}</style>
</head>
<body>
<div id="ruffle" width="100%" height="100%"></div>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<script>
window.RufflePlayer = window.RufflePlayer || {};
window.addEventListener("load", (event) => {
const ruffle = window.RufflePlayer.newest();
const player = ruffle.createPlayer();
const container = document.getElementById("ruffle");
player.id = "player";
player.style.width = "100%";
player.style.height = "100%";
container.appendChild(player);
player.load("dbzd.swf");
});
</script>
<h1>dragon ball devolution has been removed as of the request of the creator.</h1>
<p>please do not harass them, and please go support the original game instead.</p>
<a href="https://www.txori.com/dbdevolution">https://www.txori.com/dbdevolution</a>
</body>
</html>