Hide unnecessary "features" on various sites
hideSpecificBloat by banaanihillo
Details
Authorbanaanihillo
LicenseGPL-3.0-or-later
Category*
Created
Updated
Size402 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name hideSpecificBloat
@version 20240810.12.50
@namespace userstyles.world
@description Hide unnecessary "features" from various sites
@author banaanihillo
@license GPL-3.0-or-later
==/UserStyle== */
@-moz-document domain("qobuz.com") {
.album--col-4,
.album__container,
.album-playlists,
.related-products {
display: none;
}
}