Since anyone can get a verified checkmark now it's kinda meaningless now so why not hide it so you don't have to see it anymore! 🤷
Twitter Verified Checkmark Remover by codymkw
Mirrored from https://github.com/CodysNintendoNetwork/My-Userstyles/raw/master/Styles/Verified%20Checkmark%20Remover/verified-checkmark-remover.user.css
Details
Authorcodymkw
LicenseNo License
CategoryTwitter
Created
Updated
Size319 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 Verified Checkmark Remover
@namespace github.com/CodysNintendoNetwork/My-Userstyles
@version 1.0.2
@description Removes the useless verified checkmark
==/UserStyle== */
@-moz-document domain("twitter.com") {
[aria-label="Verified account"] {
display: none;
}
}