Spotify Crossfade

Overlapping crossfade between tracks via a synced shadow player.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

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

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
addavriance
일일 설치 수
1
총 설치 수
6
평점
0 0 0
버전
1.0.0
생성일
2026-08-25
갱신일
2026-08-25
크기
13.4KB
라이선스
MIT
적용 사이트

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.