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

Disable Homepage Reccomendations Snippet not working after update #751

Open
1 task done
somewhat69 opened this issue May 11, 2024 · 12 comments
Open
1 task done

Disable Homepage Reccomendations Snippet not working after update #751

somewhat69 opened this issue May 11, 2024 · 12 comments
Labels
🐛 bug Something isn't working

Comments

@somewhat69
Copy link

🔍 Is there already an issue for your problem?

  • I have checked older issues, open and closed

ℹ Environment / Computer Info

- Spotify version:Spotify for Windows (64 bit) 1.2.37.701.ge66eb7bc

- Spicetify: v2.36.11

📝 Description

After update of spotify and spicetify marketplace the snippet stopped working

📸 Screenshots

No response

@somewhat69 somewhat69 added the 🐛 bug Something isn't working label May 11, 2024
@Sanat-J
Copy link

Sanat-J commented Jul 26, 2024

i am facing the same problem but i cannot figure the problem that why is this happening maybe because i am new at this stuff

@zachpoblete
Copy link

I am also experiencing the same issue and would really like to see this fixed.

@somewhat69
Copy link
Author

imo u have to use inspect to hide the divs

@somewhat69
Copy link
Author

somewhat69 commented Sep 4, 2024

[data-testid='home-page'] .contentSpacing > *:not(.view-homeShortcutsGrid-shortcuts, .main-shelf-shelf:has([href="/genre/recently-played"], [href="/section/0JQ5DAnM3wGh0gz1MXnu3z"])) {
  display: none !important;
} 
```just paste this in add css 

@Venturi-exe
Copy link

[data-testid='home-page'] .contentSpacing > *:not(.view-homeShortcutsGrid-shortcuts, .main-shelf-shelf:has([href="/genre/recently-played"], [href="/section/0JQ5DAnM3wGh0gz1MXnu3z"])) {
  display: none !important;
} 
```just paste this in add css 

how do i add css to the Disable Homepage Reccomendations Snippet ?

@somewhat69
Copy link
Author

go to marketplace -> click on snippets -> then click add css and paste the css in custom css and then give it a name and activate

@Sanat-J
Copy link

Sanat-J commented Sep 13, 2024

go to marketplace -> click on snippets -> then click add css and paste the css in custom css and then give it a name and activate

Thanks it worked
everything is gone but can you tell me how do i remove the "favorite artists" ?

@Climax12
Copy link
Contributor

go to marketplace -> click on snippets -> then click add css and paste the css in custom css and then give it a name and activate

Thanks it worked everything is gone but can you tell me how do i remove the "favorite artists" ?

remove , [href="/section/0JQ5DAnM3wGh0gz1MXnu3z"] from it

@somewhat69
Copy link
Author

it is again glitching with
Spotify for Windows (64 bit)
1.2.47.364.gf06e5cee
Spicetify v2.38.3

@somewhat69
Copy link
Author

it ahppened spotify change its layout to global navbar . can anyone tell me how to revert to the original?

@Climax12
Copy link
Contributor

Climax12 commented Sep 27, 2024

it ahppened spotify change its layout to global navbar . can anyone tell me how to revert to the original?

Go to experimental feature tab > search global nav bar and change this to control

image

Note : This method is only tested on Spotify version 1.2.42.290.g242057a2 with spicetify version 2.38.3

@Mysticc28
Copy link

Here's a fix to remove any individual sections you want
https://github.com/Mysticc28/Remove-Recently-Played-Section-for-Spicetify

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants