No doge icon on Twitter
No Doge by lerarosalene
Details
Authorlerarosalene
LicenseNo License
Categorytwitter.com
Created
Updated
Size267 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Removes doge icon from left sidebar and loading placeholder
Source code
/* ==UserStyle==
@name No Doge
@version 20230404.07.47
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://twitter.com/") {
h1 > a[href="/home"] {
display: none;
}
#placeholder > svg {
display: none;
}
}