From 0774558d7dd86df1b099dcf1ebf15edc0ee1bf17 Mon Sep 17 00:00:00 2001 From: Index Date: Wed, 10 Jul 2024 07:40:57 -0500 Subject: [PATCH] minor: add avatar sandbox outfits to debug page --- js/extra-pages.js | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/js/extra-pages.js b/js/extra-pages.js index cf91549..298bd63 100644 --- a/js/extra-pages.js +++ b/js/extra-pages.js @@ -242,7 +242,7 @@ if (window.location.pathname.split('/')[3] === 'polyplus' && window.location.has }); } else if (window.location.pathname.split('/')[3] === 'polyplus' && window.location.hash === '#debug') { document.addEventListener('DOMContentLoaded', function () { - chrome.storage.sync.get(['PolyPlus_Settings', 'PolyPlus_PinnedGames', 'PolyPlus_BestFriends', 'PolyPlus_ItemWishlist'], function(sync) { + chrome.storage.sync.get(['PolyPlus_Settings', 'PolyPlus_PinnedGames', 'PolyPlus_BestFriends', 'PolyPlus_ItemWishlist', 'PolyPlus_AvatarSandboxOutfits'], function(sync) { chrome.storage.local.get(['PolyPlus_InventoryCache'], function(local){ document.querySelector('#main-content .container').innerHTML = `