In youtube how to hide title text and light gradient when in full screen mode

22 Views Asked by At

In youtube how to hide title text and gradient when in full screen mode To be able to see data under title text and gradient

Try installing custom css extension Ex https://addons.mozilla.org/en-US/firefox/addon/stylebot-web/ https://addons.mozilla.org/en-US/firefox/addon/qb-custom-css/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search

navigate to youtube url and paste below code in the custom css window

.ytp-title{
display:none;
}

.ytp-gradient-top{
display:none;
}
0

There are 0 best solutions below