DeepHub.us - Hackintosh - Linux and much more
How to have ADBlock on spotify - Printable Version

+- DeepHub.us - Hackintosh - Linux and much more (https://www.deephub.us)
+-- Forum: OS Arena (https://www.deephub.us/forum-9.html)
+--- Forum: Linux (https://www.deephub.us/forum-11.html)
+---- Forum: Others (https://www.deephub.us/forum-24.html)
+---- Thread: How to have ADBlock on spotify (/thread-16.html)



How to have ADBlock on spotify - Alex - 07-12-2024

I started listening to a lot of music on the computer, and YouTube annoys me a bit, at least the playlist created by them because the music is repeated many times...
On the other hand, I really like the algorithm from spotify, so I stayed on the computer with spotify and on the phone also spotify with adblock (click here to download the application)

All you have to do to have adblock on linux in spotify is to open a terminal and give the following command:

Code:
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh)


If you have the spotify version installed from flatpak, you must run this command:

Code:
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -P /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/


After installation, restart spotify and voila, you have an ad blocker Smile Good luck!