Hides tweets and follow recommendations that contain a blue check.
Twitter - #BlockTheBlue by smith186
Details
Authorsmith186
LicenseThe Unlicense
Categorytwitter.com
Created
Updated
Size582 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Hides tweets and follow recommendations that contain a blue check. Lulz.
Source code
/* ==UserStyle==
@name #BlockTheBlue
@version 20230423.06.51
@namespace userstyles.world/user/smith186
@description Hides tweets and follow recommendations that contain a blue check.
@author smith186
@license The Unlicense
==/UserStyle== */
@-moz-document domain("twitter.com") {
div[data-testid="cellInnerDiv"]:has(*[data-testid="icon-verified"]) { display: none }
div[data-testid="UserCell"]:has(*[data-testid="icon-verified"]) { display: none }
[aria-label="Twitter Blue"], [aria-label="Verified Organizations"] { display: none; }
}