Use this style if you want to remove the twitter logo, when you consult it from a PC
To hide that ridiculous twitter logo by aborruso
Details
Authoraborruso
LicenseCC Zero
Categorytwitter.com
Created
Updated
Size306 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}