Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.12 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.12 KB

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