spicetify / marketplace

Download extensions and themes directly from Spicetify
MIT License
1.03k stars 174 forks source link

Disable Homepage Reccomendations Snippet not working after update #751

Open somewhat69 opened 4 months ago

somewhat69 commented 4 months ago

🔍 Is there already an issue for your problem?

ℹ 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

Sanat-J commented 1 month ago

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 commented 1 month ago

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

somewhat69 commented 3 weeks ago

imo u have to use inspect to hide the divs

somewhat69 commented 1 week ago

[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 commented 1 week ago
[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 commented 3 days ago

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 commented 2 days ago

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" ?