Skip to content

Unverified on Twitter by danielrozenberg

Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/261995.user.css

Screenshot of Unverified on Twitter

Details

Authordanielrozenberg

LicenseNONE

Categorytwitter

Created

Updated

Size423 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the blue verified checkmarks on Twitter, but not the yellow ones.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Unverified on Twitter
@namespace    USO Archive
@author       Daniel Rozenberg
@description  Hides the blue verified checkmarks on Twitter, but not the yellow ones.
@version      20230331.21.29
@license      NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("twitter.com") {
  svg[aria-label="Verified account"]:not(:has(linearGradient)) {
    display: none;
  }
}

Reviews

No reviews yet.