This commit is contained in:
first@lynx.com
2026-06-23 18:15:08 -04:00
parent 2f17356932
commit 9f4f3e7a5b

3
sw.js
View File

@ -7,8 +7,7 @@ let localStorageData = {
disableCDN: true,
};
// yandere sim big files, cuphead, ddlc assets, renpy, renpy, buckshot roulette, half life, undertale & deltarune, hollow knight
let c/",acheable_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", "thats-not-my-neighbor.pck", ".unityweb", "index.data.path"];
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", "thats-not-my-neighbor.pck", ".unityweb", "index.data.path"];
self.addEventListener("message", e => {
if (e.data && e.data.type == "localStorage") {
localStorageData = e.data;