w1redch4d / PeaceSpotify

Listen Peacefully to Spotify Without Ads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is an attempt to block ads from spotify via DLL Proxying

How it works

The call to cef_urlrequest_create is replaced with a custom function that blocks urls which can lead to the playing of ads, and it redirects the other URLs to the original function. the source code of the redirected functions resides here , the custom function code resides here and the redirect generator code resides here

Installation

  1. Go to %APPDATA%\Spotify and rename the libcef.dll that resides there to libcef_orig.dll
  2. Download the libcef.dll from releases in this github repository
  3. copy the downloaded libcef.dll to %APPDATA%\Spotify
  4. Launch Spotify

References

CEF Linux version

About

Listen Peacefully to Spotify Without Ads


Languages

Language:C 97.9%Language:C++ 1.2%Language:Batchfile 0.6%Language:Python 0.2%