Skip to content

Teliang/change-background-color-of-spotify-lyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spotifyの歌詞の背景色を変更するスクリプト

[Other] Toggle on/off the dynamic background color of the lyrics feature.

多くの人々がSpotifyの動的な背景色を好まないかもしれません。このスクリプトを使用すると、自分の好きな背景色に変更することができます。

機能の概要

このスクリプトは、Spotifyの歌詞表示時に動的に変わる背景色を固定の色に変更することができます。これにより、視覚的な一貫性を保つことができます。

使用前と使用後

使用前: 使用前

使用後: 使用後

インストール方法

  1. Tampermonkey をインストールします。
  2. このスクリプトをTampermonkeyに追加します。

カスタマイズ

好きな背景色に変更するために、以下のコードを編集してください:

const color = 'rgb(121, 121, 121)'; // 希望する色に変更