Git Product home page Git Product logo

spotifynopremium's Introduction

Last tested version: 1.1.97.962.g24733a46

SpotifyNoPremium

A cross-platform Spicetify theme which removes all Spotify ads (audio, banner, popup, etc.) and declutters the stock UI.


For installation instructions, go here: Installation

If you see a blank/black screen, please follow this link for a fix: Daksh777#46 (comment)


Features

This is a Spicetify theme which:

  • Removes all audio, banner, sponsored and popup 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)

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

Note for users who install this manually: Make sure to use the latest Spicetify CLI and Spotify App. Run spicetify upgrade and then spicetify auto to update Spicetify to the latest version.

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

Updating Manually

Linux and MacOS:

In Bash:

cd "$(dirname "$(spicetify -c)")/Themes/SpotifyNoPremium"
git pull
cp "$(dirname "$(spicetify -c)")/Themes/SpotifyNoPremium/adblock.js" "$(dirname "$(spicetify -c)")/Extensions"
spicetify config extensions adblock.js
spicetify auto

Windows

In Powershell:

cd "$(spicetify -c | Split-Path)\Themes\SpotifyNoPremium"
git pull
Copy-Item "$(spicetify -c | Split-Path)\Themes\SpotifyNoPremium\adblock.js" "$(spicetify -c | Split-Path)\Extensions"
spicetify config extensions adblock.js
spicetify auto

spotifynopremium's People

Contributors

54m4d avatar daksh777 avatar duoquadragesimal avatar frolleks avatar heymika avatar pancho3548 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.