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

Function commitHex

theme.js:6087–6092  ·  view source on GitHub ↗
(raw)

Source from the content-addressed store, hash-verified

6085 window.addEventListener("glowifyNpvcUpdate", () => {
6086 removeAll();
6087 setTimeout(apply, 100);
6088 });
6089 apply();
6090 setTimeout(apply, 1e3);
6091 setTimeout(apply, 3e3);
6092 }
6093
6094 // src/settings/features/actionBarBox.ts
6095 var STYLE_ID2 = "glowify-action-bar-box-style";

Callers 1

ColorPickerFunction · 0.85

Calls 1

normalizeHexColorFunction · 0.85

Tested by

no test coverage detected