Skip to content

Commit

Permalink
fix(snippets): hide friend activity button
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaldino7712 authored Feb 12, 2025
1 parent a9e6bf3 commit 8ef9303
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Binary file not shown.
12 changes: 3 additions & 9 deletions resources/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,6 @@
"code": ".x-progressBar-progressBarBg { height: 100% !important; } .x-progressBar-sliderArea { height: 100% !important; } .x-progressBar-fillColor { height: 100% !important; }",
"preview": "resources/assets/snippets/thicker-bars.png"
},
{
"title": "Hide friends activity button",
"description": "Hides the friends activity button next to your profile picture",
"code": "button.encore-over-media-set.main-topBar-buddyFeed {display: none;}",
"preview": "resources/assets/snippets/hide-friends-activity-button.png"
},
{
"title": "Fullscreen hide playing from",
"description": "Hides the playing from card while in fullscreen view",
Expand Down Expand Up @@ -366,10 +360,10 @@
"preview": "resources/assets/snippets/pokemon-adventure.png"
},
{
"title": "Hide Friend Activity Button 2024",
"title": "Hide Friend Activity Button",
"description": "Hides the Friend Activity button",
"code": "[aria-label='Friend Activity'] {display:none;}",
"preview": "resources/assets/snippets/Hide-Friend-Activity-Button.png"
"code": "[aria-label='Friend Activity'] {display:none!important;}",
"preview": "resources/assets/snippets/hide-friend-activity-button.png"
},
{
"title": "Hide What's New Button",
Expand Down

0 comments on commit 8ef9303

Please sign in to comment.