Block Ads on Spotify
In this guide, I will show you guys how to make Spotify ad-free on Linux machines.
I will recommend to follow the guide, if you have Debian version of Spotify installed
Steps:
- Download the Debian/Ubuntu version of Spotify, from here
- Make sure you have following prerequisites:
- Git
- Wget
- tar
- Make
- GCC
- libc headers (e.g. libc-dev on Debian-based distributions)
git clone https://github.com/abba23/spotify-adblock-linux.git
cd spotify-adblock-linux
wget -O cef.tar.bz2 https://cef-builds.spotifycdn.com/cef_binary_88.1.6%2Bg4fe33a1%2Bchromium-88.0.4324.96_linux64_minimal.tar.bz2
tar -xf cef.tar.bz2 --wildcards '*/include' --strip-components=1
make
sudo make install
- Enjoy, Spotify ad-free
This guide is intended for the free plan users only. Also, the spotify-adblock-linux project has been deprecated in favor of its rewrite in Rust