前書き的な何か
Spotifyの新UIが使いづらいので旧UIを使いたくなりました
SpotXでオプションを指定することで旧UIを使えるようになることがわかったので適当に紹介します
Windows
iex "& { $(iwr -useb 'https://raw.githubusercontent.com/SpotX-Official/spotx-official.github.io/main/run.ps1') } -v 1.2.13.661.ga588f749-4064 -confirm_spoti_recomended_over -block_update_on"
https://github.com/SpotX-Official/SpotXGitHub - SpotX-Official/SpotX: SpotX patcher used for patching the desktop version of Spotifygithub.com
Linux & macOS
bash <(curl -sSL https://spotx-official.github.io/run.sh) -B -o -V 1.2.13.661
https://github.com/SpotX-Official/SpotX-BashGitHub - SpotX-Official/SpotX-Bash: SpotX Mac and Linux adblocker for the Spotify desktop client, in …github.com
Spicetifyを使う
Windows
$v = "2.37.7";iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex
Linux & macOS
curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh -s v2.37.7