Spotify Crossfade

Overlapping crossfade between tracks via a synced shadow player.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
addavriance
Daily installs
1
Total installs
6
Ratings
0 0 0
Version
1.0.0
Created
2026-08-25
Updated
2026-08-25
Size
13.4 KB
License
MIT
Applies to

Adds overlapping crossfade to Spotify Web Player. Spawns a second "shadow" instance of the current track, syncs it to the live position, then swaps and fades both players together as the real player moves to the next track.

Requires Spotify Ad Skipper + Seek Controls installed and enabled - this script depends entirely on window.SpotifyPlayer and does nothing on its own.

Methods

  • SpotifyPlayer.enableCrossfade(bool) - toggle crossfade on/off (on by default)

Notes Tested against Spotify Web Player SDK harmony 4.78.0. Relies on internal Spotify APIs, so it may break on player updates.