MCPcopy Create free account
hub / github.com/NMWplays/Glowify / updateHomeLayoutCss

Function updateHomeLayoutCss

theme.js:4222–4225  ·  view source on GitHub ↗
(on)

Source from the content-addressed store, hash-verified

4220 const STORAGE_KEY_MODE = "glowify-artist-bg-mode";
4221 const STORAGE_KEY_CUSTOM = "glowify-artist-bg-image";
4222 const STORAGE_KEY_URL = "glowify-artist-bg-url";
4223 const getSavedMode = () => localStorage.getItem(STORAGE_KEY_MODE) || "theme";
4224 const setSavedMode = (mode) => localStorage.setItem(STORAGE_KEY_MODE, mode);
4225 const getCustomImage = () => localStorage.getItem(STORAGE_KEY_CUSTOM);
4226 const getCustomUrl = () => localStorage.getItem(STORAGE_KEY_URL);
4227 function isArtistPage() {
4228 try {

Callers 2

applyHomeLayoutFunction · 0.85
applySavedHomeLayoutFunction · 0.85

Calls 1

updateStyleFunction · 0.85

Tested by

no test coverage detected