Greasy Fork is available in English.

Pluto.tv usable guide

make the Pluto.tv guide usable again (in full viewport)

  1. /* ==UserStyle==
  2. @name Pluto.tv usable guide
  3. @namespace usercss
  4. @description make the Pluto.tv guide usable again (in full viewport)
  5. @preprocessor default
  6. @version 0.0.1.20240827170251
  7. ==/UserStyle== */
  8.  
  9. [class*="liveTVLayoutContainer"]
  10. {
  11. height: 100%
  12. }
  13.  
  14. video,
  15. [class*="videoPlayerContainer"],
  16. [class*="heroContainer"]
  17. {
  18. visibility: hidden !important;
  19. display: none !important;
  20. }