Skip to content

FontAwesome hide "PRO" icons by Michal-Mikolas

Details

AuthorMichal-Mikolas

LicenseMIT

Categoryfontawesome.com

Created

Updated

Size403 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides annoying "PRO" icons (there is way too many of them) in the icons search results.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         FontAwesome hide "PRO" icons
@version      20241029.16.14
@namespace    linkedin.com/in/michal-mikolas
@description  Hides annoying "PRO" icons (there is way too many of them) in the icons search results.
@author       Michal Mikolas
@license      MIT
==/UserStyle== */

@-moz-document domain("fontawesome.com") {
#icons-results article:has(.tag.null) { display: none; }
}

Reviews

No reviews yet.