From ac945c3e636c7089322c26fe8d17a5a598bc6957 Mon Sep 17 00:00:00 2001 From: Voxel Date: Tue, 1 Apr 2025 15:02:10 -0400 Subject: [PATCH] this is not going to work --- assets/games/papas/pancakeria/index.html | 2 +- tools/index.html | 44 +++++++++++++++--------- 2 files changed, 29 insertions(+), 17 deletions(-) diff --git a/assets/games/papas/pancakeria/index.html b/assets/games/papas/pancakeria/index.html index 9be9bc4..3629033 100644 --- a/assets/games/papas/pancakeria/index.html +++ b/assets/games/papas/pancakeria/index.html @@ -66,7 +66,7 @@
- + diff --git a/tools/index.html b/tools/index.html index bbd48be..8c46b88 100644 --- a/tools/index.html +++ b/tools/index.html @@ -33,22 +33,34 @@ }); + } + }); + + function changeFavicon(src) { + let link = document.querySelector("link[rel*='icon']") || document.createElement('link'); + link.type = "image/x-icon"; + link.rel = "shortcut icon"; + link.href = src; + document.getElementsByTagName("head")[0].appendChild(link); + } + @@ -56,7 +68,7 @@

Settings & Tools (these work on all games and pages)

-

. - Cloak key (customizable later)

, - Panic key (Opens link of your choice)

+

. - Cloak key

, - Panic key (Opens link of your choice)