annoying buttons begone. hides both the twitter blue button and also the verified organisations button
hide twitter blue from sidebar by captainharrie
Details
Authorcaptainharrie
LicenseNo License
Categorytwitter.com
Created
Updated
Code size248 B
Code checksum1d54d741
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name hide twitter blue from sidebar
@version 20230422.21.02
@namespace ?
==/UserStyle== */
@-moz-document domain("twitter.com") {
[aria-label="Twitter Blue"], [aria-label="Verified Organizations"]{display:none;}
}