Spotify Crossfade

Overlapping crossfade between tracks via a synced shadow player.

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

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

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
addavriance
1日のインストール数
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.