Skip to content

Commit

Permalink
fix: disable homepage recommendations snippet (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
Climax12 authored Sep 25, 2024
1 parent 8d38e99 commit 1b5ccc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
{
"title": "Disable Homepage Recommendations",
"description": "Removes all recommendations from the homepage",
"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}",
"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}",
"preview": "resources/assets/snippets/disable-recommendations.png"
},
{
Expand Down

0 comments on commit 1b5ccc2

Please sign in to comment.