A multi-purpose adblocker and skip-bypass for the Windows Spotify desktop application.
Latest version: 1.2.13.661.ga588f749
Features:
- Unlocks all premium features except downloads.
- Lives through Spotify updates. No need to ρá†ch Spotify after every update anymore.
1. Download You do not have permission to view the full content of this post. Log in or register now.
2. Extract and run BlockTheSpot.bat
3. Uninstall Spotify Windows Store edition if it exists (Y/N):
Code:
Uninstall Spotify Windows Store edition if it exists (Y/N): y
**********************************
Authors: @Nuzair46, @KUTlime ********************************** Stopping Spotify... Downloading latest ρá†ch (chrome_elf.zip)... Test-SpotifyVersion : Cannot bind argument to parameter 'TestedVersion' because it is null. At line:174 char:60
+ ... ntVersion | Test-SpotifyVersion -MinimalSupportedVersion $minimalSupp ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Test-SpotifyVersion], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Test-SpotifyVersion
Downloading the latest Spotify full setup, please wait...
Running installation...
Stopping Spotify...Again
Patching Spotify...
Patching Complete, starting Spotify...
Done.
Press any key to continue . . .
4. Log in free account and enjoy.

Method 2: Install via Powershell
1. Copy this code and paste it to Powershell then hit enter.
Code:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-E×ρréššion "& { $(Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/mrpond/BlockTheSpot/master/install.ps1') } -UninstallSpotifyStoreEdition -UpdateSpotify"

