Skip to content

mrpond/BlockTheSpot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 378 commits ahead, 2 commits behind master131:master.

Latest commit

* developer pattern update & a few changes

* Update README.md

* developer pattern update

* ENABLE_DETOURS

* update get_all_matching_codes & get_first_matching_code

* update get_first_matching_code

* Hooking class update

* a few changes

* address calculation in scan_first function fixed

* Detours enabled

* "is_found" function has been updated.

* The GenericModal edit has been removed
844ad50

Git stats

Files

Permalink
Failed to load latest commit information.

Build status Discord

BlockTheSpot

A multi-purpose adblocker and skip-bypass for the Spotify for Windows (64 bit)

Please support Spotify by purchasing premium

Last updated: 17 August 2023
Last tested version: 1.2.18.999.g9b38fc27

Features:

  • Unlocks all premium features except downloads.
  • Lives through Spotify updates. No need to patch Spotify after every update anymore.

Experimental features from developer mode

  • Click on the 2 dots in the top left corner of Spotify > Develop > Show debug window. Play around with the options.
  • Enable/disable feature by yourself in realtime and on demand.
  • Choose old/new theme(YLX).
  • Enable right sidebar.
  • Hide upgrade button on top bar.

⚠️ This mod is for the Desktop Application of Spotify on Windows only and not the Microsoft Store version.

Installation/Update:

or

Fully automated installation via PowerShell

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-Expression "& { $(Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/mrpond/BlockTheSpot/master/install.ps1') } -UninstallSpotifyStoreEdition -UpdateSpotify"

Manual installation

  1. Browse to your Spotify installation folder %APPDATA%\Spotify
  2. Download chrome_elf.zip from releases
  3. Unzip dpapi.dll and config.ini to Spotify directory.

Uninstall:

  • Just run uninstall.bat or
  • Remove dpapi.dll and config.ini from Spotify directory. or
  • Reinstall Spotify

Additional Notes:

  • Installation script automatically detects if your Spotify client version is supported, or not. If the version is not supported, you will be prompted to update your Spotify client. To enforce client update, supply an optional parameter UpdateSpotify to the installation script.
  • Spicetify users will need to reapply BlockTheSpot after applying a Spicetify themes/patches.
  • If the automatic install/uninstall scripts do not work, please contact Nuzair46.
  • For more support and discussions, join our Discord server.

About

Video, audio & banner adblock/skip for Spotify

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 87.6%
  • PowerShell 8.9%
  • Assembly 2.2%
  • Other 1.3%