Skip to content

w1redch4d/PeaceSpotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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