You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an attempt to block ads from spotify via [DLL Proxying](https://kevinalmansa.github.io/application%20security/DLL-Proxying/)
3
+
4
+
## How it works
5
+
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.
6
+
the source code of the redirected functions resides [here](https://github.com/w1redch4d/PeaceSpotify/blob/main/PeaceSpotify/redir.h) , the custom function code resides [here](https://github.com/w1redch4d/PeaceSpotify/blob/ce8777259f7b15637d0219fa36549e71d8833b70/PeaceSpotify/peace.cpp#L42)
7
+
and the redirect generator code resides [here](https://github.com/w1redch4d/PeaceSpotify/blob/main/script/export.bat)
8
+
9
+
## Installation
10
+
1. Go to %APPDATA%\Spotify and rename the libcef.dll that resides there to libcef_orig.dll
11
+
2. Download the libcef.dll from releases in this github repository
12
+
3. copy the downloaded libcef.dll to %APPDATA%\Spotify
0 commit comments