This Tampermonkey script automatically fetches and embeds song lyrics from Genius.com directly into the Spotify Web Player interface.
- Fetches currently playing track and artist from Spotify Web Player.
- Searches for lyrics on Genius.
- Embeds lyrics below the currently playing track information.
- Automatically updates when the song changes.
- Install Tampermonkey for your browser.
- Create a new script in Tampermonkey.
- Paste the content of
spotify-genius-lyrics.user.js
into the editor. - Save and enable the script.
- ENABLE THE NOW PLAYING VIEW:
- Open Spotify Web Player and play some music.
- You should see it appear:
2025-03-04.16-03-57.mp4
- Modern browser (Chrome, Firefox, etc.)
- Tampermonkey extension.
- This script does not require any authentication or API keys.
- It scrapes public Genius search and lyrics pages.
- This script is for personal use and is not affiliated with Spotify or Genius.
This project is licensed under the MIT License - see the LICENSE file for details.