Created
March 10, 2026 05:36
-
-
Save adntaha/50b445672d7da6407d2d5e8ef4143d9a to your computer and use it in GitHub Desktop.
Given you already have spicetify installed. Adds an adblocker and stuff to an app. From the 7th of january 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Warning: this script is hardcoded to spotify 1.2.17.834.g26ee1129-633 | |
| $version = "1.2.17.834.g26ee1129-633" | |
| spicetify restore --no-restart --quiet | |
| Push-Location -Path %USERPROFILE%/Downloads | |
| Invoke-WebRequest -Uri "https://upgrade.scdn.co/upgrade/client/win32-x86_64/spotify_installer-$version.exe" -OutFile "spotify-update-$version.exe" | |
| Start-Process -FilePath "spotify-update-$version.exe" | |
| Pop-Location | |
| spicetify upgrade | |
| spicetify backup apply |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment