#/bin/sh cd /Applications/Spotify.app/Contents/Resources/Apps curl https://gist.githubusercontent.com/remy/f7a1941a90ea3404a9a6a7384d420fd1/raw/spotify-rewrite.js -o spotify-rewrite.js # or use # wget https://gist.githubusercontent.com/remy/f7a1941a90ea3404a9a6a7384d420fd1/raw/spotify-rewrite.js cp xpui.spa xpui.spa.bak unzip xpui.spa xpui.js cat spotify-rewrite.js xpui.js > xpui.tmp.js mv xpui.tmp.js xpui.js zip xpui.spa xpui.js cd -