

open Spotify folder, it should be in %appdata%\Spotify, or if you have a shortcut, then right click it and click on Open File Location.locate where is the output libcef.dll, it should be in $(SolutionDir)bin\$(Platform)\$(Configuration)\.build the project (of course after you take a look at what's going on there to make sure no nasty thing is happening :p ).

download Chromium Embedded Framework and unzip the include folder to SpotifyAdBlocker-Windows\extern folder.The way it is done is with dll redirection, the call to cef_urlrequest_create is traited with a custom function that blocks urls that are blacklisted, and it redirects the good URLs to the original function.

This project is a try to port This one to windows
