Remove Twitter logos etc
Twitter kiter by outthink8077
Details
Authoroutthink8077
LicenseNo License
Categorytwitter
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 1/17/2023, 9:24:54 PM
@namespace github.com/openstyles/stylus
@version 1.1.2
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("twitter.com") {
/* Desktop Logo */
#react-root header h1 a > div > svg,
/* Loading Logo */
#placeholder > svg,
/* Mobile Logo */
#layers div > div > div > div > div > div > div > div > div > div > div > div > svg {
visibility: hidden;
}
/* Mobile Compose button*/
#layers > div > div > div > aside > div > a svg {
visibility: hidden;
}
#layers > div > div > div > aside > div > a {
opacity: 50%;
}
main > div > div > div > div {
background: none !important;
}
main::before {
content: '';
width: 100%;
height: 100%;
position: fixed;
opacity: 0.4;
background: repeating-linear-gradient( 45deg, #cdcdcd, #cdcdcd 0.1em, #e8e8e8 0.1em, #e8e8e8 0.5em);
}
}