Skip to content

Instantly share code, notes, and snippets.

@tskxz
Created September 15, 2024 13:03
Show Gist options
  • Save tskxz/4689b79a7f4048dad91c3b6bc437b518 to your computer and use it in GitHub Desktop.
Save tskxz/4689b79a7f4048dad91c3b6bc437b518 to your computer and use it in GitHub Desktop.
spotify without ads
curl -sS https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update && sudo apt-get install spotify-client
curl https://sh.rustup.rs -sSf | sh
git clone https://github.com/abba23/spotify-adblock.git
cd spotify-adblock
make
sudo make install
LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment