All Projects → x0uid → Spotifyadblock

x0uid / Spotifyadblock

Licence: mit
Protect your privacy by blocking all annoying Spotify ads & analytics in Linux, OSX and Windows with hosts file.

Projects that are alternatives of or similar to Spotifyadblock

Spotify Adblock Linux
Spotify adblocker for Linux
Stars: ✭ 641 (+18.7%)
Mutual labels:  spotify, whitelist
Filterlist For Adguard
A very aggressive filter-list that consolidates over 320 lists for use in AdGuard Home.
Stars: ✭ 157 (-70.93%)
Mutual labels:  privacy, whitelist
Blocker Database
A global domain based database for NoScript, uBlock, uMatrix & ScriptSafe
Stars: ✭ 127 (-76.48%)
Mutual labels:  privacy, whitelist
Scriptsafe
a browser extension to bring security and privacy to chrome, firefox, and opera
Stars: ✭ 434 (-19.63%)
Mutual labels:  privacy, whitelist
Awesome Userscripts
📖 A curated list of Awesome Userscripts.
Stars: ✭ 508 (-5.93%)
Mutual labels:  privacy
Optimizer
Make Windows faster and more secure
Stars: ✭ 489 (-9.44%)
Mutual labels:  privacy
Blacklist
Curated and well-maintained hostfile to block ads, tracking, cryptomining, and more! Updated regularly. ⚡🔒
Stars: ✭ 492 (-8.89%)
Mutual labels:  privacy
Chameleon
Browser fingerprinting protection for everybody.
Stars: ✭ 489 (-9.44%)
Mutual labels:  privacy
Spotifyd
A spotify daemon
Stars: ✭ 5,690 (+953.7%)
Mutual labels:  spotify
Firo
The privacy-focused cryptocurrency
Stars: ✭ 528 (-2.22%)
Mutual labels:  privacy
Iotex Core
Official implementation of IoTeX blockchain protocol in Go.
Stars: ✭ 505 (-6.48%)
Mutual labels:  privacy
Tauonmusicbox
The Linux desktop music player from the future! 🌆
Stars: ✭ 494 (-8.52%)
Mutual labels:  spotify
Coyim
coyim - a safe and secure chat client
Stars: ✭ 513 (-5%)
Mutual labels:  privacy
Sparkleshare
Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
Stars: ✭ 4,661 (+763.15%)
Mutual labels:  privacy
Tor2web
Tor2web is an HTTP proxy software that enables access to Tor Hidden Services by mean of common web browsers
Stars: ✭ 531 (-1.67%)
Mutual labels:  privacy
Rattlesnakeos Stack
Build your own privacy and security focused Android OS in the cloud.
Stars: ✭ 490 (-9.26%)
Mutual labels:  privacy
Lesspass
🔑 stateless open source password manager
Stars: ✭ 4,879 (+803.52%)
Mutual labels:  privacy
Degoogle
A huge list of alternatives to Google products. Privacy tips, tricks, and links.
Stars: ✭ 5,556 (+928.89%)
Mutual labels:  privacy
Easy Wg Quick
Creates Wireguard configuration for hub and peers with ease
Stars: ✭ 502 (-7.04%)
Mutual labels:  privacy
Pyspotify
Python bindings for libspotify
Stars: ✭ 502 (-7.04%)
Mutual labels:  spotify

I will show you how to easily block the servers hosting Spotify ads on your Linux/Mac or Windows machine. This will allow you to listen all day long on a free account without hearing a single ad or being tracked by third party. This trick is very simple, legal and works great. Twitter URL

logo

In order to remove those pesky ads, all we need to do is setup out hosts file to override the DNS for Spotify's ad servers and redirect that traffic to our local machine.  

When the traffic hits out local machine the call will fail and the tracking third party advertising will be skipped.

Download & open hosts file using your favorite text editor.

For Windows 10 & 8:

Press the Windows key. Type Notepad in the search field. In the search results, right-click Notepad and select Run as administrator. From Notepad, open the following file: c:\Windows\System32\Drivers\etc\hosts Make the necessary changes to the file. Click File > Save to save your changes.

For Linux:

Open a terminal window. Open the hosts file in a text editor (you can use any text editor) by typing the following line:

sudo nano /etc/hosts

For Mac OS X 10.6 through 10.12:

Open Applications > Utilities > Terminal. Open the hosts file by typing the following line in the terminal window:

sudo nano /private/etc/hosts

Type your domain user password when prompted. Edit the hosts file.The file contains some comments (lines starting with the # symbol), and some default hostname mappings (for example, 127.0.0.1 – local host). Add your new mappings after the default mappings.* Save the hosts file by pressing Control+x and answering y. Make your changes take effect by flushing the DNS cache with the following command:

dscacheutil -flushcache

There you go, editing hosts file has taken effect.

Pi-hole compatible versions can be found here:

Blocklist: https://github.com/x0uid/SpotifyAdBlock/blob/master/SpotifyBlocklist.txt
Whitelist: https://gist.github.com/captainhook/9eb4132d6e58888e37c6bc6c73dd4e60
Bash script to import whitelist: https://gist.github.com/captainhook/f4ccfc82dc6696270d62b54b13f871c4
Credits to: captainhook

Buy me a coffee

I have maintained this ad-blocking list because I am passionate about this, and i think u have all the right to protect your privacy while enjoying music. Donations are one of the many ways to support what I do.

Donate

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].