From 1341707f55f9182e7dc3d52534131bb2a8b2cd00 Mon Sep 17 00:00:00 2001 From: SHADOWDAN Date: Sat, 19 Dec 2020 21:13:23 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3481007..8004ccc 100644 --- a/README.md +++ b/README.md @@ -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