From 62b2436fbf556ead4efcae75b25667c1ac53e1f7 Mon Sep 17 00:00:00 2001 From: sky Date: Thu, 25 Dec 2025 19:05:41 -0500 Subject: [PATCH] update --- img/missing.svg | 1 + js/games.js | 1 + quotes.json | 12 ++++-------- sw.js | 2 +- 4 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 img/missing.svg diff --git a/img/missing.svg b/img/missing.svg new file mode 100644 index 0000000..f09f821 --- /dev/null +++ b/img/missing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/js/games.js b/js/games.js index d251355..fed7b7c 100755 --- a/js/games.js +++ b/js/games.js @@ -28,6 +28,7 @@ async function loadGames() { let image = document.createElement("img"); image.src = `/resources/semag/${element.directory}/${element.image}`; image.loading = `lazy`; + image.onerror = function() {this.src="/img/missing.svg"}; let holder = document.createElement("div"); holder.id = "holder"; let title = document.createElement("h1"); diff --git a/quotes.json b/quotes.json index c743686..17bf285 100644 --- a/quotes.json +++ b/quotes.json @@ -1,6 +1,5 @@ [ "pay attention during school", - "yall playing games while im making the website ur using", "Hello!", "Lorem ipsum dolor sit amet, adipiscing consequat adipiscing sit amet. In tortor dolor, sollicitudin quis urna vitae, rutrum selecrelico dolor. Ut facilisis ornare lacus, ut dictum felis aliquam ut. Omnino interdum fit cum cura. Non est aequum, non solum, sed nec refert quis sit terra. Sed vestibulum a tellus non semper. Aliquam a neque euismod dolor dapibus aliquet ultricies ut nibh. Sed eget auctor ante. Aliquam dictum volutpat vestibulum. Putasti ovum paschale futurum. Nullo modo.", "join the discord NOW", @@ -15,8 +14,6 @@ "uWu", "OwO", "UwU", - "Chocolate hummus is a disgrace to the entire middle east.", - "3kh0 has fell, and now 3kh0 has sadly died.", "Fun fact: Your chromebook is likely being monitored 24/7", "Activate Selenite, Go to settings to activate Selenite", "This copy of Selenite is not genuine.", @@ -24,7 +21,6 @@ "You may be a victim of software counterfeiting", "Woe to those who don't use this game site", "Did you know we are open source?", - "SUPR COL GAMS V2 IS AWESOME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", "thank you to louis pasteur for inventing milk", "you found the secret message", "i know where you live", @@ -36,12 +32,11 @@ "what website is this?", "we love about:blank", "join the discord to be cool", - "bigfoot is an L", "check steam", "selentine", "geometry dash two point two", "does anyone call twitter X unironically", - "rights to the trans people 🏳️‍⚧️ (trans rights)", + "trans rights 🏳️‍⚧️", "happy new years everyone", "merry christmas everyone", "happy easter day everyone", @@ -57,7 +52,6 @@ "penguinify", "a456pur", "selenite", - "3kh0", "selenite is the best", "selenite is the best website", "selenite is the best website ever", @@ -103,5 +97,7 @@ "you only really have 2 choices", "ts is a tuff ahh site boi", "mrrp :3", - "mrrreeeooooowww :3" + "mrrreeeooooowww :3", + "fortnite when", + "add roblox" ] \ No newline at end of file diff --git a/sw.js b/sw.js index a3fc92f..b52da5a 100644 --- a/sw.js +++ b/sw.js @@ -7,7 +7,7 @@ let localStorageData = { disableCDN: true, }; // yandere sim big files, cuphead, ddlc assets, renpy, renpy, buckshot roulette, half life, undertale & deltarune, hollow knight -let cacheable_files = ["YandereSim.data", "cuphead/Build/Build.data.unityweb.", "/ddlc/game/", "/co09/game/", "/co09flipside/game/", "/co09reup/game/", "renpy.data", "game.zip", "buckshot-roulette.pck", "halva_en-", "game.unx", "bog.data", "FTFHAPort.data.unityweb"]; +let cacheable_files = ["YandereSim.data", "cuphead/Build/Build.data.unityweb.", "/ddlc/game/", "/ddlcplus/game/", "/co09/game/", "/co09flipside/game/", "/co09reup/game/", "renpy.data", "game.zip", "buckshot-roulette.pck", "halva_en-", "game.unx", "bog.data", "FTFHAPort.data.unityweb", "Content.tar.part"]; self.addEventListener("message", e => { if(e.data && e.data.type == "localStorage") {