Skip to content

Modified Spotify stock theme that declutters Spotify UI and removes ads.

Notifications You must be signed in to change notification settings

JaimeTR/SpotifyNoPremium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠ Please have a look at #13 if you are getting a blank screen in Spotify after applying the theme for a workaround.

Features

This is a Spicetify theme which:

  • Removes all Spotify ads (Windows only, optional)
  • Removes Upgrade button
  • Removes Upgrade to Premium entry in drop-down menu
  • Removes ad placeholders (in Home tab and above the now playing bar)
  • Adds pointer cursors to clickable elements (See #10)

Note: Make sure to use the latest Spicetify CLI and Spotify App. Run spicetify upgrade and then spicetify backup apply to update Spicetify to the latest version.

Screenshots

Before After

Installation

1. Automatic installation/updates for Windows users

Installation

Run the install.ps1 script which installs Git + Spicetify CLI + the theme + BlockTheSpot (to block all Spotify ads, optional):
[CLICK HERE TO DOWNLOAD]

Note: Git and Spicetify CLI are required for the theme to be installed. However, their installations can be cancelled if already installed.

Updating

You can fetch the latest version of this theme by running the update.ps1 script:
[CLICK HERE TO DOWNLOAD]

2. Manual installation for all users

1. Installing Spicetify CLI

Installation instructions for Windows, MacOS and Linux can be found here.

2. Installing Theme

Linux and MacOS:

In Bash:

cd "$(dirname "$(spicetify -c)")/Themes"
git clone https://github.com/Daksh777/SpotifyNoPremium
spicetify config current_theme SpotifyNoPremium
spicetify apply

Windows

In Powershell:

cd "$(spicetify -c | Split-Path)\Themes"
git clone https://github.com/Daksh777/SpotifyNoPremium
spicetify config current_theme SpotifyNoPremium
spicetify apply

3. Installing BlockTheSpot (Optional, Windows only)

Use SpotifyNoPremium.bat to block Spotify ads and more, source: https://github.com/Daksh777/BlockTheSpot
[CLICK HERE TO DOWNLOAD]

About

Modified Spotify stock theme that declutters Spotify UI and removes ads.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PowerShell 67.9%
  • CSS 32.1%