in src/content_script.js [366:371]
async function localStorageAvailable() { if (typeof(Storage) !== "undefined") { return true; } return false; }