Compatibility with new YouTube UI Changes#3290
Merged
ImprovedTube merged 6 commits intocode-charity:masterfrom Oct 23, 2025
Merged
Compatibility with new YouTube UI Changes#3290ImprovedTube merged 6 commits intocode-charity:masterfrom
ImprovedTube merged 6 commits intocode-charity:masterfrom
Conversation
Download icon is not updated as the author does not have Premium.
Hypothetically any of the buttons under #flexible-item-buttons, i.e. Ask, Thanks, Clip, Save and Report, could appear either in the dropdown and vice versa. Share appears to not be in the same div but is included for uniformity.
Member
|
thank you so much! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is mostly about the details section's button hiding options, with updated SVG paths from the new UI and added Ask to the list of options. Report button should now appear in the dropdown (see Note 2 below) and thus it needs all three modes instead of simply being a true/false option.
Note 1: I don't have Premium and the Download button does not appear for me, so I cannot make any changes to the behavior regarding the Download button, but every other button shown to me has been updated if required. The paths for the previous UI has been left in.
Note 2, transcluded from a commit (with grammar fixed): Hypothetically any of the buttons under #flexible-item-buttons, i.e. Ask, Thanks, Clip, Save and Report, could appear in the dropdown, and vice versa. Share appears to not be in the same div but is included for uniformity.
Note 3: It shall appear that with the new UI, the div with #flexible-item-buttons (which seems to be one button at max?) is under #menu and thus the selector specifying #flexible-item-buttons may be redundant.