2024-08-11, 02:18 PM
(This post was last modified: 2024-08-11, 02:22 PM by Ted Hinklater. Edited 1 time in total.)
(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_btlX3s...sp=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;
}