-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
feat: hide video title on fullscreen #1848
feat: hide video title on fullscreen #1848
Conversation
🥰 Thanks! |
What about starting with if storage .. = true? also adding optimization when switching off the feature (while our code runs billions of times, most features are switched on permanently. |
What about starting with if storage .. = true? 257db41We only need to switch off most features based on user input (So less code runs billions of times. most features are switched on permanently and allow to "set&forget" ) (even if this time it matters less: can only be tested through enabling the ImprovedTube icon on Youtube: drag & drop) |
aaand it gets even shorter :D @asifurrahaman754 3e419ed(this way the feedback when switching on/off the feature is automated in our script and including it with a shortcut was easy too) |
Issue #1677
feature added in appearrance -> player -> hide video title in fullscreen
It will hide the video title when the video is fullscreen and the option is enabled. Currently, this feature works for all videos, not for a category of videos