/* ==UserStyle==
@name zattoo easily hide non-free channels
@namespace usercss
@description easily hide non-free channels from the channel list
@preprocessor default
@version 0.0.1.20240810160754
@downloadURL https://update.greasyfork.org/scripts/503215/zattoo%20easily%20hide%20non-free%20channels.user.css
@updateURL https://update.greasyfork.org/scripts/503215/zattoo%20easily%20hide%20non-free%20channels.meta.css
==/UserStyle== */

section:has(svg)  {
visibility: hidden !important;
display: none !important;
}
