Hide Twitter Icon
Hide Twitter Icon by kozv
Details
Authorkozv
LicenseNo License
Categorytwitter.com
Created
Updated
Size310 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 kozv - Jan 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hide Twitter Icon
@author Me
==/UserStyle== */
@-moz-document domain("twitter.com") {
div:has(>[data-testid="Tweet-User-Avatar"]) {
display: none;
}
}