Skip to content

hideBloatIndividually by banaanihillo

Details

Authorbanaanihillo

LicenseGPL-3.0-or-later

Category*

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide bloat and anti-features (suggested content, notifications and such) from various sites

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       hideBloatIndividually
@version    20240810.13.22
@namespace    userstyles.world
@description  Hide unnecessary "features" from various sites
@author       banaanihillo
@license      GPL-3.0-or-later
==/UserStyle== */

@-moz-document domain("qobuz.com"),
domain("subscribestar.com"),
domain("proton.me"),
domain("atlassian.net"),
domain("fiksuruoka.fi"),
domain("vero.fi"),
domain("codeberg.org") {
/* Hide "suggested" bloat on Qobuz */
.album--col-4,
.album__container,
.album-playlists,
.related-products,
/* Hide "suggested" bloat on Subscribestar */
[data-view="app#sticky_in_parent"] .section-body .star_links,
/* Hide the whole notifications icon on Codeberg */
[data-tooltip-content="Notifications"] .tw-relative,
/* Other sites in unknown proportions for now */
.SearchHistory__title + *,
.similar-album,
.spotlight-inner,
#AkSideNavigation,
.related-content__container,
.menu-item-wrapper .indicator,
.DFCC,
.DocViewCount {
    display: none;
}
}

Reviews

No reviews yet.