Skip to content

Instantly share code, notes, and snippets.

@salahmak
salahmak / mute-spotify-ads.sh
Last active May 27, 2021 19:35
A bash script to mute spotify ads until they are done playing, we all hate them annoying ads...
#!/bin/bash
# NOTICE: THE "METADATA" FUNCTION BELOW HAS BEEN COPIED FROM "SP" GIST
# PLEASE CONSIDER CHECKING THE ORIGINAL CODE HERE: https://gist.github.com/wandernauta/6800547
#this represents the delay to run the loop (better be higher than 0.5 if
#you have a bad cpu
interval=1