Spotify adblock windows is a spotify adblocker inspired by spotify-adblock-linux which uses a MITM proxy to block all blacklisted URLs as well as all domains that aren't whitelisted.
- NodeJS and NPM (or yarn)
- Clone the repository with
git clone https://github.com/fuwwy/spotify-adblock-windows.git
or download the latest version from the releases page - Run
npm install
to download all the required dependencies - Open Spotify
Settings
page, scroll all the way down and clickShow Advanced Settings
, set the proxy type to HTTP, the host to127.0.0.1
and the port to8081
, finally, clickUpdate Proxy
- Execute
start.bat
(or runnpm start
) to initiate the application - Install the CA certificate under
certs/certs/ca.crt
on "Trusted Root Certification Authorities" (more information here) - Enjoy listening without distractions.