Skip to content

Instantly share code, notes, and snippets.

@adntaha
Created March 10, 2026 05:36
Show Gist options
  • Select an option

  • Save adntaha/50b445672d7da6407d2d5e8ef4143d9a to your computer and use it in GitHub Desktop.

Select an option

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
# 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