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

Function V

theme.js:5166–5168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5164 anyWin.__coverSwipeOff = () => {
5165 document.removeEventListener("pointerdown", onPointerDown, true);
5166 document.removeEventListener("keydown", onKeyDown, true);
5167 clearInterval(cinemaPoll);
5168 if (manualSkipTimer) clearTimeout(manualSkipTimer);
5169 unmount();
5170 if (anyWin.Spicetify?.Player) {
5171 Spicetify.Player.removeEventListener("songchange", onSongChange);

Callers 1

JFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected