Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide youtube logo/doodle from video page #2372

Closed
AdamDee64 opened this issue Jun 12, 2024 · 3 comments
Closed

Hide youtube logo/doodle from video page #2372

AdamDee64 opened this issue Jun 12, 2024 · 3 comments
Labels
good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥ z FireFox occuring in FireFox (only?)

Comments

@AdamDee64
Copy link

PROBLEM:
When I choose to hide the logo in the header, it only works on the menu pages and not the video pages, leaving the logo and the doodle visible. The doodle is often animated, brightly colored and distracting

SOLUTION:
I would like the logo/doodle removed from the video pages like it is from the menu pages

ALTERNATIVES:
Hiding the header completely removes the search bar from the video page, but I often use the search bar to naviage so that's not an option

RELEVANCE / SCOPE:
This appears to be an incomplete feature in the app and I am sure many would benefit from this as they don't want to see the logo and doodle while watching a video

"SIDE EFFECTS":
None that I can see, the logo will be hidden for those who choose that option and not hidden for those who don't

@AdamDee64 AdamDee64 added Feature request Wish or idea good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥ labels Jun 12, 2024
@raszpl raszpl added z FireFox occuring in FireFox (only?) and removed Feature request Wish or idea labels Jun 12, 2024
@raszpl
Copy link
Contributor

raszpl commented Jun 12, 2024

html[it-header-hide-logo='true'] #logo-icon yt-icon-shape {visibility:hidden}

doesnt work in Firefox because Google servers different HTML to FF :|

ff:
<span class="yt-icon-shape yt-spec-icon-shape"><div style="width: 100%; height: 100%; display: block; fill: currentcolor;">...</div></span>
chrome:
<yt-icon-shape class="style-scope yt-icon"><icon-shape class="yt-spec-icon-shape"><div style="width: 100%; height: 100%; display: block; fill: currentcolor;">...</div></icon-shape></yt-icon-shape>
needs
html[it-header-hide-logo='true'] #logo-icon .yt-icon-shape

@ImprovedTube
Copy link
Member

hi! and thanks @AdamDee64 what browser?

hi @raszpl, #2223 (comment) (these reports seemed related to the current Youtube Doodle. Still works for me in Firefox. )

@raszpl
Copy link
Contributor

raszpl commented Jun 13, 2024

Looking at HTML current CSS logo rule also covers ytd-yoodle-renderer element, so #2223 is indeed fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥ z FireFox occuring in FireFox (only?)
Projects
None yet
Development

No branches or pull requests

3 participants