Skip to content

Instantly share code, notes, and snippets.

@simevidas
Created January 20, 2023 03:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simevidas/1f2056be8bb4773208441572290d5ce3 to your computer and use it in GitHub Desktop.
Save simevidas/1f2056be8bb4773208441572290d5ce3 to your computer and use it in GitHub Desktop.
twitter.com, algo warning
[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