Skip to content

hideBloatIndividually by banaanihillo

Details

Authorbanaanihillo

LicenseGPL-3.0-or-later

Category*

Created

Updated

Size2.2 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"),
domain("liberapay.com"),
domain("ko-fi.com"),
regexp("https://jukebox.*"),
domain("humblebundle.com"),
domain("steampowered.com"),
domain("tech.lgbt"),
domain("etsy.com"),
domain("paypal.com") {
  /* 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,
  /* Hide ko-fi notification badge */
  .label.label-primary.unread-count,
  /* Hide jellyfin reviews, spoilers, and time cruft */
  .secondary.listItemMediaInfo.listItemBodyText,
  .secondary.listItem-overview.listItemBodyText,
  /* Hide humble bundle "review" "score" */
  .item-flavor-text.fine-print,
  /* Hide steam review score */
  .game_review_summary,
  #userReviews .user_reviews_summary_row,
  #apppage_metacritic_block,
  /* Hide "AI" alternative description generation button */
  form.report-modal__comment .setting-text__toolbar > .link-button,
  .featured-products-area,
  /* Hide paypal notifications*/
  .vx_hidden-phone.cw_notifications__wrap,
  /* Hide crapitalism */
  .offer-black-friday-2024-inbox-free-yearly,
  .modal-two-backdrop.modal-two-backdrop--in {
    display: none;
  }

  /* Hide notifications on Liberapay */
  [title="Notifications"].navbar-warning {
    display: none !important;
  }
}

Reviews

No reviews yet.