/* Developer & Debug Page Accessable at /my/settings/polyplus#dev and /my/settings/polyplus#debug */ document.title = 'Poly+ Debug - Polytoria'; const Version = chrome.runtime.getManifest().version; if (window.location.pathname.split('/')[3] === 'polyplus' && window.location.hash === '#dev') { document.addEventListener('DOMContentLoaded', function () { 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.
Set a value of the extension's local settings data
Quickly clear specific parts of the extension's local data
Quickly clear specific parts of the extension's local data
Quickly clear specific locations of the extension's local data
This will clear all local data associated with the extension
This page is used for accessing most data-related objects stored by the extension.
* note: cache objects don't get cleared, instead when they are requested, if the data stored is old, new data will replace the old data.