Jellyfin Forum
JF Media Player visual noise - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: JF Media Player visual noise (/t-jf-media-player-visual-noise)



JF Media Player visual noise - andyr - 2024-08-11

A recent-ish update added some unwanted crud to the page when I hover my mouse, eg https://drive.google.com/file/d/1_btlX3sdtYIQpE911geZx8jHmvj1YMGG/view?usp=sharing

'End at ..'

'some stars

A rotten tomatoes score

I don't want these, wondering how I can get rid, without becoming a C++ dev.


RE: JF Media Player visual noise - Ted Hinklater - 2024-08-11

(2024-08-11, 01:52 PM)andyr Wrote: A recent-ish update added some unwanted crud to the page when I hover my mouse, eg https://drive.google.com/file/d/1_btlX3sdtYIQpE911geZx8jHmvj1YMGG/view?usp=sharing

'End at ..'

'some stars

A rotten tomatoes score

I don't want these, wondering how I can get rid, without becoming a C++ dev.

This'll hide them

Code:
#videoOsdPage .osdRatingsText, .osdTimeText {
  opacity: 0;
}