ish4ra / SpotifyNoPremium

A cross-platform Spicetify theme which declutters Spotify stock UI and removes all ads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpotifyNoPremium

A cross-platform Spicetify theme which declutters Spotify stock UI and removes all ads.


We've switched to a cross-platform ad-blocking solution so make sure to use the latest install.bat to get the latest features


If you just updated to 1.1.80.699.gc3dac750, please follow these instructions for a fix: #46 (comment)
Last tested version: 1.1.80.699.gc3dac750

Features

This is a Spicetify theme which:

  • Removes all Spotify ads (Source)
  • 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 for users who install this manually: 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

Note: If you're on Windows 8.1 or lower, please install Powershell v5.1 since the automatic installation script does not support Powershell versions below v5.
Download here: https://www.microsoft.com/en-us/download/details.aspx?id=54616
More info: #30

Installation

Run the install.bat if you are installing for the the first time.
[CLICK HERE TO DOWNLOAD]

Updating

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

2. Manual installation for all users

Linux and MacOS:

In Bash:

curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh | sh
cd "$(dirname "$(spicetify -c)")/Themes"
git clone https://github.com/Daksh777/SpotifyNoPremium
spicetify config current_theme SpotifyNoPremium
cp "$(dirname "$(spicetify -c)")/Themes/SpotifyNoPremium/adblock.js" "$(dirname "$(spicetify -c)")/Extensions"
spicetify config extensions adblock.js
spicetify apply

Windows

In Powershell:

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.ps1" | Invoke-Expression
cd "$(spicetify -c | Split-Path)\Themes"
git clone https://github.com/Daksh777/SpotifyNoPremium
spicetify config current_theme SpotifyNoPremium
Copy-Item "$(spicetify -c | Split-Path)\Themes\SpotifyNoPremium\adblock.js" "$(spicetify -c | Split-Path)\Extensions"
spicetify config extensions adblock.js
spicetify apply

About

A cross-platform Spicetify theme which declutters Spotify stock UI and removes all ads.


Languages

Language:Batchfile 48.9%Language:CSS 40.1%Language:JavaScript 10.9%