generated from ReVanced/revanced-patches-template
-
-
Notifications
You must be signed in to change notification settings - Fork 429
fix(YouTube - Hide layout components): Fix Hide video recommendation labels
#4956
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
Merged
LisoUseInAIKyrios
merged 5 commits into
ReVanced:dev
from
ILoveOpenSourceApplications:fix/hide-recommendation-label
May 14, 2025
Merged
fix(YouTube - Hide layout components): Fix Hide video recommendation labels
#4956
LisoUseInAIKyrios
merged 5 commits into
ReVanced:dev
from
ILoveOpenSourceApplications:fix/hide-recommendation-label
May 14, 2025
+10
−24
Conversation
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
8e746b0
to
1473696
Compare
.../src/main/java/app/revanced/extension/youtube/patches/components/LayoutComponentsFilter.java
Outdated
Show resolved
Hide resolved
1473696
to
408c42d
Compare
408c42d
to
d2e6f7a
Compare
.../src/main/java/app/revanced/extension/youtube/patches/components/LayoutComponentsFilter.java
Outdated
Show resolved
Hide resolved
3 tasks
github-actions bot
pushed a commit
that referenced
this pull request
May 14, 2025
# [5.24.0-dev.3](v5.24.0-dev.2...v5.24.0-dev.3) (2025-05-14) ### Bug Fixes * **YouTube - Hide layout components:** Fix `Hide video recommendation labels` ([#4956](#4956)) ([ae05ac3](ae05ac3))
github-actions bot
pushed a commit
that referenced
this pull request
May 19, 2025
# [5.24.0](v5.23.0...v5.24.0) (2025-05-19) ### Bug Fixes * **Spotify - Fix third party launchers widgets:** Add missing compatibility annotation ([0493f80](0493f80)) * **YouTube - Hide layout components:** Fix `Hide video recommendation labels` ([#4956](#4956)) ([ae05ac3](ae05ac3)) * **YouTube - Settings:** Correctly show summary text if search box is closed before searching ([d0ae835](d0ae835)) * **YouTube - SponsorBlock:** Fix segment category summary not showing category description ([06934a6](06934a6)) ### Features * **GmsCore support:** Open vendor specific DontKillMyApp if available ([#4952](#4952)) ([b89927a](b89927a)) * **NU.nl:** Support version `11.3.0` ([#4925](#4925)) ([bedde60](bedde60)) * **Spotify:** Add `Fix third party launchers widgets` patch ([#4893](#4893)) ([23bfdc9](23bfdc9)) * **YouTube - Hide description components:** Add `Hide Ask` ([#4972](#4972)) ([ebc94a5](ebc94a5)) * **YouTube - Hide layout components:** Add `Hide ticket shelf` ([#4969](#4969)) ([6436af7](6436af7)) * **YouTube - Hide player components:** Hide related video overlay in fullscreen ([#4938](#4938)) ([ac9be97](ac9be97)) * **YouTube - Settings:** Add ability to search in settings ([#4881](#4881)) ([aca8b20](aca8b20))
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.
Since filtering the buffer is enough to hide this, I removed the string part. Hopefully this is enough. Do suggest changes if needed!.
Closes #4924.