Brings back Larry The Bird after Elon replaced him with an ugly looking X.
Logo is a bit pixelated but there's not much I can do to change that.
AuthorCatalyst-GP
LicenseNONE
Categorytwitter.com
Created
Updated
Size636 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Brings back Larry The Bird after Elon replaced him with an ugly looking X.
Logo is a bit pixelated but there's not much I can do to change that.
/* ==UserStyle==
@name Bring Back The Bird
@namespace USO Archive
@author Cassie (Catalyst-GP)
@description Brings back Larry The Bird after Elon replaced him with an ugly looking X
@version 20140929.03.28
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix(https://twitter.com) {
a[aria-label="Twitter Blue"]{
display: none;
}
a[aria-label="Twitter"] svg[aria-hidden="true"] {
display: none;
}
a[aria-label="Twitter"] {
background: url(https://pbs.twimg.com/media/F1y6neiXgAE-xEV?format=png&name=small);
background-size: 100%
}
}