Skip to content

Get the Twitter bird back by draugmot

Screenshot of Get the Twitter bird back

Details

Authordraugmot

LicenseNo License

Categorytwitter.com

Created

Updated

Size453 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Replaces X logo with twitter bird

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         twitter.com
@version      20230724.21.26
@namespace    ?
==/UserStyle== */

@-moz-document domain("twitter.com") {
.css-1dbjc4n h1 {
    display: none;
}
.css-1dbjc4n.r-dnmrzs.r-1vvnge1 {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #1D9BF0;
    mask-image: url(https://abs.twimg.com/responsive-web/client-web/icon-svg.168b89da.svg);
    mask-size: contain;
    margin: 20px 0 20px 8px;
}
}

Reviews

No reviews yet.