diff --git a/js/extra-pages.js b/js/extra-pages.js index 1add1ab..c5a5990 100644 --- a/js/extra-pages.js +++ b/js/extra-pages.js @@ -241,89 +241,88 @@ 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(result) { - document.querySelector('#main-content .container').innerHTML = ` - -
This page is used by developers for debugging most data related things. It is unrecommended you modify any data on this page, but if you ever want to go ahead.
-This page is used by developers for debugging most data related things. It is unrecommended you modify any data on this page, but if you ever want to go ahead.