Skip to content

zeit.de - Hide emojis by M165437

Screenshot of zeit.de - Hide emojis

Details

AuthorM165437

LicenseNo License

Categoryzeit.de

Created

Updated

Size327 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides comment emojis on zeit.de

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         zeit.de - Hide emojis
@version      20230404.23.18
@namespace    userstyles.world/user/M165437
@description  Hides comment emojis on zeit.de
@author       M165437
@license      No License
==/UserStyle== */

@-moz-document domain("zeit.de") {
#comments .comment__reactions {
    display: none;
}
}

Reviews

No reviews yet.