CustomTube
CustomTube copied to clipboard
Whenever you are on a format that uses the old logo, it will sometimes force it to the new logo if YT Featured is activated
Will be fixed in a future update. For now, you can put this into Stylus:
ytd-yoodle-renderer picture {
display: none;
}
ytd-yoodle-renderer ytd-logo[hidden] {
display: block !important;
}