-
-
Save mistydemeo/d34132d838d37a0186b45597f6495a36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [data-testid="likeCount"], | |
| [data-testid="repostCount"], | |
| [data-testid="likeCount-expanded"], | |
| [data-testid="repostCount-expanded"], | |
| [data-testid="profileHeaderFollowsButton"], | |
| [data-testid="profileHeaderFollowersButton"], | |
| [aria-label$=followers], | |
| [aria-label$=following], | |
| /* lights out "follows you" */ | |
| [style="background-color: rgb(20, 27, 35); border-radius: 4px; padding: 4px 8px;"], | |
| /* dim "follows you" */ | |
| [style="background-color: rgb(30, 41, 54); border-radius: 4px; padding: 4px 8px;"], | |
| /* light "follows you" */ | |
| [style="background-color: rgb(241, 243, 245); border-radius: 4px; padding: 4px 8px;"] { | |
| display: none; | |
| } | |
| .css-175oi2r + div:has(> div > div > a[href="/profile/bsky.app/feed/with-friends"]) { | |
| display: none; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment