Skip to content

Instantly share code, notes, and snippets.

@aldoridhoni
Last active May 1, 2018 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aldoridhoni/30d4244e9000c342b95cc04eb60eeea9 to your computer and use it in GitHub Desktop.
Save aldoridhoni/30d4244e9000c342b95cc04eb60eeea9 to your computer and use it in GitHub Desktop.
Hide Ads Div Spotify Client

Copy resource from spotify app folder

  • cp /usr/lib64/spotify-client/Apps/zlink.spa ~/

Unzip

  • unzip zlink.spa -d zlink

Find file index.html.

  • Search for `view-billboard-ad'
  • Add data-bind="visible: null"
  • Save file

Zip folder

  • cd zlink; zip --quiet --recurce-paths ../zlink.spa ./

Copy back to original location.

  • # mv zlink.spa /usr/lib64/spotify-client/Apps/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment