All Projects → Daksh777 → SpotifyNoPremium

Daksh777 / SpotifyNoPremium

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

Programming Languages

Batchfile
5799 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to SpotifyNoPremium

spicetify-hide-podcasts
Spicetify extension to hide podcasts
Stars: ✭ 193 (-48.67%)
Mutual labels:  spotify, spicetify, spicetify-cli
Spicetify-Canvas
Spotify Canvas, on Spicetify for Desktop!
Stars: ✭ 34 (-90.96%)
Mutual labels:  spotify, spicetify, spicetify-cli
Spicetify Themes
A community-driven collection of themes for customizing Spotify through Spicetify (https://github.com/khanhas/spicetify-cli)
Stars: ✭ 3,034 (+706.91%)
Mutual labels:  spotify, spicetify, spicetify-themes
Spotify-Customizer
Chrome extension to customize Spotify web client (themes, lyrics, ...)
Stars: ✭ 27 (-92.82%)
Mutual labels:  spotify, spicetify, spicetify-themes
spicetify-extensions
extensions for spotify i'm creating
Stars: ✭ 207 (-44.95%)
Mutual labels:  spotify, spicetify, spicetify-cli
spicetify
🎨 Omni for Spicetify
Stars: ✭ 111 (-70.48%)
Mutual labels:  spotify, spicetify, spicetify-themes
Comfy-spicetify
Stay comfy while listening to music
Stars: ✭ 307 (-18.35%)
Mutual labels:  spotify, spicetify, spicetify-themes
spicetify-custom-apps-and-extensions
A community-driven collection of custom apps for Spicetify (https://github.com/khanhas/spicetify-cli)
Stars: ✭ 157 (-58.24%)
Mutual labels:  spotify, spicetify, spicetify-cli
spicetify-marketplace
Download extensions and themes directly from Spicetify
Stars: ✭ 125 (-66.76%)
Mutual labels:  spotify, spicetify
discord-music-quizzer
Discord music quiz bot
Stars: ✭ 18 (-95.21%)
Mutual labels:  spotify
PlaylistParty
📺 Play Spotify Playlists on Youtube.
Stars: ✭ 20 (-94.68%)
Mutual labels:  spotify
Lano-Visualizer
A simple but highly configurable visualizer with rounded bars.
Stars: ✭ 114 (-69.68%)
Mutual labels:  spotify
spotify-web-sdk
A JS SDK for the Spotify Web API.
Stars: ✭ 39 (-89.63%)
Mutual labels:  spotify
spotify-el
Basic emacs functions to control spotify client.
Stars: ✭ 22 (-94.15%)
Mutual labels:  spotify
Jukebox
A macOS app to view the currently playing song in the menu bar
Stars: ✭ 93 (-75.27%)
Mutual labels:  spotify
owntone-server
OwnTone is forked-daapd's new name. Linux/FreeBSD DAAP (iTunes) and MPD media server with support for AirPlay devices (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.
Stars: ✭ 1,408 (+274.47%)
Mutual labels:  spotify
A41SLBOT
All For One Bot is an open-source discord server bot built for All For One SL™ discord server.
Stars: ✭ 83 (-77.93%)
Mutual labels:  spotify
aoede
🎧 a self-hosted Spotify → Discord music bot
Stars: ✭ 132 (-64.89%)
Mutual labels:  spotify
Tweeterify
A Twitter bot which recommends some Spotify top charts songs to people
Stars: ✭ 18 (-95.21%)
Mutual labels:  spotify
SpotifyApi.NetCore
Lightweight .NET Core wrapper for the Spotify Web API
Stars: ✭ 31 (-91.76%)
Mutual labels:  spotify
Last tested version: 1.1.84.716.gc5f8b819

SpotifyNoPremium

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


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 see a blank/black screen, please follow this link for a fix: #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 backup apply 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].