diff --git a/js/extra-pages.js b/js/extra-pages.js index e9109bf..2037670 100644 --- a/js/extra-pages.js +++ b/js/extra-pages.js @@ -265,6 +265,7 @@ if (window.location.pathname.split('/')[3] === 'polyplus' && window.location.has
+ Sync

Settings

${JSON.stringify((sync.PolyPlus_Settings || {}), null, 2) @@ -277,6 +278,7 @@ if (window.location.pathname.split('/')[3] === 'polyplus' && window.location.has
+ Local

Inventory Cache

${JSON.stringify((local.PolyPlus_InventoryCache || {data: [], requested: "never"}), null, 2) @@ -298,6 +300,7 @@ if (window.location.pathname.split('/')[3] === 'polyplus' && window.location.has
+ Sync

Pinned Games (${(sync.PolyPlus_PinnedGames || []).length})

${JSON.stringify((sync.PolyPlus_PinnedGames || []), null, 2) @@ -310,6 +313,7 @@ if (window.location.pathname.split('/')[3] === 'polyplus' && window.location.has
+ Sync

Item Wishlist (${(sync.PolyPlus_ItemWishlist || []).length})

${JSON.stringify((sync.PolyPlus_ItemWishlist || []), null, 2)