/* ==UserStyle==
@name joyn easily hide non-free/vod channels
@namespace usercss
@description easily hide non-free/vod channels from the channel list
@preprocessor default
@version 0.0.1.20240810162741
@downloadURL https://update.greasyfork.org/scripts/503218/joyn%20easily%20hide%20non-freevod%20channels.user.css
@updateURL https://update.greasyfork.org/scripts/503218/joyn%20easily%20hide%20non-freevod%20channels.meta.css
==/UserStyle== */
     
li:has(svg)  {
visibility: hidden !important;
display: none !important;
}

