Open Shazib opened 4 years ago
I pulled the latest version and removed all references to the logo in the CSS, and deleted the image, but it still appears and i'm not sure where the logo is coming from (possibly from the large js file?) If you can point me in the right direction I can build it myself with the logo removed. Thanks
With logo? Show the logo and not the burn.
You probably can do it by adding display: none !important;
to the element via one of the CSS files that mod the page if the element has a unique class, if not you need to do so via one of the js file that mod the page by using the element id and changing it style display to none !important
The one in the top right of the home/main view
I dont know which bit of the js/css to modify. As mentioned i did try removing all references to the logo URL from content.css but the JS is minified i think and i can't tell where anything would go.
The name of the css class is .ytlr-guide-response__logo
you can add this
.ytlr-guide-response__logo {
display: none !important;
opacity: 0 !important;
}
to the end of this file
build and will do the trick
That worked, Thanks a ton!!!
This suddenly seems to have stopped working, has the back-end changed?
this is related to the issue of the app not loading correctly see
https://github.com/yuliskov/SmartYouTubeTV/issues/641#issuecomment-695843121
The YouTube logo has managed to burn itself into my TV. Would it be possible to get an option in settings to hide this logo?
Thanks