Spotify adblocker for Linux that works by wrapping getaddrinfo and libcurl's curl_easy_setopt and blocking all domains that aren't whitelisted, as well as blacklisted URLs.
$ git clone https://github.com/abba23/spotify-adblock-linux.git
$ cd spotify-adblock-linux
$ make
$ sudo make install
$ LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify
$ sudo make uninstall