CustomTube icon indicating copy to clipboard operation
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

Open xxHAKRxx opened this issue 1 year ago • 1 comments

image

xxHAKRxx avatar Sep 12 '23 19:09 xxHAKRxx

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;
}

lightbeam24 avatar Sep 16 '23 18:09 lightbeam24