Skip to content

To hide that ridiculous twitter logo by aborruso

Screenshot of To hide that ridiculous twitter logo

Details

Authoraborruso

LicenseCC Zero

Categorytwitter.com

Created

Updated

Code size306 B

Code checksumf3ae825a

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Use this style if you want to remove the twitter logo, when you consult it from a PC

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         To hide that ridiculous twitter logo
@version      20230404.16.52
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://twitter.com") {
header:first-of-type > div > div > div > div:first-of-type > div:nth-child(1) {
    display: none !important;
}
}

Reviews

No reviews yet.