Skip to content

Commit 1b5ccc2

Browse files
authored
fix: disable homepage recommendations snippet (#822)
1 parent 8d38e99 commit 1b5ccc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/snippets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
{
9999
"title": "Disable Homepage Recommendations",
100100
"description": "Removes all recommendations from the homepage",
101-
"code": "[data-testid='home-page'] .main-home-content > *:not(.view-homeShortcutsGrid-shortcuts, .main-shelf-shelf:has([href=\"/genre/recently-played\"], [href=\"/section/0JQ5DAnM3wGh0gz1MXnu3z\"])) {\n display: none !important;\n}",
101+
"code": "[data-testid='home-page'] .contentSpacing > *:not(.view-homeShortcutsGrid-shortcuts, .main-shelf-shelf:has([href=\"/genre/recently-played\"], [href=\"/section/0JQ5DAnM3wGh0gz1MXnu3z\"])) {\n display: none !important;\n}",
102102
"preview": "resources/assets/snippets/disable-recommendations.png"
103103
},
104104
{

0 commit comments

Comments
 (0)