Command-line tool to customize Spotify client. Supports Windows, macOS, and Linux.
10 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | Extensions/keyboardShortcut.js | 137 | const historyURI = Spicetify.Platform.History.location.pathname.replace(/^\//, "spotify:").replace(/\//g, ":"); |
| CRITICAL | Extensions/shuffle+.js | 415 | const releases = discography.data.artistUnion.discography.all.items.flatMap(({ releases }) => releases.items); |
| CRITICAL | Extensions/shuffle+.js | 446 | return data.artistUnion.discography.topTracks.items.map(({ track }) => track.uri); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | globals.d.ts | 735 | function registerImportantShortcut(keys: KeysDefine, callback: (event: KeyboardEvent) => void): void; |
| LOW | globals.d.ts | 737 | function deregisterImportantShortcut(keys: KeysDefine): void; |
| LOW | Extensions/shuffle+.js | 228 | function shouldAddShufflePlusLiked(uri) { |
| LOW | Extensions/shuffle+.js | 239 | function shouldAddShufflePlusLocal(uri) { |
| LOW | CustomApps/lyrics-plus/OptionsMenu.js | 89 | function getMusixmatchTranslationPrefix() { |
| LOW | jsHelper/expFeatures.js | 133 | (function waitForRemoteConfigResolver() { |
| LOW | jsHelper/spicetifyWrapper.js | 840 | function ScrollableContainerComponent(props) { |