-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1f73de
commit 1341707
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# spotify-win-adblock | ||
Adblocker for the Windows desktop Spotify client. Works by blocking DNS lookups (by hooking WS2's getaddrinfo function) to hostnames that aren't necessary for the client to (mostly) function. | ||
|
||
# spotify-adblock-windows | ||
Adblocker for the Windows desktop Spotify client. Works by blocking DNS lookups and url request to not whitelisted URLs | ||
## Usage | ||
- Build project (debug builds write logs) | ||
- Copy `whitelist.txt` to your build folder | ||
- Start `injector.exe` | ||
## Thanks to | ||
- [csprl](https://github.com/csprl) for [original project](https://github.com/csprl/spotify-win-adblock) | ||
- [abba23](https://github.com/abba23) for [linux version](https://github.com/abba23/spotify-adblock-linux) of adblocker |