Skip to content

Kitsu Remove Reactions by lukas-berger

Imported from https://raw.githubusercontent.com/lukas-berger/styling-kitsu/main/remove-reactions/remove-reactions.user.css

Screenshot of Kitsu Remove Reactions

Details

Authorlukas-berger

LicenseCC-BY-4.0

Categorykitsu

Created

Updated

Size437 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes reactions outside of the Reactions tab

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Kitsu Remove Reactions
@description  Removes reactions outside of the Reactions tab
@namespace    lukas.berger
@homepageURL  https://github.com/lukas-berger/styling-kitsu
@author       Lukas Berger
@version      0.1.1
@license      CC-BY-4.0
==/UserStyle== */
@-moz-document regexp("^https:\\/\\/kitsu\\.io\\/(?!.*reactions).*$") {
.cover-media-info, 
.media--reactions {
    display: none !important;
}
}

Reviews

No reviews yet.