├── .github └── workflows │ └── standardjs.yml ├── LICENSE ├── README.md ├── SpotifyGeniusLyrics.user.js ├── archive └── 2023-08-28 │ ├── screenshot.png │ ├── screenshotReactGeniusTheme.png │ └── screenshotReactSpotifyTheme.png ├── keyboard.png ├── screenshotGeniusTheme.png ├── screenshotSpotifyTheme.png └── screenshotWhiteTheme.png /.github/workflows/standardjs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Spotify-Genius-Lyrics-userscript/HEAD/.github/workflows/standardjs.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Spotify-Genius-Lyrics-userscript/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Spotify-Genius-Lyrics-userscript/HEAD/README.md -------------------------------------------------------------------------------- /SpotifyGeniusLyrics.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Spotify-Genius-Lyrics-userscript/HEAD/SpotifyGeniusLyrics.user.js -------------------------------------------------------------------------------- /archive/2023-08-28/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Spotify-Genius-Lyrics-userscript/HEAD/archive/2023-08-28/screenshot.png -------------------------------------------------------------------------------- /archive/2023-08-28/screenshotReactGeniusTheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Spotify-Genius-Lyrics-userscript/HEAD/archive/2023-08-28/screenshotReactGeniusTheme.png -------------------------------------------------------------------------------- /archive/2023-08-28/screenshotReactSpotifyTheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Spotify-Genius-Lyrics-userscript/HEAD/archive/2023-08-28/screenshotReactSpotifyTheme.png -------------------------------------------------------------------------------- /keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Spotify-Genius-Lyrics-userscript/HEAD/keyboard.png -------------------------------------------------------------------------------- /screenshotGeniusTheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Spotify-Genius-Lyrics-userscript/HEAD/screenshotGeniusTheme.png -------------------------------------------------------------------------------- /screenshotSpotifyTheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Spotify-Genius-Lyrics-userscript/HEAD/screenshotSpotifyTheme.png -------------------------------------------------------------------------------- /screenshotWhiteTheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cvzi/Spotify-Genius-Lyrics-userscript/HEAD/screenshotWhiteTheme.png --------------------------------------------------------------------------------