Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I got ads #129

Open
mso45mso opened this issue Sep 6, 2024 · 7 comments
Open

I got ads #129

mso45mso opened this issue Sep 6, 2024 · 7 comments

Comments

@mso45mso
Copy link

mso45mso commented Sep 6, 2024

Hello, I see ads both between songs and in banner form. Here are the details of the version I am using:

Spotify for Windows (64 bit)
1.2.45.454.gc16ec9f6
Spicetify v2.37.7
Theme: SpotifyNoPremium
Extensions: adblock.js
Custom apps: marketplace

@aufannada
Copy link

Ya, I get the same problem. The ads appears both between songs and in banner form, and after every song plays. The detailed version is :

Spotify for macOS (Intel)
1.2.45.454.gc16ec9f6
Spicetify v2.37.7
Theme: SpotifyNoPremium
Extensions: adblock.js
Custom apps: marketplace

@Pein1911
Copy link

Pein1911 commented Sep 18, 2024

go to source link of adblock, has a new updated version of it there, seem it can not block banners 100% but anything else is better

@aufannada
Copy link

aufannada commented Sep 19, 2024

go to source link of adblock, has a new updated version of it there, seem it can not block banners 100% but anything else is better

Thank yuo for your answer @Pein1911
Btw, what do you mean with source link of adblock? Where is the link?
if you mean the link is https://github.com/Daksh777/SpotifyNoPremium , so nothing latest updated there.

@SneakySquid2022
Copy link

Hey, I started to get ads in the playlists too. It was really bothering me, it took like half the view of the playlist out so with a bit of grinding, I was able to find the CSS element ID of the ad banner and simply appending this in the user.css file and reapplying the theme from spicetify removed the whole ad banner for me :-

._Cq69xKZBtHaaeMZXIdk {
  display: none !important;
}

@checkcast
Copy link

go to source link of adblock, has a new updated version of it there, seem it can not block banners 100% but anything else is better

Thank yuo for your answer @Pein1911 Btw, what do you mean with source link of adblock? Where is the link? if you mean the link is https://github.com/Daksh777/SpotifyNoPremium , so nothing latest updated there.

Here's the updated adblock script @Pein1911 was talking about. It is located in %appdata%\spicetify\Extensions on Windows, so just replace it.
Then, re-apply Spicetify.

@mso45mso
Copy link
Author

Hey, I started to get ads in the playlists too. It was really bothering me, it took like half the view of the playlist out so with a bit of grinding, I was able to find the CSS element ID of the ad banner and simply appending this in the user.css file and reapplying the theme from spicetify removed the whole ad banner for me :-

._Cq69xKZBtHaaeMZXIdk {
  display: none !important;
}

How can we find this code?

ezralazuardy added a commit to ezralazuardy/SpotifyNoPremium that referenced this issue Sep 22, 2024
@ezralazuardy
Copy link

i've made a new pr to fix this issue, to temporarily fix this, you can install the spicetify css editor (via marketplace or cli), then open up settings, open the css editor, and paste this css:

._Cq69xKZBtHaaeMZXIdk {
  display: none !important;
}

big thanks to @SneakySquid2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants