Created
January 20, 2023 03:35
-
-
Save simevidas/1f2056be8bb4773208441572290d5ce3 to your computer and use it in GitHub Desktop.
twitter.com, algo warning
This file contains 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="ScrollSnap-List"] > div:nth-child(2) > a[aria-selected=false] { | |
position: fixed !important; | |
left: 0 !important; | |
width: 100% !important; | |
background: crimson !important; | |
} | |
[data-testid="ScrollSnap-List"] > div:nth-child(2) > a[aria-selected=false] span { | |
color: white !important; | |
font-size: 2em !important; | |
} | |
[data-testid="ScrollSnap-List"] > div:nth-child(2) > a[aria-selected=false] span::after { | |
content: " is not selected! CLICK ME!!" !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment