https://github.com/mustakimali/adblock-spotify
macOS systemwide Adblock including Spotify audio ads
https://github.com/mustakimali/adblock-spotify
adblock macos spotify spotify-ads
Last synced: 2 months ago
JSON representation
macOS systemwide Adblock including Spotify audio ads
- Host: GitHub
- URL: https://github.com/mustakimali/adblock-spotify
- Owner: mustakimali
- Created: 2018-04-13T14:02:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T14:42:45.000Z (about 8 years ago)
- Last Synced: 2025-04-15T17:15:17.514Z (about 1 year ago)
- Topics: adblock, macos, spotify, spotify-ads
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# macOS Systemwide Adblock
Including spotify audio ads. Uses [MattiSG's adblock](https://github.com/MattiSG/adblock)
# Install
One command to install systemwide adblock with spotify adblock
```bash
git clone https://github.com/mustakimali/adblock-spotify.git && cd adblock-spotify && sudo chmod 700 adblock-spotify && sudo ./adblock-spotify
```
This will install [brew](https://brew.sh/) package manager (if you don't have it), clone this repo, install latest general adblock and spotify adblock. All in one command.
# Uninstall
Remember you have installed a system-wide adblock and sometime you might need to disable it. To do so,
```
sudo adblock off
```
To turn it back on
```bash
sudo ./adblock-spotify
```
# Update
This will update the host file to block newer ad servers.
```bash
sudo adblock off && sudo ./adblock-spotify
```