Kawaii Ninja

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:

  1. Download the Debian/Ubuntu version of Spotify, from here
  2. Make sure you have following prerequisites:
  1. git clone https://github.com/abba23/spotify-adblock-linux.git
  2. cd spotify-adblock-linux
  3. 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
  4. tar -xf cef.tar.bz2 --wildcards '*/include' --strip-components=1
  5. make
  6. sudo make install
  7. 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

#100DaysToOffload #Linux #Guide