joyn easily hide non-free/vod channels

easily hide non-free/vod channels from the channel list

  1. /* ==UserStyle==
  2. @name joyn easily hide non-free/vod channels
  3. @namespace usercss
  4. @description easily hide non-free/vod channels from the channel list
  5. @preprocessor default
  6. @version 0.0.1.20240810162741
  7. ==/UserStyle== */
  8. li:has(svg) {
  9. visibility: hidden !important;
  10. display: none !important;
  11. }
  12.