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)