Hide unnecessary "features" from various sites
Hide bloat by banaanihillo
Details
Authorbanaanihillo
LicenseGPL-3.0-or-later
Category*
Created
Updated
Size392 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 hideBloat
@version 2024-08-10
@namespace userstyles.world
@description Hide unnecessary "features" from various sites
@author banaanihillo
@license GPL-3.0-or-later
==/UserStyle== */
@-moz-document domain("subscribestar.com") {
[data-view="app#sticky_in_parent"] .section-body .star_links {
display: none;
}
}