https://github.com/mahi97/spotify-adblocker
Listen to Spotify - W/O Ads!
https://github.com/mahi97/spotify-adblocker
adblocker applescript macos spotify
Last synced: 3 months ago
JSON representation
Listen to Spotify - W/O Ads!
- Host: GitHub
- URL: https://github.com/mahi97/spotify-adblocker
- Owner: mahi97
- Created: 2017-02-02T14:21:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T11:15:57.000Z (almost 4 years ago)
- Last Synced: 2025-05-12T22:03:17.156Z (5 months ago)
- Topics: adblocker, applescript, macos, spotify
- Language: AppleScript
- Homepage: https://github.com/mahi97/Spotify-AdBlocker
- Size: 11.7 KB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify Ad Blocker (for MacOS)
Listen to [Spotify](https://www.spotify.com) - without ads!
We all Love Spotify, but also hate Ads.
With this script you can listen to spotify without having to listen to ads.You can automaticlly mute ads, or swap them with your itunes music or play your music when ad is started and resume spotify after your local music finished like there's no ad at all!
### Installation
Get the latest Version of `Spotify-AdBlocker`:
git clone https://github.com/mahi97/Spotify-AdBlocker.git
move to folder of Spotify-AdBlocker
cd Spotify-AdBlocker
make a symbolic link into `/usr/local/bin/`:
```bash
ln -s $(pwd)/spotify-ad /usr/local/bin/spotify-ad
```### Usage
* To run spotify-ad in mute mode, type `spotify-ad mute`
* To run spotify-ad in swap mode, type `spotify-ad swap`
* To run spotify-ad in rm mode, type `spotify-ad rm`
* To show a list of these commands, just type `spotify-ad`.**Modes**
- `mute` : mute Spotify, unmute when ad is over
- `swap` : mute Spotify, play itunes current track, stop and unmute when ad is over
- `rm (remove)`: mute Spotify, play itunes current track, stop and unmute when track is over### TODO
- [x] Modes
- [x] mute mode
- [x] swap mode
- [x] remove mode### Similar Projects
- [blockify](https://github.com/mikar/blockify) - automatic/blacklist-based ad-blocker written in Python
- [spotify_ad_blocker_linux.rb](https://github.com/superr4y/hacks/blob/master/spotify/spotify_ad_blocker_linux.rb) - automatic ad-blocker written in Ruby
- [spotify-blacklist-mute](https://github.com/ysangkok/spotify-blacklist-mute) - blacklist-based muting, written in Bash
- [Spotify-AdKiller](https://github.com/SecUpwN/Spotify-AdKiller) - automatic ad blocker, written in bash fot linux### License
Take it, it's yours :)