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

Function waitForPlayer

theme.js:3975–3981  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3973 "glowify-glow-effect-mode",
3974 enabled ? `:root { --glowify-outline: none !important; }` : `:root { --glowify-shadow: none !important; --glowify-outline: ${outline} !important; }
3975 .glowifySectionTitle,
3976 .glowifySectionBody,
3977 .glowifyControlSurface,
3978 .glowifySettingsPanel,
3979 .glowifySelectMenu,
3980 .glowifySectionNavScrollBtn {
3981 outline: var(--glowify-outline) !important;
3982 }`
3983 );
3984 }

Callers 1

installNextSongCardFunction · 0.85

Calls 1

sleepFunction · 0.85

Tested by

no test coverage detected