Hide tweets on a webpage that come from verified accounts. Slightly making "For You" tab more usable.
Twitter - Hide Tweets from Verified Accounts by rootameen
Details
Authorrootameen
LicenseNo License
Categorytwitter.com
Created
Updated
Size235 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 twitter.com
@version 20230329.16.47
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://twitter.com/home") {
article:has(svg[aria-label="Verified account"]) {
display: none;
}
}