Skip to content

Instantly share code, notes, and snippets.

@ifvictr
Created August 2, 2023 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ifvictr/712d136e5ea5c85684886fb0748634a2 to your computer and use it in GitHub Desktop.
Save ifvictr/712d136e5ea5c85684886fb0748634a2 to your computer and use it in GitHub Desktop.
A userstyle that restores the old Twitter logo.
h1[role="heading"] [aria-label="Twitter"] svg {
display: none !important;
}
h1[role="heading"] [aria-label="Twitter"]:after {
color: rgb(29, 155, 240);
content: "[CHIRPBIRDICON]";
font-family: "TwitterChirp";
font-size: 28px;
left: 9px;
position: absolute;
top: 9px;
}
/* TODO: Find a better way to select by theme */
body:not([style="background-color: #FFFFFF;"]):not([style="background-color: rgb(255, 255, 255);"]) h1[role="heading"] [aria-label="Twitter"]:after {
color: rgb(255, 255, 255);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment